add simple survey support

This commit is contained in:
Ross
2026-06-29 09:04:28 +01:00
parent d07d88bdbf
commit 79ba4db4bf
33 changed files with 1687 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
from django.apps import AppConfig
class SurveyConfig(AppConfig):
default_auto_field = 'django.db.models.AutoField'
name = 'survey'