Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Sorry, turns out that the main problem is caused by relative imports and the
same module being imported twice, rather than the form in which the import
takes in the base.py file.
In practical terms, there's that structure:
myapp/__init__.py
myapp/manage.py
myapp/appengine_django/...
appengine_django is not usable as myapp.appengine_django due to the way
importing and configuration loading works.
Given that, I'm not sure about what's the value of myapp/__init__.py at all.
Original comment by n13m3y3r
on 30 Jun 2010 at 6:45
Original comment by m...@google.com
on 20 Aug 2011 at 4:51
Original issue reported on code.google.com by
n13m3y3r
on 30 Jun 2010 at 6:28