Thanks Suganthi. Yeah i added that line too and synchronize too but same error occured... Could not import admin.site. Error was: No module named admin.site
On Nov 26, 10:38 am, "suganthi saravanan" <[EMAIL PROTECTED]> wrote: > Hi Praveen, > > Check it! > > Have you added the following line in settings.py under the INSTALLED_APPS > > 'django.contrib.admin' > > and synchronize the table . you can view the admin login > fromhttp://127.0.0.1:8000/admin/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

