Re: django admin site

2012-11-21 Thread Valentin Rozescu
Yes, I did the steps as in the tutorial. In addition I create one more superuser as described. Thank you marți, 20 noiembrie 2012, 20:03:13 UTC+2, iñigo medina a scris: > > On Tue, 20 Nov 2012, Valentin Rozescu wrote: > > > > > > > I am going step by step in the t

Re: django admin site

2012-11-21 Thread Valentin Rozescu
I am using Sqlite3 Thank you for your time -- 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/-/tukjIMgOCn4J. To post to this group, send email to django-users@

django admin site

2012-11-20 Thread Valentin Rozescu
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 cr