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 details)

Uploaded Source

File details

Details for the file django-pt-0.1.zip.

File metadata

  • Download URL: django-pt-0.1.zip
  • Upload date:
  • Size: 552.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-pt-0.1.zip
Algorithm Hash digest
SHA256 875ae6ccf4db646f2c9950635506f0632b58b5f8a4bede20cdb3a7541c2cbfe2
MD5 d342b99175127e7a4af173743026627e
BLAKE2b-256 ddc8adcb8c9d09315f19cfbe4856f415f7f13da7da46040106b4a17c429bd615

See more details on using hashes here.

Supported by

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