Metadata-Version: 1.1
Name: leprikon
Version: 2.26.0
Summary: Django CMS based IS for leisure centre
Home-page: https://github.com/leprikon-cz/leprikon
Author: Jakub Dorňák
Author-email: jakub.dornak@misli.cz
License: BSD
Description: Leprikón
        ========
        
        Leprikón is web information system for leisure centres and other educational organizations.
        
        `www.leprikon.cz <https://www.leprikon.cz/>`__
        
        `Docker image <https://hub.docker.com/r/leprikon/leprikon/>`__
        
        
        Installation with pip
        ---------------------
        
        .. code:: shell
        
            # 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
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Natural Language :: Czech
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
