Features
- User register/login/logout with django authentication system
- User profile update feature
- User can change password
- User can upload images with two diffrent sizes according to category
- User can view his/her all old uploads
- Anyone can download image in two different sizes
- Browse images according to category
- Search images by title or tags
- Image view couting (When user visit on image detail page)
- Admin can control everything from their panel
How to run this script
- Download the zip file and extract
- Activate virtual environment
- Start the script with the following command
- py manage.py runserver
- http://127.0.0.1:8000/
- Access admin with http://127.0.0.1:8000/admin
Admin and Front User Crendentials
username: admin
password: admin
Reviews
There are no reviews yet.