Skip to main content

An application for managing farm related items, specifically animals and products.

Project description

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

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-farm-0.3.6.tar.gz (9.3 kB view hashes)

Uploaded Source

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