On Tue, 20 Nov 2012, Valentin Rozescu wrote:
I am going step by step in the tutorial "Writing your first Django app" (https://docs.djangoproject.com/en/dev/intro/tutorial01/) but in the part 2, step creating admin site, I'm blocked because of the fact that I cannot login to the administration site. I create a superuser with manage.py createsuperuser but I receive continuously the error about wrong username or password. Please give me some advise in this respect. I want to evaluate Django and I am exited about the features and posible benefits by using it.
Did you add the 'django.contrib.admin' to INSTALLED_APPS? Did you run `syncdb` for creating the data model? On that step you would be asked to enter admin user and password. iń
I am looking forward for your answer. Best regards, Valentin -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Gw6cb9x7TXMJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.