Skip to content

wilcoln/klazor

Repository files navigation

klazor

Klazor is a binder...

Installation

git clone git@github.com:wilcoln/klazor.git
cd klazor
npm install
pip install -r requirements.txt

Setup

You need to create a database and then specify it in the settings.py file as well as the database user credentials.

NB: we recommend the use of "klazor" as the name of your database.

After that you have to run the following:

python manage.py migrate
python manage.py loaddata data.json
python manage.py createsuperuser

Run

python manage.py runserver