Add js-reverse as a dependency, also integrate it

This commit is contained in:
2015-01-05 16:12:33 +01:00
committed by Gergely Polonkai
parent 6a20ba1935
commit 13c09bb856
5 changed files with 17 additions and 2 deletions

View File

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