On Mon, Jul 14, 2008 at 6:50 AM, spaetz <[EMAIL PROTECTED]> wrote: > On Sun, Jul 13, 2008 at 04:57:38PM -0700, Alan Millar wrote: > > > What's the right way to tell Python/Django about the tah module? > > 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. >
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.
_______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
