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
188fcc44
Commit
188fcc44
authored
Mar 19, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention optional requirement in docs
parent
9a3abb94
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
docs/install.rst
docs/install.rst
+2
-0
trans/admin_views.py
trans/admin_views.py
+6
-0
No files found.
docs/install.rst
View file @
188fcc44
...
...
@@ -26,6 +26,8 @@ PyGtk
http://www.pygtk.org/
south
http://south.aeracode.org/
libravatar (optional for federated avatar support)
https://pypi.python.org/pypi/pyLibravatar
Database backend
Any database supported in Django will work, check their documentation for more details.
...
...
trans/admin_views.py
View file @
188fcc44
...
...
@@ -27,6 +27,7 @@ from django.utils.translation import ugettext as _
from
django.contrib
import
messages
from
django.conf
import
settings
from
weblate
import
appsettings
from
trans.util
import
HAS_LIBRAVATAR
import
weblate
import
os
...
...
@@ -112,6 +113,11 @@ def performance(request):
),
'production-email'
,
))
checks
.
append
((
_
(
'Federated avatar support'
),
HAS_LIBRAVATAR
,
'production-avatar'
,
))
return
render_to_response
(
"admin/performance.html"
,
RequestContext
(
...
...
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