expephalon-demomodule/core/apps.py
Klaus-Uwe Mitterer 27c36d28a2 Add core app
Add migrations folders to .gitignore
2020-03-24 12:59:43 +01:00

6 lines
83 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'