mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
6 lines
85 B
Python
6 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AppMainConfig(AppConfig):
|
|
name = 'app'
|