diff --git a/NITAKUSHOP/__pycache__/wsgi.cpython-311.pyc b/NITAKUSHOP/__pycache__/wsgi.cpython-311.pyc new file mode 100644 index 0000000..2e10442 Binary files /dev/null and b/NITAKUSHOP/__pycache__/wsgi.cpython-311.pyc differ 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 c272a12..30c3183 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ 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