All Pastes
Paste #64, pasted on May 3, 2010 4:28:08 AM
Traceback (most recent call last): File "/Users/atusi/Dropbox/repos/gae/ustviewkay/kay/lib/werkzeug/wsgi.py", line 466, in __call__ return app(environ, start_response) ...
Paste #63, pasted on Apr 28, 2010 6:29:50 PM
# -*- coding: utf-8 -*- # myapp.views import logging ...
Paste #62, pasted on Apr 28, 2010 1:12:14 PM
from kay.utils.forms.modelform import ModelForm from myapp.models import Comment class CommentForm(ModelForm): ...
Paste #61, pasted on Apr 28, 2010 1:11:34 PM
# -*- coding: utf-8 -*- # myapp.models from google.appengine.ext import db ...
Paste #60, pasted on Apr 28, 2010 1:10:13 PM
# -*- coding: utf-8 -*- # myapp.urls # # Following few lines is an example urlmapping with a newer interface. ...
Paste #59, pasted on Apr 26, 2010 4:39:27 PM
Traceback (most recent call last): File "/Users/kazuo/work/myproject/kay/lib/werkzeug/wsgi.py", line 466, in __call__ return app(environ, start_response) ...
Paste #58, pasted on Apr 22, 2010 10:08:55 PM
Running on Kay-0.8.0 INFO 2010-04-22 20:14:41,680 appengine_rpc.py:159] Server: appengine.google. com WARNING 2010-04-22 20:14:41,700 datastore_file_stub.py:623] Could not read data store data from c:\users\******\appdata\local\temp\kay_myproject.datastore ...
Paste #57, pasted on Apr 22, 2010 9:05:35 PM
# -*- coding: utf-8 -*- # myapp.urls from werkzeug.routing import ( ...
Paste #56, pasted on Apr 22, 2010 9:04:22 PM
# -*- coding: utf-8 -*- # myapp.views """ import logging ...
Paste #55, pasted on Apr 22, 2010 8:32:31 PM
# -*- coding: utf-8 -*- """ A sample of kay settings. ...