Skip to content

selcuko/imajiner

Repository files navigation

Imajiner Source Code

Django CI License: GPL v3

Quickstart

$ git clone https://github.com/divisia/imajiner
$ cd imajiner
$ export DATABASE_URL='postgres://postgres:postgres@localhost:5432/imajiner'
$ python manage.py runserver