No description
Find a file
2021-01-21 21:04:26 +01:00
.github/workflows Commit for MarcinK50 2021-01-07 00:48:06 +01:00
app Getting message content 2021-01-21 12:53:51 +01:00
files Getting message content 2021-01-21 12:53:51 +01:00
templates Sending message 2021-01-18 13:01:18 +01:00
tests Views test 2021-01-10 01:14:34 +01:00
wulkanowy Getting message content 2021-01-21 12:53:51 +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 Sending message 2021-01-18 13:01:18 +01:00
package.json Sending message 2021-01-18 13:01:18 +01:00
README.md Update README.md 2021-01-21 21:04:26 +01:00
requirements.txt Generating and saveing key 2021-01-19 12:38:11 +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

🌋 Unofficial browser VULCAN UONET+ register client for both students and their parents

GitHub Workflow Status Discord

Development

1. Install dependencies.

pip install -r requirements.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