add req and readme

master
Lowlights 2024-01-24 16:39:15 +06:00
parent a86035d757
commit b6f5cb198a
4 changed files with 44 additions and 0 deletions

Binary file not shown.

39
README.md Normal file
View File

@ -0,0 +1,39 @@
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

Binary file not shown.

5
requirements.txt Normal file
View File

@ -0,0 +1,5 @@
asgiref==3.7.2
Django==4.2.7
Pillow==9.2.0
sqlparse==0.4.4
tzdata==2023.4