.. Django-gallery documentation master file, created by sphinx-quickstart on Thu Sep 5 15:43:30 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Django-gallery ============== Welcome to Django-gallery documentation. Django-gallery is Django-gallery is a project implementing the idea of a photo gallery site using the Django framework. Installation options are described in the :doc:`installation` section Dependecies are described in the :doc:`dependencies` section. Main Features: -------------- * Photo Album creation, editing, and deletion. * Customizaion of Album appearance. * Customization of Naviigation bar. * Automatic compression of photos when uploading. * Automatic watermarking of photos when uploading. * A convenient admin area for the owner of the photo gallery. The ability to sort by dragging. * The ability to upload photos to the drop zone. User's Guide ------------ .. toctree:: :maxdepth: 2 installation site_management backup-mechanism .. comment:: Description of the code logic Additional Notes ---------------- .. toctree:: :maxdepth: 2 dependencies license changes