Finish up questionnaire app

This commit is contained in:
Keannu Christian Bernasol 2024-11-24 10:34:41 +08:00
parent 8bd8df9042
commit b0a9b6b6f0
13 changed files with 558 additions and 25 deletions

View file

@ -92,6 +92,7 @@ INSTALLED_APPS = [
"accounts",
"documents",
"document_requests",
"questionnaires",
"django_cleanup.apps.CleanupConfig",
]