adding survey storage
This commit is contained in:
4
survey/apps.py
Normal file
4
survey/apps.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
class SurveyConfig(AppConfig):
|
||||
name = 'app'
|
||||
Reference in New Issue
Block a user