I do not think this works. When I tried to do this, I got this trace:
Traceback (most recent call last):
File "C:\Program Files (x86)\Google\google_appengine\lib\webapp2-2.5.2\webapp2.py", line 1535, in __call__
...
File "C:\Program Files (x86)\Google\google_appengine\google\appengine\_internal\django\template\__init__.py", line 333, in invalid_block_tag
raise self.error(token, "Invalid block tag: '%s'" % command)
TemplateSyntaxError: Invalid block tag: 'verbatim'
Looking at the source C:\Program Files (x86)\Google\google_appengine\google\appengine\_internal\django\__init__.py, you can see the version number in the first line:
VERSION = (1, 2, 5, 'final', 0)
, appengine Django 1.2.5 . , , , - 1.5, . ( , Django 1.5 Webapp 2.5.2 app.yaml Google App Engine Launcher 1.9.17)