> So I have installed postgres, pyscopg2.
>
> su postgres
> created a database
> updated my settings.py:
> DATABASES = {
> 'default': {
> 'ENGINE': 'django.db.backends.postgresql_psycopg2',
> 'NAME': 'template1',
> 'USER': 'postgres',
> 'PASSWORD': 'postgres',
>
> Then I have su postgres
> postg...@myvps:/var/www/django/$ python manage.py syncdb
>
> That upates the database, with all the admin database stuff, but it
> doesnt find anything at the admin url
>
Did you run django as a postgres user too?
--
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.