producthunt/accounts/apps.py

6 lines
91 B
Python
Raw Normal View History

2020-03-09 18:17:36 -07:00
from django.apps import AppConfig
class AccountsConfig(AppConfig):
name = 'accounts'