Skip to content

"An e-commerce website built with Django for managing products, orders, and customers. Features include user authentication, cart management, and order processing. This project was originally cloned from Muhammed Yıldız's repository and further developed."

License

Notifications You must be signed in to change notification settings

arafkubraa/Luxury

Repository files navigation

Luxury

Luxury is an open-source ecommerce website built on the Django Web Framework.

Installation

1. Install Packages

pip install -r requirements.txt

2.Setup Virtualenv

virtualenv venv
Linux & Mac: source venv/bin/activate

Windows: venv\Scripts\activate

3.Migrate & Start Server

python manage.py makemigrations
python manage.py migrate
python manage.py createsuper
python manage.py runserver

📸 Screenshots

Sepetim Kısmı

Kategoriler Kısmı

Anasayfa

Anasayfa 2

Ürün Açıklaması

Markalar Kısmı

About

"An e-commerce website built with Django for managing products, orders, and customers. Features include user authentication, cart management, and order processing. This project was originally cloned from Muhammed Yıldız's repository and further developed."

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published