Remove django_js_reverse functionality

This is the first step to completely remove the current UI
This commit is contained in:
Gergely Polonkai
2015-10-19 16:56:06 +02:00
parent 908e74d974
commit 8f9a126924
4 changed files with 0 additions and 53 deletions

View File

@@ -36,7 +36,6 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django_js_reverse',
'rest_framework',
'accounts',
'booking',