mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-02-02 08:32:38 +00:00
17 lines
769 B
HTML
17 lines
769 B
HTML
|
<html><head><title>Handbook Troggle and HTML Forms</title></head><body>
|
||
|
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
|
||
|
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
||
|
<h1>Django and Troggle</h1>
|
||
|
|
||
|
<h3>Django Versions and troggle</h3>
|
||
|
|
||
|
|
||
|
<h4>Django Forms</h4>
|
||
|
<p>Just don't. Django has several generations of quite different clever mechanisms to make creating HTML forms "easier". Yes, making them might be easier, but maintaining this opinionated stuff is a nightmare. Really don't.
|
||
|
<hr />
|
||
|
Go on to: <a href="trogdjangup.html">Troggle: updating Django</a><br />
|
||
|
Return to: <a href="trogintro.html">Troggle intro</a><br />
|
||
|
Troggle index:
|
||
|
<a href="trogindex.html">Index of all troggle documents</a><br />
|
||
|
<hr /></body></body></html>
|