pushup-contest/users/apps.py
Rushil Umaretiya bc06642fe7 started working
2020-10-19 02:28:06 -04:00

6 lines
85 B
Python

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