Rohit-NGO/account/apps.py
2020-06-10 17:07:08 +05:30

6 lines
89 B
Python

from django.apps import AppConfig
class AccountConfig(AppConfig):
name = 'account'