
Use DJANGO_SETTINGS_MODULE='django_tools_test_project.settings.test'
manage.py --help
Test DB: .../django-tools/.test/test_project_db.sqlite3
Use settings: .../django-tools/django_tools_test_project/settings/test.py

Type 'manage.py help <subcommand>' for help on a specific subcommand.

Available subcommands:

[auth]
    changepassword
    createsuperuser

[contenttypes]
    remove_stale_contenttypes

[django]
    check
    compilemessages
    createcachetable
    dbshell
    diffsettings
    dumpdata
    flush
    inspectdb
    loaddata
    makemessages
    makemigrations
    migrate
    sendtestemail
    shell
    showmigrations
    sqlflush
    sqlmigrate
    sqlsequencereset
    squashmigrations
    startapp
    startproject
    test
    testserver

[django_tools]
    clear_cache
    database_info
    generate_model_test_code
    list_models
    logging_info
    nice_diffsettings
    permission_info
    update_permissions

[django_tools_test_app]
    run_testserver

[easy_thumbnails]
    thumbnail_cleanup

[filer]
    filer_check
    generate_thumbnails
    import_files

[sessions]
    clearsessions

[staticfiles]
    collectstatic
    findstatic
    runserver