Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
etch
nuages
Commits
a8521324
Commit
a8521324
authored
Aug 27, 2014
by
Christophe Siraut
Browse files
Add required persona settings
parent
1da8f18c
Changes
2
Hide whitespace changes
Inline
Side-by-side
TODO
0 → 100644
View file @
a8521324
todo:
- non-agenda polls
- move documentation to sphinx
- package django-bootstrap3 or use CDN
- fix testing during pdebuild
- document apache < 2.4
- python-requests is too old in wheezy, needs backports version
done:
- implement jsonfield for speedups
- use django-south
- supported django versions: 1.6
- debian package
- remove stats tables
- switch to bootstrap 3
- Choiceform hard redirect to https://domainepublic.net
- Datetimewidget shows minutes
nuages/settings.py
View file @
a8521324
...
@@ -138,6 +138,9 @@ ACCOUNT_LOGOUT_ON_GET = True
...
@@ -138,6 +138,9 @@ ACCOUNT_LOGOUT_ON_GET = True
ACCOUNT_DEFAULT_HTTP_PROTOCOL
=
'https'
ACCOUNT_DEFAULT_HTTP_PROTOCOL
=
'https'
ACCOUNT_USERNAME_MIN_LENGTH
=
3
ACCOUNT_USERNAME_MIN_LENGTH
=
3
SOCIALACCOUNT_PROVIDERS
=
{
'persona'
:
{
'AUDIENCE'
:
'https://nuages.domainepublic.net'
}}
INSTALLED_APPS
=
(
INSTALLED_APPS
=
(
'django.contrib.auth'
,
'django.contrib.auth'
,
'django.contrib.contenttypes'
,
'django.contrib.contenttypes'
,
...
...
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