authens/example_site/example/apps.py
2020-05-11 00:36:59 +02:00

5 lines
89 B
Python

from django.apps import AppConfig
class ExampleConfig(AppConfig):
name = "example"