A Django app to log and plan production processes
Installation
To get the latest stable release from PyPi
pip install django-aps-production
To get the latest commit from GitHub
pip install -e git+git://github.com/bitmazk/django-aps-production.git#egg=aps_production
TODO: Describe further installation steps (edit / remove the examples below):
Add aps_production to your INSTALLED_APPS
INSTALLED_APPS = (
...,
'aps_production',
)
Add the aps_production URLs to your urls.py
urlpatterns = patterns('',
...
url(r'^aps-production/', include('aps_production.urls')),
)
Before your tags/filters are available in your templates, load them by using
{% load aps_production_tags %}
Don’t forget to migrate your database
./manage.py migrate aps_production
Usage
TODO: Describe usage or point to docs. Also describe available settings and templatetags.
Contribute
If you want to contribute to this project, please perform the following steps
# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 django-aps-production
make develop
git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch
Release files for django-aps-production 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-aps-production-0.1.tar.gz | 13.9 kB | Details |
Release files / django-aps-production-0.1.tar.gz
| Download URL | django-aps-production-0.1.tar.gz |
|---|---|
| Size | 13.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9a8f1ce16d96a455487dd6622e100f293d64b1038a70cee808f0fe96a15bf4dc
|
|
BLAKE2b-256 checksum How to use checksums |
568788f847348dfa14ecb084bb94e3007b33a6a33de42b5b543783079777a9d1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |