Table of Contents
This is an advance level e-commerce project with made by me with many of feature. These are not such common feature what people add during a e-commerce project with Django. I made these feature with myself. And these feature are very much needed in current e-commerce site. Some feature like email verification and other feature with is widely needed add soon hopefully.
- Email Login
- Quick Deal Feature
- Slider
- Pagination
- Comment Section
- Custom Editor for full product description
- Cart section with all the functionality
- Address Section
- Payment Section where full address needed
- Payment Method
- Paypal
- Stripe
- SSL-Ecommerce
- Profile Edit Section
- Author post Edit Section
- Custom Login(email needed), Register and logout section
- Quick Deal request from seller
- Admin custom function
- Admin panel Customization
- Order confirm functionality
- List of Order for a user
For starting running the full project first of all create a virtual environment.
Need pip for install all the package.
- pip
python -m pip install --upgrade pip
After install all the package install all the require package needed from requirements.txt file
1.Enable virtual environment.
2.Run
pip install -r requirements.txtor
pip3 install -r requirements.txt3.Run
python manage.py runserverDon't forget to create a super user for admin panel login
python manage.py createsuperuser