Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 698 Bytes

README.rst

File metadata and controls

33 lines (21 loc) · 698 Bytes

Leprikón

Leprikón is web information system for leisure centres and other educational organizations.

www.leprikon.cz

Docker image

Installation with pip

# create and enter an empty directory of your choice
mkdir leprikon && cd leprikon

# create and activate virtual environment
virtualenv env
. env/bin/activate

# install leprikon with all the requirements
pip install leprikon

# create database
leprikon migrate

# create admin user
leprikon createsuperuser

# run development server
./manage.py runserver