Rohit-NGO/accounts/apps.py
2020-05-21 09:55:19 +05:30

6 lines
91 B
Python

from django.apps import AppConfig
class AccountsConfig(AppConfig):
name = 'accounts'