The BOM module for django-apsara.
Project description
The BOM module for django-apsara.
Installation
To get the latest commit from GitHub
pip install -e git+git://github.com/bitmazk/django-aps-bom.git#egg=aps_bom
Add aps_bom to your INSTALLED_APPS
INSTALLED_APPS = (
...,
'aps_bom',
)
Add the aps_bom URLs to your urls.py
urlpatterns = patterns('',
...
url(r'^aps-bom/', include('aps_bom.urls')),
)
Don’t forget to migrate your database
./manage.py migrate aps_bom
Set the file upload handlers to only TemporaryFileUploadHandler.
FILE_UPLOAD_HANDLERS = (
"django.core.files.uploadhandler.TemporaryFileUploadHandler",
)
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-bom
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
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
django-aps-bom-0.6.3.tar.gz
(31.2 kB
view details)
File details
Details for the file django-aps-bom-0.6.3.tar.gz
.
File metadata
- Download URL: django-aps-bom-0.6.3.tar.gz
- Upload date:
- Size: 31.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1db033509fe532eef9a21c68ad93b96ddfc0668bc18a2c7f638e1b8187be32a5 |
|
MD5 | beb0049c46f35861f5cc0a3cb581c9b4 |
|
BLAKE2b-256 | ac12642e30de46d9d9dfbe78dfa2781217252fc7c87081e9a4d9079672ea3f91 |