597 B
597 B
Wulkanowy-web
🌋 Przeglądarkowy klient dzienniczka VULCAN UONET+ dla ucznia i rodzica
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