Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
40072bfa
Commit
40072bfa
authored
Oct 24, 2014
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
22302a1b
ae81c9df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
weblate/settings_example.py
weblate/settings_example.py
+1
-2
No files found.
weblate/settings_example.py
View file @
40072bfa
...
...
@@ -59,8 +59,6 @@ DATABASES = {
'HOST'
:
'127.0.0.1'
,
# Set to empty string for default. Not used with sqlite3.
'PORT'
:
''
,
# We want transactions on SQLite
'ATOMIC_REQUESTS'
:
True
,
}
}
...
...
@@ -201,6 +199,7 @@ SOCIAL_AUTH_PIPELINE = (
'weblate.accounts.pipeline.verify_open'
,
'social.pipeline.user.create_user'
,
'social.pipeline.social_auth.associate_user'
,
'social.pipeline.debug.debug'
,
'social.pipeline.social_auth.load_extra_data'
,
'weblate.accounts.pipeline.user_full_name'
,
'weblate.accounts.pipeline.store_email'
,
...
...
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