Go to file
Lowlights 45d8729f84 a 2024-01-25 01:36:14 +06:00
.idea add bd 2024-01-24 23:39:23 +06:00
NITAKUSHOP grid 2024-01-24 17:57:11 +06:00
main a 2024-01-25 01:36:14 +06:00
media/products/2024/01/24 add bd 2024-01-24 23:39:23 +06:00
README.md add req and readme 2024-01-24 16:39:15 +06:00
db.sqlite3 add bd 2024-01-24 23:39:23 +06: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