comet/comet/account/apps.py
Hugo LEVY-FALK a745871002 First commit
2018-12-13 18:48:16 +01:00

6 lines
89 B
Python

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