Update django_authgroupex version.
[xnet] / xnet / settings / dev.py
index 2ad4b73..bc984d0 100644 (file)
@@ -3,6 +3,11 @@ from .base import *
 DEBUG = True
 TEMPLATE_DEBUG = DEBUG
 
+# Enable fake authentication.
+AUTHGROUPEX_FAKE = True
+AUTHGROUPEX_KEY = 'Just_for_dev'
+AUTHGROUPEX_ENDPOINT = 'authgroupex:fake_endpoint'
+
 DATABASES = {
     'default': {
         'ENGINE': 'django.db.backends.sqlite3',