No description
Find a file
2021-01-10 23:39:54 +01:00
.github/workflows Commit for MarcinK50 2021-01-07 00:48:06 +01:00
app Getting messages 2021-01-10 23:39:54 +01:00
files Getting messages 2021-01-10 23:39:54 +01:00
templates Getting messages 2021-01-10 23:39:54 +01:00
tests Views test 2021-01-10 01:14:34 +01:00
wulkanowy Getting messages 2021-01-10 23:39:54 +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 Add messages in menu and improve grades 2021-01-10 22:50:36 +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

or if you run Windows you can run:

runserver.bat