Skip to main content

Task Tracker is a basic Django app to record and track stories, tasks and invested time. Loosely based on Extreme Programming methodology.

Quick start

  1. Use an old Django project or start a new project in desired location:

    $ django-admin startproject mysite
  2. In your project settings.py add “tracker” to INSTALLED_APPS like this:

    INSTALLED_APPS = [
        ...
        'tracker',
    ]
  3. Include the tracker URLconf in your project urls.py like this:

    path('tracker/', include('tracker.urls')),
  4. Create Task Tracker models by runing:

    $ python manage.py migrate
  5. Start the development server:

    $ python manage.py runserver
  6. Visit http://127.0.0.1:8000/tracker/.

Tests

App has inbuilt tests that require Selenium set up. See http://www.seleniumhq.org for more details.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-tasktracker-0.2.tar.gz (13.3 kB view details)

Uploaded Source

File details

Details for the file django-tasktracker-0.2.tar.gz.

File metadata

File hashes

Hashes for django-tasktracker-0.2.tar.gz
Algorithm Hash digest
SHA256 89c97aebfb0b114cf955d1749f3771021dfc62b8519917b80037483928e12fec
MD5 b4810428c98d2c30f035d7c9057d880a
BLAKE2b-256 5961466f691b60f6fffdf98fb09e84d2dec295903306c1836abec5c8f3bc8c56

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page