first commit
This commit is contained in:
10
app/config.py
Normal file
10
app/config.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
"""
|
||||
License: MIT
|
||||
Copyright (c) 2019 - present AppSeed.us
|
||||
"""
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
class MyConfig(AppConfig):
|
||||
name = 'cfg'
|
||||
Reference in New Issue
Block a user