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
Release files for django-aps-purchasing 0.4
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-purchasing-0.4.tar.gz | 132.4 kB | Details |
Release files / django-aps-purchasing-0.4.tar.gz
| Download URL | django-aps-purchasing-0.4.tar.gz |
|---|---|
| Size | 132.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
817868756a5a27bb37979aa017b4ff77a527e025b17dfccd3e428734c01717ef
|
|
BLAKE2b-256 checksum How to use checksums |
76654aafe0d9ecc77e04472270207bd6c2dad3bfa54ffb99af38f7a45f296b41
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |