Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/falsehuman/stepik-on-minimal


https://github.com/falsehuman/stepik-on-minimal

Last synced: about 5 hours ago
JSON representation

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
```