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
- Host: GitHub
- URL: https://github.com/stepantishhen/purrrfect-grades
- Owner: stepantishhen
- Created: 2023-02-22T17:36:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T15:50:27.000Z (about 3 years ago)
- Last Synced: 2025-05-07T21:56:55.634Z (about 1 year ago)
- Topics: cms, django, itis, learning, python
- Language: HTML
- Homepage:
- Size: 5.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`