Buildout recipe for Django
Project description
This buildout recipe can be used to create a setup for Django. It will automatically download Django and install it in the buildout’s sandbox. You can use either a release version of Django or a subversion checkout (by using trunk instead of a version number.
You can see an example of how to use the recipe below:
[buildout]
parts = satchmo django
eggs = ipython
[satchmo]
recipe = gocept.download
url = http://www.satchmoproject.com/snapshots/satchmo-0.6.tar.gz
md5sum = 659a4845c1c731be5cfe29bfcc5d14b1
[django]
recipe = djangorecipe
version = 0.96.1
settings = development
eggs = ${buildout:eggs}
pythonpath =
${satchmo:location}
project = dummyshop
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
djangorecipe-0.6.tar.gz
(6.9 kB
view details)
File details
Details for the file djangorecipe-0.6.tar.gz.
File metadata
- Download URL: djangorecipe-0.6.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b610bad715b8619f3fd6d7fdc43cf57e09768498776bf8e2d01c7ae00d4a855
|
|
| MD5 |
aa43fd0edad60a2085c42a759ede5f84
|
|
| BLAKE2b-256 |
2368aabdd3aa244e0eeceeefcd67bb7ce45737ea59d0a2117e65f2787ffe5c8d
|