model_bakery
Fixture maker
A tool that simplifies the creation of test fixtures in Django applications
Object factory for Django
844 stars
11 watching
85 forks
Language: Python
last commit: about 1 month ago
Linked from 3 awesome lists
djangofixturesobject-factorypython
Related projects:
Repository | Description | Stars |
---|---|---|
paulocheque/django-dynamic-fixture | A library to generate dynamic model instances for testing purposes in Django applications. | 391 |
vierge-noire/cakephp-fixture-factories | A plugin that simplifies the creation and management of test fixtures in CakePHP applications. | 84 |
py-universe/django-rest-cli | A tool that speeds up the development of Django Rest APIs by automating repetitive tasks. | 117 |
klen/mixer | A library that generates fake data for testing and fixture replacement in various frameworks | 944 |
django-parler/django-parler | Provides automatic model translations with easy admin integration and fallbacks. | 697 |
jazzband/django-polymorphic | A Django project that simplifies the use of inherited models by automatically downcasting and providing features for filtering, querying, and combining models. | 1,654 |
celery/django-celery-beat | Manages periodic tasks with scheduling and notification features. | 1,702 |
prawn-cake/simple-models | A library to create validated dictionaries with flexible data structures and nested models. | 14 |
croach/flask-fixtures | A library to simplify testing by providing a way to pre-populate a test database with predefined data | 64 |
shopify/shopify_django_app | A Django-based application to interact with Shopify's API | 472 |
genomoncology/related | A Python library for creating and manipulating nested object models | 201 |
torchbox/django-pattern-library | Automates maintenance of UI pattern libraries for Django projects, allowing developers to create reusable templates without requiring views and models. | 370 |
django-cache-machine/django-cache-machine | Automatically caches and invalidates Django model data in real-time | 876 |
mfcovington/django-taggit-helpers | Provides helper classes and tools to work with Django admin pages of models associated with django-taggit tags | 30 |
realorangeone/django-tasks | A Django project implementing background workers and tasks for managing asynchronous operations | 347 |