11 lines
167 B
Python
11 lines
167 B
Python
# -*- encoding: utf-8 -*-
|
|
"""
|
|
License: MIT
|
|
Copyright (c) 2019 - present AppSeed.us
|
|
"""
|
|
|
|
from django.apps import AppConfig
|
|
|
|
class MyConfig(AppConfig):
|
|
name = 'cfg'
|