Skip to main content

The purchasing module for django-apsara.

Project description

https://travis-ci.org/bitmazk/django-aps-purchasing.png?branch=master https://coveralls.io/repos/bitmazk/django-aps-purchasing/badge.png?branch=master

The purchasing module for django-apsara.

Prerequisites

This module needs django-aps-bom. It will be automatically installed via this modules’ setup.py.

Installation

To get the latest commit from GitHub

pip install -e git+git://github.com/bitmazk/django-aps-purchasing.git#egg=aps_purchasing

Add aps_bom and aps_purchasing to your INSTALLED_APPS

INSTALLED_APPS = (
    ...,
    'aps_bom'
    'aps_purchasing',
)

Add the aps_purchasing URLs to your urls.py

urlpatterns = patterns('',
    ...
    url(r'^aps-purchasing/', include('aps_purchasing.urls')),
)

Don’t forget to migrate your database

./manage.py migrate aps_purchasing

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-purchasing
make develop

git co -b feature_branch master
# Implement your feature and tests
fab test  # Run the tests and check coverage
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

Project 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-aps-purchasing-0.4.tar.gz (132.4 kB view details)

Uploaded Source

File details

Details for the file django-aps-purchasing-0.4.tar.gz.

File metadata

File hashes

Hashes for django-aps-purchasing-0.4.tar.gz
Algorithm Hash digest
SHA256 817868756a5a27bb37979aa017b4ff77a527e025b17dfccd3e428734c01717ef
MD5 3e08e3b9432f785167cdc8df23d9d841
BLAKE2b-256 76654aafe0d9ecc77e04472270207bd6c2dad3bfa54ffb99af38f7a45f296b41

See more details on using hashes here.

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