2009 305: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{underconstruction}}
stuff on deck:


== Creating a web-accessible database site with a framework ==
* [[Spectrum.py | GStreamer + PyGame]] data visualisations
* [[Creating navigable texts with databases]]
* [http://www.arduino.cc/playground/Code/FiniteStateMachine FSM] in arduino


=== Core database modelling concepts ===
== Django ==
* Relational: Tables with references
paste: example data in tables


* Core cardinalities: one-to-many, many-to-many, one-to-one
[[Media:Peerreview_model.zip]]
paste: examples
 
Manually adding & querying data using Django's API.
(nb: the way filters can "reach through" to relationships with "__")

Latest revision as of 10:37, 11 June 2009