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.
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 details)
File details
Details for the file django-saveall-0.1.1.tar.gz.
File metadata
- Download URL: django-saveall-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6746df388dfe439fad56415ebd7ae64782367a9a823432aaa78cc1a03bb8f992
|
|
| MD5 |
ffda7583e217685f1d4e527b89c9107e
|
|
| BLAKE2b-256 |
9c61056b3678c237df38cfaeb6a2cc815129eb076508d1ad80d88feb9614442c
|