Django Commands

awl.management.commands.create_test_admin.Command

Creates a test admin user account by calling :func:’awl.waelsteng.create_admin’

awl.management.commands.print_setting.Command

Prints the named django setting to the screen. If the setting is a list or tuple, it prints each item in a single line separated by spaces so that it can be used as arguments to a command.

awl.management.commands.run_script.Command

Loads and runs the named python script parameter in this Django environment.

awl.management.commands.wipe_migrations.Command

Searches through the INSTALLED_APP listing looking for any apps that are in the same base directory structure as the command and removes any migration scripts belonging to them.