Konkurs Matematyczny o Puchar Dyrektora V LO w Bielsku-Białej
Go to file
2023-03-20 18:00:41 +01:00
app better score view before finals 2023-03-20 18:00:41 +01:00
crispy_forms filter students 2022-12-05 04:13:11 +01:00
puchar school in current edition 2022-12-07 09:01:43 +01:00
static static files 2022-12-05 04:31:02 +01:00
templates Init 2021-08-30 02:29:20 +02:00
tinymce filter students 2022-12-05 04:13:11 +01:00
.gitignore Prepare for deploy 2021-09-03 00:40:52 +02:00
.prettierignore excel file with students list 2021-12-09 01:26:37 +01:00
manage.py Init 2021-08-30 02:29:20 +02:00
README.md better score view before finals 2023-03-20 18:00:41 +01:00
requirements.txt better score view before finals 2023-03-20 18:00:41 +01:00

Konkurs Matematyczny o Puchar Dyrektora V Liceum Ogólnokształcącego w Bielsku-Białej

Podgląd strony

Pomoc ze stroną

Kod jest dostępny publicznie w celu ulepszania strony. Jeśli chcesz wprowadzić nową funkcję lub poprawkę, jestem otwarta na zmiany.

Instalacja lokalna

Sklonowanie

$ git clone https://gitlab.com/yaemiku/puchar

Konfiguracja

Plik .env:

DEBUG=0 / 1
SECRET_KEY=...
EMAIL_HOST=...
EMAIL_PORT=...
EMAIL_HOST_USER=...
EMAIL_HOST_PASSWORD=...

DB_USER=...
DB_PASSWORD=...

Potem:

$ python manage.py migrate
$ python manage.py runserver