I'd like to load some test data into my development db but not put it into my production db.

In django you can create database-specific fixtures using this mechanism: http://docs.djangoproject.com/en/dev/ref/django-admin/#database-specific-fixtures

It is possible to do something similar with django-nonrel?

link|improve this question

67% accept rate
feedback

1 Answer

By default, the local datastore is separate from the production datastore.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.