Skip to content
Snippets Groups Projects

AK Slides

Merged Benjamin Hättasch requested to merge feature-akslides into main
5 files
+ 108
5
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 12
0
@@ -52,6 +52,7 @@ INSTALLED_APPS = [
@@ -52,6 +52,7 @@ INSTALLED_APPS = [
'simple_history',
'simple_history',
'registration',
'registration',
'bootstrap_datepicker_plus',
'bootstrap_datepicker_plus',
 
'django_tex',
]
]
MIDDLEWARE = [
MIDDLEWARE = [
@@ -86,6 +87,14 @@ TEMPLATES = [
@@ -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'
WSGI_APPLICATION = 'AKPlanning.wsgi.application'
@@ -138,6 +147,9 @@ LANGUAGES = [
@@ -138,6 +147,9 @@ LANGUAGES = [
INTERNAL_IPS = ['127.0.0.1', '::1']
INTERNAL_IPS = ['127.0.0.1', '::1']
 
LATEX_INTERPRETER = 'pdflatex'
 
LATEX_RUN_COUNT = 2
 
# Static files (CSS, JavaScript, Images)
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.2/howto/static-files/
# https://docs.djangoproject.com/en/2.2/howto/static-files/
Loading