[dd62f3]: / users / apps.py

Download this file

6 lines (3 with data), 85 Bytes

1
2
3
4
5
from django.apps import AppConfig
class UsersConfig(AppConfig):
name = 'users'