Merged in users (pull request #1)

Ability to view a users details and edit them
This commit is contained in:
Tom Price
2015-03-27 15:49:53 +00:00
6 changed files with 170 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ DEBUG = True
TEMPLATE_DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
INTERNAL_IPS = ['127.0.0.1', '10.20.30.20']
@@ -143,4 +143,6 @@ TEMPLATE_DIRS = (
os.path.join(BASE_DIR, 'templates'),
)
USE_GRAVATAR=True
TERMS_OF_HIRE_URL = "http://dev.nottinghamtec.co.uk/wp-content/uploads/2014/11/terms.pdf"