Skip to content
Snippets Groups Projects
Commit 76b863e0 authored by Ben Adida's avatar Ben Adida
Browse files

updated helios for a couple of new features and updated settings accordingly

parent 037bbe6d
Branches
Tags
No related merge requests found
Subproject commit 35969f2b964c8aa9134c51da492ca0866b946f14 Subproject commit 6a80b42ad21f3b75fca8fd387cdb5c57b0d8f050
...@@ -5,5 +5,9 @@ This django app is meant only to connect the pieces of Helios and Auth that are ...@@ -5,5 +5,9 @@ This django app is meant only to connect the pieces of Helios and Auth that are
import glue import glue
import helios import helios
import auth.models
helios.TEMPLATE_BASE = "iacr/templates/base.html" helios.TEMPLATE_BASE = "iacr/templates/base.html"
helios.ADMIN_ONLY = True
helios.ADMIN = auth.models.User.get_or_create(user_type = 'twitter', user_id = 'benadidatest')
helios.SELF_REGISTRATION = False
\ No newline at end of file
...@@ -109,7 +109,7 @@ SERVER_EMAIL = DEFAULT_FROM_EMAIL ...@@ -109,7 +109,7 @@ SERVER_EMAIL = DEFAULT_FROM_EMAIL
# Make this unique, and don't share it with anybody. # Make this unique, and don't share it with anybody.
SECRET_KEY = 'iacrrulez!!!ohyeah,andheliostoo' SECRET_KEY = 'iacrrulez!!!ohyeah,andheliostoo'
#LOGIN_URL = '/account/login/' LOGIN_URL = '/auth/'
#LOGOUT_URL = '/account/logout/' #LOGOUT_URL = '/account/logout/'
#LOGIN_REDIRECT_URL = '/' #LOGIN_REDIRECT_URL = '/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment