Go to file
Lowlights 8f91cf0364 d 2024-01-26 18:29:05 +06:00
NITAKUSHOP d 2024-01-26 18:29:05 +06:00
main d 2024-01-26 18:29:05 +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 delete index html change base.html , detail.html,list.html 2024-01-26 14:22:38 +06:00
docker-compose.yml settings 2024-01-26 04:52:16 +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