Content Management/Internal Questions

From OLPC
< Content Management
Revision as of 20:17, 31 January 2008 by Sethwoodworth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This article is a stub. You can help the OLPC project by expanding it.

Python



Django


Design


<form action="somefile.html" method="post">
	Text: <input name="a_text_field" type="text" /><br />
	File: <input name="field_name" type="file" /><br />
	<input name="submit_button" type="submit" />
</form>