No description
ca39721f87
Fix KeyError: userid error |
||
---|---|---|
.github/workflows | ||
app | ||
frontend | ||
tests | ||
wulkanowy | ||
.envsample | ||
.gitattributes | ||
.gitignore | ||
manage.py | ||
README.md | ||
requirements.txt | ||
runserver.bat |
Wulkanowy-web
🌋 Unofficial browser VULCAN UONET+ client for both students and their parents
Development
1. Install webpack and dependencies.
npm install webpack
pip install -r requirements.txt
2. Create .env and make migrations
In the .env file put the code:
SECRET_KEY = writeanythinghere
After saving the files, we migrate with these commands:
python manage.py makemigrations
python manage.py migrate
and modify the .envsample file as you would the .env file THE SECRET KEY MUST BE THE SAME
3. Start the server!
npm run dev
python manage.py runserver
or if you run Windows you can run:
runserver.bat