views:

208

answers:

2

I'm pretty new to this and while I'm pretty sure this is an easy question, I haven't been able to figure it out myself. Thanks in advanced guys!

+2  A: 

Short answer, both.

http://markmail.org/message/4zhnpwylz6khhytb

Dan Lorenc
+1  A: 

The app.yaml should point to the main.py that is included in the appengine helper. That way, you can create and use urls.py for your app.

Since you can point to any other view from app.yaml, it is possible you can use it directly without urls.py; but thats not django anymore.

Lakshman Prasad