hi, in a site on my local machine I am getting a psycopg programming error on doing manage.py validate. Other sites on the same machine are behaving ok. Any clues?
The error message is here: [law...@xlquest certificate]$ python manage.py validate Traceback (most recent call last): File "manage.py", line 11, in <module> execute_manager(settings) File "/usr/lib/python2.6/django/core/management/__init__.py", line 439, in execute_manager utility.execute() File "/usr/lib/python2.6/django/core/management/__init__.py", line 380, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/lib/python2.6/django/core/management/base.py", line 195, in run_from_argv self.execute(*args, **options.__dict__) File "/usr/lib/python2.6/django/core/management/base.py", line 222, in execute output = self.handle(*args, **options) File "/usr/lib/python2.6/django/core/management/base.py", line 351, in handle return self.handle_noargs(**options) File "/usr/lib/python2.6/django/core/management/commands/validate.py", line 9, in handle_noargs self.validate(display_num_errors=True) File "/usr/lib/python2.6/django/core/management/base.py", line 249, in validate num_errors = get_validation_errors(s, app) File "/usr/lib/python2.6/django/core/management/validation.py", line 28, in get_validation_errors for (app_name, error) in get_app_errors().items(): File "/usr/lib/python2.6/django/db/models/loading.py", line 131, in get_app_errors self._populate() File "/usr/lib/python2.6/django/db/models/loading.py", line 58, in _populate self.load_app(app_name, True) File "/usr/lib/python2.6/django/db/models/loading.py", line 74, in load_app models = import_module('.models', app_name) File "/usr/lib/python2.6/django/utils/importlib.py", line 35, in import_module __import__(name) File "models.py", line 7, in <module> File "/usr/lib/python2.6/django/contrib/sites/models.py", line 22, in get_current current_site = self.get(pk=sid) File "/usr/lib/python2.6/django/db/models/manager.py", line 120, in get return self.get_query_set().get(*args, **kwargs) File "/usr/lib/python2.6/django/db/models/query.py", line 300, in get num = len(clone) File "/usr/lib/python2.6/django/db/models/query.py", line 81, in __len__ self._result_cache = list(self.iterator()) File "/usr/lib/python2.6/django/db/models/query.py", line 238, in iterator for row in self.query.results_iter(): File "/usr/lib/python2.6/django/db/models/sql/query.py", line 287, in results_iter for rows in self.execute_sql(MULTI): File "/usr/lib/python2.6/django/db/models/sql/query.py", line 2369, in execute_sql cursor.execute(sql, params) File "/usr/lib/python2.6/django/db/backends/util.py", line 19, in execute return self.cursor.execute(sql, params) File "/usr/lib/python2.6/django/db/backends/postgresql/base.py", line 53, in execute return self.cursor.execute(smart_str(sql, self.charset), self.format_params(params)) psycopg.ProgrammingError: ERROR: relation "django_site" does not exist SELECT "django_site"."id", "django_site"."domain", "django_site"."name" FROM "django_site" WHERE "django_site"."id" = 1 ORDER BY "django_site"."domain" ASC -- regards Kenneth Gonsalves Senior Project Officer NRC-FOSS http://nrcfosshelpline.in/web/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.