Tuesday, August 31, 2010

Re: Django + Postgres

Also, what kind of users are you speaking about ? system, database or django users ?
Do you have the admin site available in the urls ? Did you uncomment both the url and the auto discovering part ?
Did syncdb showed django_admin_log table being created (or can you check it has been created) ?

Regards,
Xavier.


Le 31 août 2010 à 13:34, Albert Hopkins a écrit :

> On Tue, 2010-08-31 at 04:30 -0700, Robbington wrote:
>> Hi,
>>
>> I seem to be having a problem setting up django and postgresql.
>>
>> I have created a database and switched users to postgres then sync'd
>> the database successfully in my django project directory. But it isn't
>> finding the admin page still. No errors, just cant find them.
>
> What is "it" and what is meant by "it isn't finding the admin page"?
>
> Did you enable the admin in INSTALLED_APPS and urls.py?
>
>
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment