No description
Find a file
Marcin Kowalicki a45cd7118c Add grades page 🎉
2021-01-10 01:02:11 +01:00
.github/workflows Commit for MarcinK50 2021-01-07 00:48:06 +01:00
app Session expire fix 2021-01-09 23:55:42 +01:00
files Add grades page 🎉 2021-01-10 01:02:11 +01:00
templates Add grades page 🎉 2021-01-10 01:02:11 +01:00
tests Commit for MarcinK50 2021-01-07 00:48:06 +01:00
wulkanowy Getting notes 2021-01-09 23:41:40 +01:00
.envsample Add Development section in README 2021-01-08 18:38:17 +01:00
.gitattributes First commit 2020-12-02 15:38:03 +01:00
.gitignore First commit 2020-12-02 15:38:03 +01:00
manage.py Rewriting login to JS 2021-01-06 00:41:20 +01:00
README.md Update README.md 2021-01-08 23:36:51 +01:00
requirements.txt Rewriting login to JS 2021-01-06 00:41:20 +01:00
runserver.bat Add Development section in README 2021-01-08 18:38:17 +01:00

Wulkanowy-web

🌋 Przeglądarkowy klient dzienniczka VULCAN UONET+ dla ucznia i rodzica

GitHub Workflow Status Discord

Development

1. Install dependencies.

pip install -r requirments.txt

2. Make migrations and .env

python manage.py makemigrations
python manage.py migrate

and modify the .envsample file.

3. Start the server!

python manage.py runserver