camp/content/apps.py

6 lines
91 B
Python
Raw Normal View History

2017-05-20 12:45:26 +00:00
from django.apps import AppConfig
2017-05-24 11:44:04 +00:00
2025-01-10 09:53:37 +00:00
class RegistrarConfig(AppConfig):
name = "content"