Difficulties with Django on Google App Engine
- by Rosarch
I have a Django project that works fine. I'm trying to import it to Google App Engine.
I run it on the dev server, and I get an import error:
ImportError at /
No module named mysite.urls
This is the folder structure of mysite/:
app.yaml
<DIR> myapp
index.yaml
main.py
manage.py
<DIR> media
settings.py
urls.py…