A simple, Django-powered project tracking solution.
Project description
pt is a simple, Django-powered project tracking solution.
[](https://travis-ci.org/fstraw/django-pt)
Documentation
Coming soon!
Demo
[http://www.lowestfrequency.com/pt](http://lowestfrequency.com/pt “PT Demo”)
Quickstart
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’))
Run python manage.py migrate to migrate pt’s models.
Run python manage.py createsuperuser to set up initial login.
Start tracking!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
875ae6ccf4db646f2c9950635506f0632b58b5f8a4bede20cdb3a7541c2cbfe2
|
|
MD5 |
d342b99175127e7a4af173743026627e
|
|
BLAKE2b-256 |
ddc8adcb8c9d09315f19cfbe4856f415f7f13da7da46040106b4a17c429bd615
|