Private
Public Access
1
0

side bar fix

This commit is contained in:
Sander Roosendaal
2021-12-16 16:26:10 +01:00
parent bcfeb28854
commit e1d609c138
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