camp/content/apps.py

6 lines
91 B
Python
Raw Permalink Normal View History

2017-05-20 18:15:26 +05:30
from django.apps import AppConfig
2017-05-24 17:14:04 +05:30
2025-01-10 15:23:37 +05:30
class RegistrarConfig(AppConfig):
name = "content"