Skip to content

AliBalash/django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Practice App

This repository is a Django practice application centered on item listing, item detail pages, related-item suggestions, and authenticated item creation.

Highlights

  • Django 5 project structure
  • Item detail and related-item pages
  • Authenticated item creation flow
  • Media/file support through Pillow

Tech Stack

  • Python
  • Django 5
  • Pillow

Getting Started

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Positioning

This repository is best treated as a Django learning project and portfolio practice example.

Author

Developed by Ali Balash.

About

Django learning project focused on item listing, detail pages, and authenticated item creation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors