#Taskman Documentation
- Python (app tested on version 3.4.4)
- Django (app tested on version 1.9)
- dj-database-url (app tested on version 0.3.0)
You can install 2 and 3 using pip. Command example: $ pip install Django
-
After pulling the codebase, open terminal/command prompt. Open the directory containing 'manage.py' file.
$ cd "... path to directory containing manage.py ..."
-
Launch the app taskman by below command
/proj_directory $ python manage.py runserver (PORT_NUMBER)
-
Open any broswer. Launch 'localhost:(PORT_NUMBER)/taskman'.
-
You don't need to do any migrations before starting the app.
-
This app has been tested on Windows 8.1 and Ubuntu 14.04 on broswers, Google Chrome and Firefox.