Add rights to Product and Product Type views

This commit is contained in:
Skia
2016-07-28 16:11:18 +02:00
parent 3c4a9a89a8
commit 4c62816816
2 changed files with 11 additions and 8 deletions

View File

@ -31,6 +31,8 @@ ALLOWED_HOSTS = []
# Application definition
SITE_ID = 1
INSTALLED_APPS = (
'django.contrib.admin',
'django.contrib.auth',
@ -38,6 +40,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.sites',
'django_jinja',
'core',
'club',