Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Keel - LDH Middleware
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
26
Issues
26
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liberty
host
Keel - LDH Middleware
Commits
69fa2c60
Commit
69fa2c60
authored
Jun 07, 2017
by
David Seaward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to django 1.11.2
parent
3916a1af
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
11 deletions
+12
-11
purist_account/settings.py
purist_account/settings.py
+8
-8
purist_account/settings_local.txt
purist_account/settings_local.txt
+2
-1
purist_account/urls.py
purist_account/urls.py
+1
-1
purist_account/wsgi.py
purist_account/wsgi.py
+1
-1
No files found.
purist_account/settings.py
View file @
69fa2c60
"""
Django settings for purist_account project.
Generated by 'django-admin startproject' using Django 1.1
0.6
.
Generated by 'django-admin startproject' using Django 1.1
1.2
.
For more information on this file, see
https://docs.djangoproject.com/en/1.1
0
/topics/settings/
https://docs.djangoproject.com/en/1.1
1
/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.1
0
/ref/settings/
https://docs.djangoproject.com/en/1.1
1
/ref/settings/
"""
import
os
...
...
@@ -17,7 +17,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.1
0
/howto/deployment/checklist/
# See https://docs.djangoproject.com/en/1.1
1
/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY
=
'secret'
...
...
@@ -81,7 +81,7 @@ WSGI_APPLICATION = 'purist_account.wsgi.application'
# Database
# https://docs.djangoproject.com/en/1.1
0
/ref/settings/#databases
# https://docs.djangoproject.com/en/1.1
1
/ref/settings/#databases
DATABASES
=
{
'default'
:
{
...
...
@@ -92,7 +92,7 @@ DATABASES = {
# Password validation
# https://docs.djangoproject.com/en/1.1
0
/ref/settings/#auth-password-validators
# https://docs.djangoproject.com/en/1.1
1
/ref/settings/#auth-password-validators
AUTH_PASSWORD_VALIDATORS
=
[
{
...
...
@@ -111,7 +111,7 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/1.1
0
/topics/i18n/
# https://docs.djangoproject.com/en/1.1
1
/topics/i18n/
LANGUAGE_CODE
=
'en-us'
...
...
@@ -125,6 +125,6 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.1
0
/howto/static-files/
# https://docs.djangoproject.com/en/1.1
1
/howto/static-files/
STATIC_URL
=
'/static/'
purist_account/settings_local.txt
View file @
69fa2c60
...
...
@@ -65,7 +65,7 @@ AUTH_USER_MODEL = 'ldapregister.User'
#
# See also:
# https://docs.djangoproject.com/en/1.1
0
/ref/settings/#databases
# https://docs.djangoproject.com/en/1.1
1
/ref/settings/#databases
# and https://pypi.python.org/pypi/django-ldapdb/
# (re-uses LDAP connection details from authentication settings, you can change this)
...
...
@@ -84,3 +84,4 @@ DATABASES = {
}
DATABASE_ROUTERS = ['ldapdb.router.Router']
purist_account/urls.py
View file @
69fa2c60
"""purist_account URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/1.1
0
/topics/http/urls/
https://docs.djangoproject.com/en/1.1
1
/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
...
...
purist_account/wsgi.py
View file @
69fa2c60
...
...
@@ -4,7 +4,7 @@ WSGI config for purist_account project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/1.1
0
/howto/deployment/wsgi/
https://docs.djangoproject.com/en/1.1
1
/howto/deployment/wsgi/
"""
import
os
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment