<br><br><div class="gmail_quote">On Mon, Jul 14, 2008 at 6:50 AM, spaetz <<a href="mailto:osm@sspaeth.de">osm@sspaeth.de</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, Jul 13, 2008 at 04:57:38PM -0700, Alan Millar wrote:<br>
<br>
> What's the right way to tell Python/Django about the tah module?<br>
<br>
Ahh, ooh. I have never thought about that, but after checking out the source you would get the directory "tahserver_tahngo" (or similar), right? You need to rename that base directory to be "tah". Everything else just worked for me.<br>

</blockquote><div><br>If I'm remembering my Django tutorials correctly, Django knows about your app via the "INSTALLED_APPS" configuration variable. There's an array of classes in there that it will use. <br>
</div></div><br>