9👍
The best way to get started with photologue is to start a new django project, and follow the installation instructions. Then, load up the django admin and start adding photos and creating galleries. You should be able to get a good understanding of Photologue that way.
Photologue is based around the concept of having gallerys of images with different photo sizes and effects. It’s great if you want to show a gallery of images. If you are looking to intergrate images into your own apps, you might find ImageKit much more useful. I think it’s based on Photologue, but instead of giving you automated photo galleries it provides hooks that you can use to do manage photos programmatically.
2👍
Here is an example project by the author of photologue:
https://github.com/jdriscoll/django-photologue/tree/master/example_project
- While using ajax with django form, getting error "Select a valid choice. That is not one of the available choices."
- How to JSON serialize __dict__ of a Django model?
- How to render django-cms plugin in every page?
- How to make a form field numeric only in Django
- Readonly fields in the django admin/inline