Skip to main content

A simple, Django-powered project tracking solution.

Project description

pt is a simple, Django-powered project tracking solution.

[![Build Status](https://travis-ci.org/fstraw/django-pt.svg?branch=master)](https://travis-ci.org/fstraw/django-pt)

Documentation

Coming soon!

Demo

[http://www.lowestfrequency.com/pt](http://lowestfrequency.com/pt “PT Demo”)

Quickstart

  1. Add pt to INSTALLED_APPS in settings.py:

> INSTALLED_APPS = { > … > ‘pt’ > }

Add ‘pt/templates/pt’ to TEMPLATES in settings.py:

> TEMPLATES = [ > { > ‘BACKEND’: ‘django.template.backends.django.DjangoTemplates’, > ‘DIRS’: [‘pt/templates/pt/’], > … > }

Include the pt URLconf in urls.py:

> url(r’^pt/’, include(‘pt.urls’))

  1. Run python manage.py migrate to migrate pt’s models.

  2. Run python manage.py createsuperuser to set up initial login.

  3. Start tracking!

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

django-pt-0.1.zip (552.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page