Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falsehuman/stepik-on-minimal
https://github.com/falsehuman/stepik-on-minimal
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/falsehuman/stepik-on-minimal
- Owner: FalseHuman
- Created: 2021-07-11T11:56:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T07:00:22.000Z (over 3 years ago)
- Last Synced: 2024-11-19T10:12:29.376Z (2 months ago)
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Степик на минималках
## Настройка сборки
```bash
#Установите нужные библиотеки
$ pip install -r ./requirements.txt
$ cd educa
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
```