Can't set tables using 'python manage.py syncdb'. -- Version .96 of
django; server started on 8080; can see django page from browser.
Created postgresql database 'aft' for user 'robo7' now password; set
settings.py error from syncdb option:
[EMAIL PROTECTED] mysite]$ python manage.py syncdb
Traceback (most recent call last):
File "manage.py", line 11, in <module>
execute_manager(settings)
File "/usr/lib/python2.5/site-packages/django/core/management.py",
line 1672, in execute_manager
execute_from_command_line(action_mapping, argv)
File "/usr/lib/python2.5/site-packages/django/core/management.py",
line 1571, in execute_from_command_line
action_mapping[action](int(options.verbosity),
options.interactive)
File "/usr/lib/python2.5/site-packages/django/core/management.py",
line 504, in syncdb
cursor = connection.cursor()
File "/usr/lib/python2.5/site-packages/django/db/backends/postgresql/
base.py", line 80, in cursor
self.connection = Database.connect(conn_string, **self.options)
psycopg.OperationalError: could not connect to server: No such file or
directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5433"?
I am new to django and would appreciate any assistance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---