Go to file
Lowlights 2a1563957e k 2024-03-11 16:56:15 +06:00
NITAKUSHOP k 2024-03-11 16:56:15 +06:00
main k 2024-03-11 16:56:15 +06:00
media/products/2024/01 add photos 2024-01-26 10:32:55 +06:00
.gitignore delete index html change base.html , detail.html,list.html 2024-01-26 14:22:38 +06:00
Dockerfile correct docker 2024-01-26 05:14:54 +00:00
README.md add req and readme 2024-01-24 16:39:15 +06:00
db.sqlite3 k 2024-03-11 16:56:15 +06:00
docker-compose.yml docker restart:unless-stopped 2024-02-02 12:55:01 +00:00
manage.py init 2024-01-24 16:16:47 +06:00
requirements.txt add req and readme 2024-01-24 16:39:15 +06:00

README.md

To Install: Cloning the Repository:

$ git clone https://git.myterior.kz/Lowlight_Akbota/NitakuShop

$ cd django_ecommerce

Installing the environment control:

$ pip install virtualenv

$ virtualenv env

Activating the environment:

on Windows:

env\Scripts\activate

on Mac OS / Linux:

$ source env/bin/activate

Installing dependencies:

$ pip install -r requirements.txt

Last commands to start:

$ python manage.py makemigrations

$ python manage.py migrate

Finishing running server:

$ python manage.py runserver