Skip to content
Snippets Groups Projects
Commit ea05b70f authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Adding django_extensions

parent 3fe66b06
Branches
No related tags found
1 merge request!5Observation masking
...@@ -128,6 +128,7 @@ INSTALLED_APPS = ( ...@@ -128,6 +128,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles', 'django.contrib.staticfiles',
# Uncomment the next line to enable the admin: # Uncomment the next line to enable the admin:
'django.contrib.admin', 'django.contrib.admin',
'django_extensions',
# Uncomment the next line to enable admin documentation: # Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs', # 'django.contrib.admindocs',
'tinymce', 'tinymce',
......
...@@ -23,3 +23,4 @@ Pillow ...@@ -23,3 +23,4 @@ Pillow
requests==2.6.0 requests==2.6.0
django-tinymce==2.8.0 django-tinymce==2.8.0
python-dateutil==1.5 python-dateutil==1.5
django-extensions
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment