Private
Public Access
1
0

Merge branch 'release/v17.0.2'

This commit is contained in:
Sander Roosendaal
2021-12-16 16:36:25 +01:00
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ CFG = yamjam()['rowsandallapp']
DEFAULT_CHARSET = 'UTF-8'
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

View File

@@ -26,6 +26,8 @@ from survey import views as surveyviews
import django
# admin look
admin.site.enable_nav_sidebar = False
import django.views.i18n