puchar/README.md
2022-12-05 04:13:11 +01:00

39 lines
656 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Konkurs Matematyczny o Puchar Dyrektora V Liceum Ogólnokształcącego w Bielsku-Białej
![Podgląd strony](static/screenshot.png)
## Pomoc ze stroną
Kod jest dostępny publicznie w celu ulepszania strony. Jeśli chcesz wprowadzić nową funkcję lub poprawkę, jestem otwarty na zmiany.
## Instalacja lokalna
### Sklonowanie
```bash
$ git clone https://github.com/yaemiku/puchar
```
### Konfiguracja
#### Plik `.env`:
```conf
DEBUG=0 / 1
SECRET_KEY=...
EMAIL_HOST=...
EMAIL_PORT=...
EMAIL_HOST_USER=...
EMAIL_HOST_PASSWORD=...
DB_USER=...
DB_PASSWORD=...
```
#### Potem:
```bash
$ python manage.py migrate
$ python manage.py runserver
```