This library allows you to load initial Fixtures automagically after the South migrate your Model.
Project description
Autoload-Fixtures
====================
This library allows you to load initial Fixtures automagically after the `South` migrate your `Model`
##How To use
1. Instal this app from Pypi
`$ pip install autoload_fixtures`
2. Set the new app inside your `INSTALLED_APPS`.
```python
INSTALLED_APPS = (
...
'autoload_fixtures',
...
)
```
3. Create the `MODELNAME.json` files inside your `project/app/fixtures/` dir.
4. Migrate your project
`python manage.py migrate`
====================
This library allows you to load initial Fixtures automagically after the `South` migrate your `Model`
##How To use
1. Instal this app from Pypi
`$ pip install autoload_fixtures`
2. Set the new app inside your `INSTALLED_APPS`.
```python
INSTALLED_APPS = (
...
'autoload_fixtures',
...
)
```
3. Create the `MODELNAME.json` files inside your `project/app/fixtures/` dir.
4. Migrate your project
`python manage.py migrate`
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for django-autoload-fixtures-0.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 621e24371cb4171b0400b21e0fd27ee80bdbdc8c48af9081890ea8afc73fc388 |
|
MD5 | 89e93216ccb948df39e12323b4a95f2a |
|
BLAKE2b-256 | 11b5ca8d300741b38f7b16897566524c3519a12233cc51d8606a4188aacfd085 |