nmgfitness/users/apps.py

8 lines
157 B
Python
Raw Normal View History

2021-08-06 22:09:20 +00:00
"""Django app config for the Users app"""
2021-08-05 19:48:30 +00:00
from django.apps import AppConfig
class UsersConfig(AppConfig):
2021-08-06 22:09:20 +00:00
"""Users App AppConfig"""
2021-08-05 19:48:30 +00:00
name = 'users'