This project is a Django-based website that features both dark and light modes, an image search functionality with pagination to minimize database hits, and preview images. The preview images are stored in the media/overview directory.
- Dark and Light Mode: Users can toggle between dark and light themes using an icon on the website.
- Image Search with Pagination: The search functionality for images includes a pagination system to ensure fewer database hits and smoother performance.
- Preview Images: Preview images are available in the
media/overviewdirectory.
- Python 3.x
- Django 4.x
- Other dependencies listed in
requirements.txt
-
Clone the repository:
git clone <repository-url> cd <project-directory>