Primary key based form navigation to explore next/prev records.
Project description
Insallation
pip install djform_navigation
- Add
form_navigation
in installed apps insettings.py
of django project INSTALLED_APPS = [ 'form_navigation', # ... ] (at top)
Description It show the preview of every image field in every admin change_form (add/edit) for all models and apps
Instructions to run the sample usage
git clone https://github.com/humblesami/djform_navigation.git
cd djform_navigation/sample_usage
pip install -r requirements.txt
Not required but if you want to reset the database, you can do this
3.1. python manage.py initsql.py
-
python manage.py runsever
-
Open following url in your browser and login with given username and password http://127.0.0.1:8000/admin/login/?next=/admin/login username sa password 123
-
Go to http://127.0.0.1:8000/admin/form_navigation/model1/add/
-
Add image to check preview
Make you own pip package
See https://github.com/humblesami/djform_navigation/blob/master/docs/make_pip.md to make/build/test and upload your own pip package
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.