No description
.github/workflows | ||
app | ||
files | ||
templates | ||
tests | ||
wulkanowy | ||
.envsample | ||
.gitattributes | ||
.gitignore | ||
manage.py | ||
package-lock.json | ||
package.json | ||
README.md | ||
requirements.txt | ||
runserver.bat | ||
webpack.config.js |
Wulkanowy-web
🌋 Unofficial android VULCAN UONET+ register client for both students and their parents
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