Skip to main content

This library allows you to load initial Fixtures automagically after the South migrate your Model.

Project description

This library allows you to load initial Fixtures automagically after the South migrate your Model

Installation

The latest stable version of autoload-fixtures can always be installed or updated to via pip (prefered) or easy_install:

$ pip install --upgrade django-autoload-fixtures

Alternatively:

$ easy_install --upgrade django-autoload-fixtures

Usage

Set the new app inside your INSTALLED_APPS from settings.py:

INSTALLED_APPS = (
    ...
    'autoload_fixtures',
    ...
)

Create the model_name.json files inside your project/app_name/fixtures/ dir, if you already have data inside your models and want to use:

$ python manage.py dumpdata app_name.model_name --natural --indent=4 >> app_name/fixtures/model_name.json

Migrate your project, using the south command:

$ 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.2.tar.gz (2.1 kB view details)

Uploaded Source

File details

Details for the file django-autoload-fixtures-0.2.tar.gz.

File metadata

File hashes

Hashes for django-autoload-fixtures-0.2.tar.gz
Algorithm Hash digest
SHA256 2b176fc002eedf85e8b7d6bbc2b41f150b830296f832cde6cf10a14d1fb2c67f
MD5 e1111680a6aea2d43b07eb495385b86a
BLAKE2b-256 539dd5e1171ceba546760b3e06f7ccebc4479606a912346e2cb074cc3133d862

See more details on using hashes here.

Supported by

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