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
d334dc7b
Commit
d334dc7b
authored
Jun 09, 2017
by
David Seaward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert to Django 1.10.7
parent
794d0e8a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
10 deletions
+3
-10
README.md
README.md
+1
-1
purist_account/settings.py
purist_account/settings.py
+1
-8
requires/requirements.txt
requires/requirements.txt
+1
-1
No files found.
README.md
View file @
d334dc7b
...
...
@@ -18,7 +18,7 @@ Prerequisites
*
`libssl-dev`
*
`python3-dev`
*
Python/Django packages: see
`requires/requirements.txt`
*
Includes Django 1.1
1.x
*
Includes Django 1.1
0
Other versions may work but are untested.
...
...
purist_account/settings.py
View file @
d334dc7b
"""
Copy this file as settings_local.py
Update with environment settings
Start the site with `python manage.py --settings=settings_local runserver`
FIXME: switch to storing strict yaml in /etc/
"""
from
.settings_original
import
*
# from registration_defaults.settings import *
import
ldap
...
...
@@ -76,7 +69,7 @@ AUTH_USER_MODEL = 'ldapregister.User'
# See also:
# https://docs.djangoproject.com/en/1.11/ref/settings/#databases
# and https://pypi.python.org/pypi/django-ldapdb/
# (re-uses LDAP connection details from authentication settings
, you can change this
)
# (re-uses LDAP connection details from authentication settings)
DATABASES
=
{
'ldap'
:
{
...
...
requires/requirements.txt
View file @
d334dc7b
Django==1.1
1.2
Django==1.1
0.7
django-auth-ldap==1.2.12
django-ldapdb==0.8.0
django-registration==2.2
...
...
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