Skip to main content

A simple Django app that adds a custom django-admin command for saving model instances throughout a project.

Project description

=====
saveall
=====

saveall is an app that adds a custom django-admin command for saving model instances throughout a project.

For usage reference, please visit: https://github.com/gabriel-card/saveall

Quick start
-----------

1. Add "saveall" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'saveall',
)

2. Run `python manage.py migrate` to create the saveall test models.

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-saveall-0.1.1.tar.gz (3.3 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