Hi Bret, Yea I've done both of those things, ran syncdb as well.
It's very odd. For example I have a /static/ folder that just has all of my css files, but even when I try to access that folder it shows the Django Welcome screen. I wouldn't expect that to happen... On Feb 16, 7:57 pm, Bret W <[EMAIL PROTECTED]> wrote: > Have you edited your urls.py file? > > You'll need to make sure the admin site is enabled by uncommenting > this line: > (r'^admin/', include('django.contrib.admin.urls')), > > And you'll also need to make sure you have: > 'django.contrib.admin', > in the INSTALLED_APPS section of your settings.py file. Make sure to > run ./manage.py syncdb after adding it. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---