Skip to content

vrezac/BorIS

 
 

Repository files navigation

BorIS

What is this project about?

BorIS is an open source project aimed to help drug prevention non-profit ogranizations with the management of their clients.

It's a Python web application based on Django framework developed under MIT license so that anyone can participate.

How to install

Very simple, standard Django project:

mkvirtualenv boris
add2virtualenv [repo_path]
pip install -r [repo_path]/requirements.pip
django-admin.py syncdb --migrate
django-admin.py runserver

How to participate?

Use our GitHub bug tracker when posting issues/ideas.

About

Open source project aimed to help drug prevention non-profit ogranizations with the management of their clients.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 33.0%
  • CSS 31.3%
  • JavaScript 21.7%
  • HTML 14.0%