Private
Public Access
1
0
Files
rowsandall/survey/apps.py
Sander Roosendaal 04f0ff5781 adding survey storage
2020-01-10 16:09:33 +01:00

5 lines
83 B
Python

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