hey Glen,

Sorry if this is a silly question - but are you sure you are visiting
/admin on your site?
If you are and still getting this error, can you please paste the
contents of your urls.py

On Wed, Jun 11, 2014 at 4:24 PM, Glen J <glenjung...@gmail.com> wrote:
> I've tried it both on the development server you indicate below as well as
> on a my own web server (nginx using uwsgi) and get the same results.  No
> errors are displayed, simply the welcome page for Django.  Syncdb works fine
> (using Postgresql) and shows output when I do it.  One thing I did spot in
> the database that I wasn't sure of is in my django_site table it has
> example.com.  Not sure why it is there as I never did that.
>

Django creates a default site called example.com. You are expected to
change this to your correct site URL when you deploy. This should not
be the cause of your troubles though - AFAIK, this is only used when
generating full url permalinks, like in RSS feeds, etc.

HTH,
Sanjay

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAG3W7ZH9hhaS70V0wdRLKzpj4humi_gaSwnyNBhr6jDeT5UPOQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to