3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-05-09 02:32:24 +00:00
coope/users/apps.py

6 lines
85 B
Python
Raw Permalink Normal View History

2018-08-31 12:46:35 +00:00
from django.apps import AppConfig
class UsersConfig(AppConfig):
name = 'users'