Private
Public Access
1
0

adding survey storage

This commit is contained in:
Sander Roosendaal
2020-01-10 16:09:33 +01:00
parent 1f96ff4fa7
commit 04f0ff5781
10 changed files with 204 additions and 5 deletions

4
survey/apps.py Normal file
View File

@@ -0,0 +1,4 @@
from django.apps import AppConfig
class SurveyConfig(AppConfig):
name = 'app'