django-farm 0.4.2
An application for managing farm related items, specifically animals and products.
A pluggable django application to keep track of animals on a farm. Simple.
Models
- Species
- name -> char slug -> from(name)
- Breed
- species -> species name -> char slug -> from(name)
- Animal
- name -> char slug -> from(name) breed -> breed mother -> animal father -> animal birthday -> date birthtime -> time description -> text photos -> photo[photologue]
- ProductType
- name -> char (e.g. produce, meat, soap, preserves...) slug -> from(name) description -> text
- Product
- name -> char type -> product type description -> text photos -> photo(s)[photologue] price -> float unit -> char (e.g. dozen, lb, half, whole) flexible_price -> char
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-farm-0.4.2.tar.gz (md5) | Source | 2011-10-16 | 9KB | 196 | |
- Author: Colin Powell
- Home Page: http://github.com/powellc/django-farm
- Download URL: http://github.com/powellc/django-farm/downloads
- License: BSD
- Categories
- Package Index Owner: powellc
- DOAP record: django-farm-0.4.2.xml
