Skip to content

umair-gujjar/kala-app

 
 

Repository files navigation

CircleCI Requirements Status Readthedocs

Kala: Project Management in Django

Kala is a project management application written in Python on the Django web framework. The intent is for the Kala to act as a drop in replacement for Basecamp. Kala can import your projects and files from an existing Basecamp installation. As of the writing of this document, Kala only supports files and file versions, although adding additional components should relatively straight forward.

Basecamp is a registered trademark of 37signals, LLC and Kala has no affiliation with either.

Kala is the Hawaiian name for surgeonfish and is the mascot for the Kala project management software.

Main Features

  • People, Companies and Projects can all provide access control
  • Written in Python 3 and Django
  • MIT License, use as you please
  • Easy to use (IMHO)
  • Extensible if you know Python and Django

Development

In order to run the development environment, you should install vagrant. Once you have done that you can:

$ cd deploy
$ vagrant up

You will now be able to open http://localhost:9090 and see the Kala application. There are two users created:

teststaff and testuser both have the password set to test

Screen Shot

screenshot of a projects documents

Showing the Projects page with multiple documents. Each document can have multiple versions. There are additional searching and filter options. The settings page allows for configuration of things like permissions and metadata about the various objects.

Packages

No packages published

Languages

  • CSS 66.4%
  • JavaScript 28.5%
  • Python 2.9%
  • HTML 2.0%
  • Other 0.2%