Skip to content
Snippets Groups Projects

AK Slides

Merged Benjamin Hättasch requested to merge feature-akslides into main
Files
2
+ 12
0
@@ -52,6 +52,7 @@ INSTALLED_APPS = [
'simple_history',
'registration',
'bootstrap_datepicker_plus',
'django_tex',
]
MIDDLEWARE = [
@@ -86,6 +87,14 @@ TEMPLATES = [
],
},
},
{
'NAME': 'tex',
'BACKEND': 'django_tex.engine.TeXEngine',
'APP_DIRS': True,
'OPTIONS': {
'environment': 'AKModel.environment.improved_tex_environment',
},
},
]
WSGI_APPLICATION = 'AKPlanning.wsgi.application'
@@ -138,6 +147,9 @@ LANGUAGES = [
INTERNAL_IPS = ['127.0.0.1', '::1']
LATEX_INTERPRETER = 'pdflatex'
LATEX_RUN_COUNT = 2
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.2/howto/static-files/
Loading