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

https://github.com/stepantishhen/purrrfect-grades

Web application for students of Kazan Federal University that allows track academic progress
https://github.com/stepantishhen/purrrfect-grades

cms django itis learning python

Last synced: 9 months ago
JSON representation

Web application for students of Kazan Federal University that allows track academic progress

Awesome Lists containing this project

README

          

# Чтобы запустить:
`git clone https://github.com/stepantishhen/Purrrfect-Grades`

`cd Purrrfect-Grades/`

`git switch dev`

`pip install -r requirements.txt`

`python manage.py migrate`

`python manage.py loaddata data.json`

`python manage.py runserver`
# Перед коммитом:
`python manage.py dumpdata > data.json`

Проверить добавление файлов, закомитить и запушить

Если добавились зависимости:

`pip freeze requirements.txt`