Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojii/django-fixture-shell
An easy way to create django fixtures
https://github.com/ojii/django-fixture-shell
Last synced: 8 days ago
JSON representation
An easy way to create django fixtures
- Host: GitHub
- URL: https://github.com/ojii/django-fixture-shell
- Owner: ojii
- License: other
- Created: 2010-11-16T17:48:21.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-16T17:48:35.000Z (almost 14 years ago)
- Last Synced: 2024-04-15T00:40:46.950Z (7 months ago)
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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).