wulkanowy-web/README.md
2021-01-08 23:36:51 +01:00

597 B

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