The main technologies used in this project are:
- Home page & Favorite page & Order page
- Compare page & Blog page & purchase history page
- 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
- ...
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 https://github.com/Mr-Yazdanian-Dev/Django-Website-1.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 supermarket directory)
python manage.py runserver
Dockerhub link : https://hub.docker.com/repository/docker/mryazdaniandev/django-website/general
Distributed under the MIT License. See LICENSE.txt for more information.
MohammadReza Yazdanian : mohammadreza.yazdanian.prog@gmail.com