Skip to content

Instantly share code, notes, and snippets.

@antoviaque
Created June 1, 2013 20:12
Show Gist options
  • Save antoviaque/5691586 to your computer and use it in GitHub Desktop.
Save antoviaque/5691586 to your computer and use it in GitHub Desktop.
[edx-platform] antoviaque@antoviaque-laptop ~/prog/edx/edx-platform (install-ubuntu-dependencies)
$ django-admin.py help --traceback --settings=lms.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
[certificates]
cert_whitelist
fix_ungraded_certs
gen_cert_report
ungenerated_certs
[courseware]
check_course
clean_xml
metadata_to_json
regrade_partial
remove_input_state
[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
[django_comment_client]
assign_role
assign_roles_for_course
create_roles_for_existing
reload_forum_users
seed_permissions_roles
show_permissions
[django_openid_auth]
openid_cleanup
[djcelery]
camqadm
celery
celerybeat
celerycam
celeryctl
celeryd
celeryd_detach
celeryd_multi
celeryev
celerymon
djcelerymon
[instructor]
compute_grades
dump_grades
[licenses]
generate_serial_numbers
import_serial_numbers
[lms_migration]
create_groups
create_user
manage_course_groups
[psychometrics]
init_psychometrics
[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
[wiki]
wikiviz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment