On Sat, 2006-08-19 at 15:46 -0400, Cole Tuininga wrote:
> I finally figured out the problem.  In my case, I had decided to name
> the project something besides "mysite" .... in this case, I decided to
> name it "site".  Naming it something different than "site" solved the
> problem, so I'm making the assumption that I was causing some sort of
> name collision?

There's a standard Python module called "site" that is transparently
imported at startup time. So, yes, you were getting a namespace
collision.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to