Search code examples
how to test django fixture json file...

djangodjango-testingdjango-testsdjango-fixturesdjango-manage.py

Read More
Standard way to load initial (and ongoing) data into Django...

djangodjango-fixtures

Read More
How to add superuser in Django from fixture...

djangodjango-fixtures

Read More
Images in Django fixtures?...

djangoimagedjango-fixtures

Read More
How to add relationships in Django fixtures by explicitly adding object's fields?...

djangodjango-modelsdjango-rest-frameworkdjango-serializerdjango-fixtures

Read More
Django decorator to skip fixtures in tests...

djangodjango-testingdjango-fixtures

Read More
Django fixtures many to many with natural keys over multiple fields...

djangodjango-fixturesnatural-key

Read More
Django loaddata with Natural Keys not querying correct Foreign Key...

pythondjangodjango-fixtures

Read More
How to recognize that Django fixtures loading is ongoing?...

djangodjango-fixtures

Read More
Django 1.10 seed database without using fixtures...

pythondjangodjango-fixtures

Read More
Can't login to django admin with superuser loaded via fixtures...

pythondjangodjango-fixtures

Read More
Error in django unittest while loading a fixture...

pythondjangodjango-testingdjango-fixtures

Read More
How to fix a load fixture error...

pythondjangodjango-fixtures

Read More
FieldDoesNotExist on loading Fixture...

djangodjango-fixtures

Read More
How to use some field instead of primary keys in Django 1.6 model fixtures?...

pythondjangodjango-fixtures

Read More
How to get django to upload an image file via fixtures...

pythonjsondjangodjango-fixtures

Read More
Does Django adequately support node anchors (&) and references (*) in YAML fixtures?...

djangoyamldjango-fixtures

Read More
How to set initial tag data in django taggit Tag model...

django-taggitdjango-fixtures

Read More
loaddata raises IntegrityError when called within migration, but works if called from the CLI...

djangodjango-migrationsdjango-fixturesdjango-manage.pyloaddata

Read More
Django fixtures for model from imported application (like django-allauth)...

djangojsondjango-allauthdjango-fixtures

Read More
Django 1.6: How to ignore a fixture in python manage.py loaddata?...

pythondjangodjango-1.6django-fixturesloaddata

Read More
django : loading fixtures with natural foreignkey fails with 'ValueError: invalid literal for in...

pythondjangodjango-fixtures

Read More
Django testing error installing fixture- no such table...

djangounit-testingdjango-fixtures

Read More
How to create per-project initial_data fixtures in Django 1.7+...

djangodjango-fixturesdjango-1.7django-migrations

Read More
Run migrations without loading initial_data.json...

djangodjango-migrationsdjango-fixtures

Read More
How to reference ContentType in Django's fixture?...

djangodjango-fixturesdjango-guardian

Read More
Django superuser fixture error - no such table: auth_user...

pythondjangodjango-authenticationdjango-syncdbdjango-fixtures

Read More
How to show what fixtures are installed when I run migrate command in Django?...

pythondjangodjango-southdjango-1.6django-fixtures

Read More
How to make my test fixtures loaded only while testing in Django?...

pythondjangodjango-fixturesdjango-tests

Read More
Django : ValueError on loading fixture...

pythondjangodjango-fixtures

Read More
BackNext