Files
consumocuidado-server/history/apps.py
2021-01-21 10:10:50 +00:00

6 lines
89 B
Python

from django.apps import AppConfig
class HistoryConfig(AppConfig):
name = 'history'