SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit fce0ae14 authored by Geert Kapteijns's avatar Geert Kapteijns
Browse files

Add shell_plus to INSTALLED_APPS

parent 958e8a98
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.staticfiles',
'django_countries',
'django_extensions',
'django_mathjax',
'captcha',
'crispy_forms',
......@@ -101,6 +102,11 @@ CAPTCHA_CHALLENGE_FUNCT = 'captcha.helpers.math_challenge'
CAPTCHA_LETTER_ROTATION = (-15, 15)
CAPTCHA_NOISE_FUNCTIONS = ('captcha.helpers.noise_dots',)
SHELL_PLUS_POST_IMPORTS = (
('theses.factories', ('ThesisLinkFactory')),
('comments.factories', 'CommentFactory'),
)
MATHJAX_ENABLED = True
MATHJAX_CONFIG_DATA = {
"tex2jax": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment