From b6f5cb198a3fcb8572c1daaf3a3077d28b404165 Mon Sep 17 00:00:00 2001 From: Lowlights <125327040+Lowlightsas@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:39:15 +0600 Subject: [PATCH] add req and readme --- NITAKUSHOP/__pycache__/wsgi.cpython-311.pyc | Bin 0 -> 685 bytes README.md | 39 ++++++++++++++++++++ db.sqlite3 | Bin 167936 -> 167936 bytes requirements.txt | 5 +++ 4 files changed, 44 insertions(+) create mode 100644 NITAKUSHOP/__pycache__/wsgi.cpython-311.pyc create mode 100644 README.md create mode 100644 requirements.txt diff --git a/NITAKUSHOP/__pycache__/wsgi.cpython-311.pyc b/NITAKUSHOP/__pycache__/wsgi.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e10442fe7e8957bc543246aee04afe33876cb97 GIT binary patch literal 685 zcmY*X&ubGw6n?XtHoCPz)b>1-UIKNuB3_CJ#U?TSNQ5LPA+T9@UXl&7JIl^AwLSIF z|G|^ssUp4jr=(I4_7w5tEzny}&Nha|H#2YE%$xUp-wgA0b=3lGC%?YqX9Dm$Tg)x@ zFSs1&;1e)t10&4fq)qf}aw9a`CIKYF`APV)G%sG9S&l888USZ{%#45mXrAiD*?bGy z%gks%arr2<-Zd&!>Wios^l48dv{r5IzG^jI)ZfxL5kvHqZCO=C@nb9`N~#7(XEh$@ z-Up7Cf{b*1@8xc-Qg<7rX0uwWG~74!z1Hi}(fykTuq7%LM15Jzr+L@a zDqJ@;giP$BNM5(0<8TPz=uF{nS(r<8?iMrZ)zSC(*Ok}4w z7!DtIZYUSS4A_njuWmh^J?^ulpo{g-0r_6LsYwW#8hMhNLgwxPv5s$NZ32(R|Mv+P qC)Q6``vGg?b$h&BI*0NFl*dq>6gI|%jq}3hMPc)JC2PqY4gMDg=*9s6 literal 0 HcmV?d00001 diff --git a/README.md b/README.md new file mode 100644 index 0000000..f875cf0 --- /dev/null +++ b/README.md @@ -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 + diff --git a/db.sqlite3 b/db.sqlite3 index c272a120dc7a72cb08256c0bafa0baf024c64152..30c31833cc001f13c50e65dceb792f6fcc520da8 100644 GIT binary patch delta 231 zcmZozz}2vTYl1YR@(zxU7Lm005JtKYjoJ delta 49 zcmV-10M7q_pbCJX3XmHCB9RqL2`R HkcN-}djAj1 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f928feb --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +asgiref==3.7.2 +Django==4.2.7 +Pillow==9.2.0 +sqlparse==0.4.4 +tzdata==2023.4