5 lines
108 B
Python
5 lines
108 B
Python
"""
|
|
Surveys app - Survey templates and instances
|
|
"""
|
|
default_app_config = 'apps.surveys.apps.SurveysConfig'
|