File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/template/loader.py", line 157, in get_template
template, origin = find_template(template_name)
File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/template/loader.py", line 134, in find_template
source, display_name = loader(name, dirs)
File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/template/loaders/filesystem.py", line 55, in load_template_source
import warnings
SystemError: Parent module 'django.template.loaders' not loadedSaisissez le code ici...
Hey guys,here is my app.yaml :application: xxxxxxx
version: xxxxxxx
# --------------------------------
# General settings
# --------------------------------
runtime: python
api_version: 1
env_variables:
DJANGO_SETTINGS_MODULE: 'greendizer.settings'
builtins:
- datastore_admin: on
- remote_api: on
error_handlers:
- file: default_error.html
default_expiration: "15d"
# --------------------------------
# HANDLERS
# --------------------------------
handlers:
- url: /(.*)favicon.ico
static_files: static/icons/favicon.ico
upload: static/icons/favicon.ico
- url: /robots.txt
static_files: static/robots.txt
upload: static/robots.txt
# System and admin tools handlers
# --------------------------------
- url: /_ah/queue/deferred
script: deferred-main.py
login: admin
- url: /_ah/remote_api
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
login: admin
- url: /_ereporter.*
script: $PYTHON_LIB/google/appengine/ext/ereporter/report_generator.py
login: admin
# Tools
- url: /webtest.*
script: main.py
login: admin
- url: /test.*
script: gaeunit/gaeunit.py
login: admin
# Others end-points
# --------------------------------
- url: /static
static_dir: static
- url: .*
script: main.py
Where I'll import webapp.template, and why ? I'm using django.Thanks a lot
> > To post to this group, send email to google-appengine@googlegroups.com.
> > To unsubscribe from this group, send email to
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Takashi Matsuo | Developer Advocate | tmat...@google.com
> > To post to this group, send email to google-appengine@googlegroups.com.
> > To unsubscribe from this group, send email to