Table of Contents
Screen.Recording.1402-04-03.at.03.59.29.mov
- Accounting app which includes :
register-page | verify-page | login-page | logout-page | remmberpassword-page | userpanel-page - Product app which includes :
products-page | product-page - Compare app which includes :
compare-page - Favorite app which includes :
favorite-page - Blog app which includes :
blogs-page | blog-page - Order app which includes :
order-page - Payment app which includes :
payment-page | payment verify-page | payment discount-page | payment deliver day-page | redirecting bank-page - Score app
- Discount app
- Order app
- ...
I use the the technology below to create this project
At first you need to install Python on your local system. you can use this link to install it.
With the steps below you can run the project on your local system
- Clone the repo
git clone git
git clone https://github.com/MohammadReza96/mobile-website-with-python-django.git
- create a virtualvenv in root directory of project
python -m virtualenv venv
- activate the virtualvenv using terminal
source venv/bin/activate
- install packages
pip install -r requirement.txt
- run the project (first go to dj_shop directory)
python manage.py runserver
- Home page

- Favorite page

- Order page

- Compare page

- userpanel purchase history page

Distributed under the MIT License. See LICENSE.txt
for more information.
MohammadReza Yazdaniyan - mohammad.r.yazdaniyan@gmail.com
Project Link: https://github.com/MohammadReza96/mobile-website-with-python-django