Skip to content

Instantly share code, notes, and snippets.

@antoviaque
Created June 1, 2013 20:27
Show Gist options
  • Save antoviaque/5691631 to your computer and use it in GitHub Desktop.
Save antoviaque/5691631 to your computer and use it in GitHub Desktop.
[edx-platform] antoviaque@antoviaque-laptop ~/prog/edx/edx-platform (install-ubuntu-dependencies)
$ rake cms:update_templates
django-admin.py help --traceback --settings=cms.envs.dev --pythonpath=.
Usage: django-admin.py subcommand [options] [args]
Options:
-v VERBOSITY, --verbosity=VERBOSITY
Verbosity level; 0=minimal output, 1=normal output,
2=verbose output, 3=very verbose output
--settings=SETTINGS The Python path to a settings module, e.g.
"myproject.settings.main". If this isn't provided, the
DJANGO_SETTINGS_MODULE environment variable will be
used.
--pythonpath=PYTHONPATH
A directory to add to the Python path, e.g.
"/home/djangoprojects/myproject".
--traceback Print traceback on exception
--version show program's version number and exit
-h, --help show this help message and exit
Type 'django-admin.py help <subcommand>' for help on a specific subcommand.
Available subcommands:
[auth]
changepassword
createsuperuser
[contentstore]
check_course
clone
delete_course
export
import
prompt
update_templates
xlint
[debug_toolbar]
debugsqlshell
[django]
cleanup
compilemessages
createcachetable
dbshell
diffsettings
dumpdata
flush
inspectdb
loaddata
makemessages
reset
runfcgi
shell
sql
sqlall
sqlclear
sqlcustom
sqlflush
sqlindexes
sqlinitialdata
sqlreset
sqlsequencereset
startapp
startproject
validate
[djcelery]
camqadm
celery
celerybeat
celerycam
celeryctl
celeryd
celeryd_detach
celeryd_multi
celeryev
celerymon
djcelerymon
[south]
convert_to_south
datamigration
graphmigrations
migrate
migrationcheck
schemamigration
startmigration
syncdb
test
testserver
[static_replace]
clear_collectstatic_cache
[staticfiles]
collectstatic
findstatic
runserver
[student]
6002exportusers
6002importusers
add_to_group
assigngroups
cert_restriction
create_random_users
emaillist
massemail
massemailtxt
pearson_dump
pearson_export_cdd
pearson_export_ead
pearson_import_conf_zip
pearson_make_tc_registration
pearson_make_tc_user
pearson_transfer
set_staff
sync_user_info
userinfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment