Skip to main content

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 django-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

django-autoload-fixtures-0.1.4.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page