wulkanowy-web/README.md
2021-01-10 22:50:36 +01:00

25 lines
659 B
Markdown

# Wulkanowy-web
🌋 Przeglądarkowy klient dzienniczka VULCAN UONET+ dla ucznia i rodzica
![GitHub Workflow Status](https://github.com/wulkanowy/wulkanowy-web/workflows/Python%20application/badge.svg)
[![Discord](https://img.shields.io/discord/390889354199040011.svg?color=#33CD56)](https://discord.gg/vccAQBr)
# Development
## 1. Install dependencies.
```shell
pip install -r requirments.txt
```
## 2. Make migrations and .env
```shell
python manage.py makemigrations
python manage.py migrate
```
and modify the .envsample file.
## 3. Start the server!
```shell
python manage.py runserver
```
or if you run Windows you can run:
```shell
runserver.bat
```