Skip to content

johnfelipe/openkamer

 
 

Repository files navigation

openkamer

This is a work in progress...

A Python 3.3+ and Django 1.9 project.

Installation (Linux)

Get the code and enter the project directory,

$ git clone https://github.com/openkamer/openkamer.git
$ cd openkamer

Install in a local environment (creates a Python 3 virtualenv and a sqlite database file),

$ ./install.sh

Activate the virtualenv,

$ source env/bin/activate

Create a superuser,

$ python manage.py createsuperuser

Run a development server

Run the Django dev web server, make sure you have the virtualenv activated,

(env)$ python manage.py runserver

openkamers is now available at http://127.0.0.1:8000 and http://127.0.0.1:8000/admin.

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.1%
  • HTML 12.8%
  • Other 1.1%