Hi, While I was following the tutorial 2 available at http://www.djangoproject.com/documentation/0.95/tutorial02/ , I ran into another problem.
I did all the three steps in the tutorial: * Add "django.contrib.admin" to your INSTALLED_APPS setting. * Run python manage.py syncdb. Since you have added a new application to INSTALLED_APPS, the database tables need to be updated. * Edit your mysite/urls.py file and uncomment the line below "Uncomment this for admin:". This file is a URLconf; we'll dig into URLconfs in the next tutorial. For now, all you need to know is that it maps URL roots to applications. But, when point my web browser to "http://edtech.soe.ku.edu/admin", I got 404 error: Not Found The requested URL /admin/ was not found on this server. Apache/2.2.3 (Ubuntu) mod_python/3.2.10 Python/2.5.1 PHP/5.2.1 Server at edtech.soe.ku.edu Port 80 Can anyone help me solve this problem? Thanks in advance. Young-Jin Lee --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---