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
ba5875d7
Commit
ba5875d7
authored
Nov 29, 2013
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
d6a4d4ff
5b3f3899
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
trans/requirements.py
trans/requirements.py
+8
-0
No files found.
trans/requirements.py
View file @
ba5875d7
...
...
@@ -23,6 +23,7 @@
from
distutils.version
import
LooseVersion
from
weblate
import
GIT_VERSION
import
importlib
import
sys
def
get_version_module
(
module
,
name
,
url
,
optional
=
False
):
...
...
@@ -82,6 +83,13 @@ def get_versions():
'''
result
=
[]
result
.
append
((
'Python'
,
'http://www.python.org/'
,
sys
.
version
.
split
()[
0
],
'2.7'
,
))
name
=
'Django'
url
=
'https://www.djangoproject.com/'
mod
=
get_version_module
(
'django'
,
name
,
url
)
...
...
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