Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <type 'exceptions.TypeError'>: 'str' object is not callable
  2. Traceback (most recent call last):
  3. File "/base/data/home/apps/d-crawl/beta.347907494409487783/admin.py", line 28, in <module>
  4. from google.appengine.ext.db import djangoforms
  5. File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/djangoforms.py", line 472, in <module>
  6. class ModelChoiceField(forms.Field):
  7. File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/djangoforms.py", line 475, in ModelChoiceField
  8. 'invalid_choice': _(u'Please select a valid choice. '
  9. <type 'exceptions.TypeError'>: 'str' object is not callable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement