Commands relatives to django framework

This module is used for commands relatives to django framework

pydiploy.require.django.command.django_custom_cmd(*args, **kwargs)[source]

Passes custom commands to manage.py

pydiploy.require.django.command.django_dump_database(*args, **kwargs)[source]

Dumps webapp datas in json.

If env.dest_path is not set in fabfile or –set dest_path is not used in command line uses default /tmp in local machine using the fabfile.

pydiploy.require.django.command.django_prepare(*args, **kwargs)[source]

Prepares django webapp (syncdb,migrate,collectstatic,and eventually compilemessages)

Previous topic

Install a django web app with virtualenv,circus & nginx

Next topic

Tools relatives to django framework

This Page