/kolco24

Site for event

Primary LanguageHTML

kolco24

How to install:

You need python3

git clone git@github.com:alff0x1f/kolco24.git 
(or git clone https://github.com/alff0x1f/kolco24.git)
cd kolco24
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt 

Rename kolco24/settings.py.example to kolco24/settings.py and edit it (at least you must set SECRET_KEY (just random string) and DIRS TEMPLATES)

Create DB:
python manage.py migrate
Run devserver:
python manage.py runserver 0:8080