Metadata-Version: 2.1 Name: admin-form-image-preivew Version: 1.5 Summary: Sami Test Pip Home-page: https://github.com/humblesami/admin_form_image_preivew.git Author: Sami Akram Author-email: Sami Akram Maintainer-email: Sami Akram Project-URL: Changelog, https://github.com/humblesami/admin_form_image_preivew/CHANGES.rst Project-URL: Code, https://github.com/humblesami/admin_form_image_preivew Project-URL: Issue tracker, https://github.com/humblesami/admin_form_image_preivew/issues Keywords: urllib,httplib,http Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3.5 Requires-Python: >=3.6 Description-Content-Type: text/markdown License-File: LICENSE.txt Requires-Dist: Django (>=3) Requires-Dist: Pillow (>=8) Provides-Extra: deploy Requires-Dist: bump2version ; extra == 'deploy' Requires-Dist: readme-renderer[md] ; extra == 'deploy' Requires-Dist: git-changelog ; extra == 'deploy' Provides-Extra: development Requires-Dist: Django (>=3) ; extra == 'development' Requires-Dist: Pillow (>=8) ; extra == 'development' Requires-Dist: bump2version ; extra == 'development' Requires-Dist: readme-renderer[md] ; extra == 'development' Requires-Dist: git-changelog ; extra == 'development' **Insallation** 1. `pip install admin-form-image-preivew` 2. Add `admin_image_preview` in installed apps in `settings.py` of django project INSTALLED_APPS = [ 'admin_image_preview', # ... ] (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** 1. `git clone https://github.com/humblesami/admin_form_image_preivew.git` 2. `cd admin_form_image_preivew/sample_usage` 3. `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` 4. `python manage.py runsever` 5. 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 6. Go to http://127.0.0.1:8000/admin/admin_image_preview/model1/add/ 7. Add image to check preview **Make you own pip package** See https://github.com/humblesami/admin_form_image_preivew/blob/master/docs/make_pip.md to make/build/test and upload `your own pip package`