Private
Public Access
1
0
Files
rowsandall/survey/apps.py
2021-12-14 16:36:22 +01:00

5 lines
86 B
Python

from django.apps import AppConfig
class SurveyConfig(AppConfig):
name = 'survey'