wulkanowy-web/README.md
2021-01-20 09:35:01 +01:00

674 B

Wulkanowy-web

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

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