Content Management/Internal Questions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Stub}} |
|||
==='''Python'''=== |
==='''Python'''=== |
||
Line 19: | Line 21: | ||
</form> |
</form> |
||
</pre></code> |
</pre></code> |
||
[[Category:Content Management]] |
Latest revision as of 00:17, 1 February 2008
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>