3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-07-04 21:04:04 +00:00
coope/users/apps.py

6 lines
85 B
Python

from django.apps import AppConfig
class UsersConfig(AppConfig):
name = 'users'