This repository is a Django practice application centered on item listing, item detail pages, related-item suggestions, and authenticated item creation.
- Django 5 project structure
- Item detail and related-item pages
- Authenticated item creation flow
- Media/file support through Pillow
- Python
- Django 5
- Pillow
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserverThis repository is best treated as a Django learning project and portfolio practice example.
Developed by Ali Balash.