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!
views:
208answers:
2
+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
2009-06-11 04:49:21