| Paste number 56611: | django traceback |
| Pasted by: | jbfink_ |
| When: | 2 years, 1 week ago |
| Share: | Tweet this! | http://paste.lisp.org/+17OJ |
| Channel: | #openils-evergreen |
| Paste contents: |
>>> from setup.ils_data.models import OrgUnit
>>> OrgUnit.objects.all()
Traceback (most recent call last):
File "<console>", line 1, in ?
File "/usr/lib/python2.4/site-packages/django/db/models/query.py", line 97, in __repr__
return repr(self._get_data())
File "/usr/lib/python2.4/site-packages/django/db/models/query.py", line 433, in _get_data
self._result_cache = list(self.iterator())
File "/usr/lib/python2.4/site-packages/django/db/models/query.py", line 169, in iterator
cursor = self.model._default_manager.db.connection.cursor()
File "/usr/lib/python2.4/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 38, in cursor
self.connection = Database.connect(conn_string, **self.options)
OperationalError: fe_sendauth: no password supplied
This paste has no annotations.