ojii / django-fixture-shell

An easy way to create django fixtures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-fixture-shell
====================

An app allowing you to easily create fixtures from the command line using a
django shell.



Usage
-----

``fixture_shell outfile [app1 [, app2]``

The `outfile` is where the fixture should be written to, due to the interactive
nature of this command, the fixture is written to a file rather than to stdout.

You may provide an optional list of apps to create fixtures of (same as for
dumpdata).

About

An easy way to create django fixtures

License:Other


Languages

Language:Python 94.3%Language:Shell 5.7%