@ -124,6 +124,6 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static')
LOGIN_URL = '/users/login'
MEDIA_ROOT = 'mediafiles/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'mediafiles')
MEDIA_URL = '/media/'
@ -8,7 +8,7 @@ from django.template.loader import get_template
from django_tex.exceptions import TexError
from django.conf import settings
DEFAULT_INTERPRETER = 'lualatex'
DEFAULT_INTERPRETER = 'pdflatex'
def run_tex(source):
"""