Skip to content

Harshit22/taskman

Repository files navigation

#Taskman Documentation

A to-do Django app

Dependencies:

  1. Python (app tested on version 3.4.4)
  2. Django (app tested on version 1.9)
  3. dj-database-url (app tested on version 0.3.0)

You can install 2 and 3 using pip. Command example: $ pip install Django

How to launch the app:

  1. After pulling the codebase, open terminal/command prompt. Open the directory containing 'manage.py' file.

    $ cd "... path to directory containing manage.py ..."

  2. Launch the app taskman by below command

    /proj_directory $ python manage.py runserver (PORT_NUMBER)

  3. Open any broswer. Launch 'localhost:(PORT_NUMBER)/taskman'.

Note:

  1. You don't need to do any migrations before starting the app.

  2. This app has been tested on Windows 8.1 and Ubuntu 14.04 on broswers, Google Chrome and Firefox.

About

A to-do Django app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published