authens/example_site/example/apps.py

6 lines
89 B
Python
Raw Permalink Normal View History

2020-05-11 00:34:11 +02:00
from django.apps import AppConfig
class ExampleConfig(AppConfig):
name = "example"