No description
.github/workflows | ||
app | ||
files | ||
templates | ||
tests | ||
wulkanowy | ||
.envsample | ||
.gitattributes | ||
.gitignore | ||
manage.py | ||
README.md | ||
requirements.txt | ||
runserver.bat |
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