wulkanowy-web/README.md

26 lines
659 B
Markdown
Raw Normal View History

2020-12-02 15:38:03 +01:00
# Wulkanowy-web
2020-12-02 15:38:53 +01:00
🌋 Przeglądarkowy klient dzienniczka VULCAN UONET+ dla ucznia i rodzica
2021-01-06 00:41:20 +01:00
2021-01-06 20:53:54 +01:00
![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)
2021-01-08 18:38:17 +01:00
# Development
## 1. Install dependencies.
```shell
pip install -r requirments.txt
```
2021-01-08 23:36:51 +01:00
## 2. Make migrations and .env
2021-01-08 18:38:17 +01:00
```shell
python manage.py makemigrations
python manage.py migrate
```
and modify the .envsample file.
## 3. Start the server!
```shell
python manage.py runserver
2021-01-08 23:36:51 +01:00
```
or if you run Windows you can run:
```shell
runserver.bat
```