wulkanowy-web/README.md
2021-01-23 12:26:50 +01:00

906 B

Wulkanowy-web

🌋 Unofficial browser VULCAN UONET+ client for both students and their parents

GitHub Workflow Status Discord

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