DjangoDocker / myapp /apps.py
CazC's picture
Backed out the folder
83c570e
raw
history blame
85 Bytes
from django.apps import AppConfig
class MyappConfig(AppConfig):
name = 'myapp'