No description
Find a file
2021-01-13 10:41:07 +01:00
.github/workflows Commit for MarcinK50 2021-01-07 00:48:06 +01:00
app Getting school data 2021-01-12 11:54:34 +01:00
files Add achievements and notes to UI 2021-01-12 23:43:09 +01:00
templates Finish deleted messages and sent messages 2021-01-12 16:04:14 +01:00
tests Views test 2021-01-10 01:14:34 +01:00
wulkanowy Getting school data 2021-01-12 11:54:34 +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 Display modals by clicking on grade and add Webpack! 2021-01-12 01:10:43 +01:00
manage.py Rewriting login to JS 2021-01-06 00:41:20 +01:00
package-lock.json Display modals by clicking on grade and add Webpack! 2021-01-12 01:10:43 +01:00
package.json webpack 2021-01-13 10:41:07 +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
webpack.config.js Display modals by clicking on grade and add Webpack! 2021-01-12 01:10:43 +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