Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falsehuman/online-shop
"Яндекс.Маркет на минималках" на Django
https://github.com/falsehuman/online-shop
Last synced: about 5 hours ago
JSON representation
"Яндекс.Маркет на минималках" на Django
- Host: GitHub
- URL: https://github.com/falsehuman/online-shop
- Owner: FalseHuman
- Created: 2021-03-29T13:48:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T09:59:31.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T10:12:29.403Z (2 months ago)
- Language: Python
- Homepage:
- Size: 30.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Онлайн-магазин
## Настройка сборки
```bash
#Установите нужные библиотеки
$ cd shops
$ pip install -r ./requirements.txt
$ python manage.py runserver```
## Для работы будет необходимо скачать Redis:
Качать тут:[Redis](https://redis.io/)```bash
$ cd redis-(Номер версии)
$ src/redis-server```
## СУБД PostgreSQL(дамп базы - shop.sql)
Ссылка как установить для [Windows](https://www.youtube.com/watch?v=yYJ74Sc7nw8)
Ссылка как установить для [Linux](https://losst.ru/ustanovka-postgresql-ubuntu-16-04)