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
2c0b23a3
Commit
2c0b23a3
authored
Nov 08, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document project update management commands
parent
774593df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
14 deletions
+17
-14
docs/management.rst
docs/management.rst
+17
-14
No files found.
docs/management.rst
View file @
2c0b23a3
...
...
@@ -5,25 +5,25 @@ Management commands
The ./manage.py is extended with following commands:
checkgit
--------
checkgit
<project|project/subproject>
--------
-----------------------------
.. django-admin:: checkgit
Prints current state of backend git repository.
You can either define which
subproject to check (eg. ``weblate/master``) or
use ``--all`` to check
all existing subprojects.
You can either define which
project or subproject to update (eg.
``weblate/master``) or use ``--all`` to update
all existing subprojects.
commitgit
---------
commitgit
<project|project/subproject>
---------
-----------------------------
.. django-admin:: commitgit
Commits any possible pending changes to backend git repository.
You can either define which
subproject to check (eg. ``weblate/master``) or
use ``--all`` to check
all existing subprojects.
You can either define which
project or subproject to update (eg.
``weblate/master``) or use ``--all`` to update
all existing subprojects.
cleanuptrans
------------
...
...
@@ -62,8 +62,8 @@ For example:
./manage.py import_project debian-handbook git://anonscm.debian.org/debian-handbook/debian-handbook.git squeeze/master '*/**.po'
loadpo
------
loadpo
<project|project/subproject>
------
-----------------------------
.. django-admin:: loadpo
...
...
@@ -73,6 +73,9 @@ repository).
You can use ``--force`` to force update even if the files should be up
to date. Additionally you can limit languages to process with ``--lang``.
You can either define which project or subproject to update (eg.
``weblate/master``) or use ``--all`` to update all existing subprojects.
rebuild_index
-------------
...
...
@@ -121,8 +124,8 @@ translate-toolkit).
The option ``--no-update`` disables update of existing languages (only add
new ones).
updatechecks
------------
updatechecks
<project|project/subproject>
------------
-----------------------------
.. django-admin:: updatechecks
...
...
@@ -132,8 +135,8 @@ which do major changes to checks.
You can either define which project or subproject to update (eg.
``weblate/master``) or use ``--all`` to update all existing subprojects.
updategit
---------
updategit
<project|project/subproject>
---------
-----------------------------
.. django-admin:: updategit
...
...
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