Re: Creating superuser

2018-10-05 Thread Nagarjuna J
once migrations are completed successfully. then check urls.py, bellow two lines are there are not from django.contrib import admin path('admin/', admin.site.urls), then browse this http://127.0.0.1:8000/admin On Fri, Oct 5, 2018 at 4:36 PM VIPIN VIPIN wrote: > This is not working > > > On

Re: Creating superuser

2018-10-05 Thread VIPIN VIPIN
This is not working On Thursday, October 4, 2018 at 11:53:42 PM UTC+5:30, SHUBHAM .SINGH. RATHORE wrote: > > First of all makemigrations and migrate than creatsuperuser > > > On Thu 4 Oct, 2018 11:47 pm VIPIN VIPIN, > wrote: > >> id is : 12345 > > password: 12345Vipin >> >> -- >> You

Re: Creating superuser

2018-10-04 Thread SHUBHAM .SINGH. RATHORE
First of all makemigrations and migrate than creatsuperuser On Thu 4 Oct, 2018 11:47 pm VIPIN VIPIN, wrote: > id is : 12345 password: 12345Vipin > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group

Re: Creating superuser

2018-10-04 Thread VIPIN VIPIN
> > id is : 12345 >>> >>> password: 12345Vipin -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group

Re: Creating superuser

2018-10-04 Thread Bob White
give me you id and password teamviwer i will help you El jue., 4 oct. 2018 a las 12:07, VIPIN VIPIN () escribió: > This is not working > > > On Thu, 4 Oct 2018, 11:25 pm Bob White, wrote: > >> you must do makemigrations and then migrate >> >> after that you will be enable to see panel admin >> >

Re: Creating superuser

2018-10-04 Thread VIPIN VIPIN
This is not working On Thu, 4 Oct 2018, 11:25 pm Bob White, wrote: > you must do makemigrations and then migrate > > after that you will be enable to see panel admin > > python manage.ty makemigrations > python manage.py migrate > > this process will make the tables for admin > > El jue., 4 oct

Re: Creating superuser

2018-10-04 Thread Aware Fun
Migrate your database On Thu, Oct 4, 2018, 10:30 PM VIPIN VIPIN wrote: > I had created superuser successfully > But whenever I go to admin panel in my server, it does not give me any > login page > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: Creating superuser

2018-10-04 Thread Bob White
you must do makemigrations and then migrate after that you will be enable to see panel admin python manage.ty makemigrations python manage.py migrate this process will make the tables for admin El jue., 4 oct. 2018 a las 11:07, VIPIN VIPIN () escribió: > -- > You received this message because

Re: Creating superuser

2018-10-04 Thread MK tech
Please check this link about your issue https://stackoverflow.com/questions/37949198/wsgirequest-object-has-no-attribute-user-django-admin (https://link.getmailspring.com/link/1538673870.local-79151df1-ea10-v1.4.2-f587b...@getmailspring.com/0?redirect=https%3A%2F%2Fstackoverflow.com%2Fquestions%

Re: Creating superuser

2018-10-04 Thread Fayis Pt
check your urls.py On Thu, Oct 4, 2018 at 10:37 PM VIPIN VIPIN wrote: > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googleg