Skip to content
/ doner Public

Ticket Management System for Getting Things Done™ (TMS4GTD)

License

Notifications You must be signed in to change notification settings

teserak/doner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doner

Ticket Management System for Getting Things Done™ (TMS4GTD)

Installation

Get the code

$ git clone git@github.com:trojkat/doner.git

Setup virtualenv

$ cd doner
$ pip install --upgrade virtualenv
$ virtualenv env
$ source env/bin/activate

Install requirements

./setup.py develop

Create local settings file

Create settings_local.py file next to settings.py.

$ cd doner
$ cp doner/settings_local_example.py doner/settings_local.py

Edit doner/settings_local.py file and customize settings.

Setup database

$ ./manage.py syncdb
$ ./manage.py create superuser

Run app

$ ./manage.py runserver

Django admin panel is available under /admin/ url.

About

Ticket Management System for Getting Things Done™ (TMS4GTD)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published