Creating superuser

23 views
Skip to first unread message

VIPIN VIPIN

unread,
Oct 4, 2018, 1:00:08 PM10/4/18
to Django users
I had created superuser successfully
But whenever I go to admin panel in my server, it does not give me any login page

VIPIN VIPIN

unread,
Oct 4, 2018, 1:07:32 PM10/4/18
to Django users
Screenshot (2).png
Screenshot (3).png

Fayis Pt

unread,
Oct 4, 2018, 1:24:07 PM10/4/18
to django...@googlegroups.com
check your urls.py



On Thu, Oct 4, 2018 at 10:37 PM VIPIN VIPIN <vvipi...@thapar.edu> 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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/29d58131-a720-4ca4-9e1b-e09676324c25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

MK tech

unread,
Oct 4, 2018, 1:29:33 PM10/4/18
to django...@googlegroups.com, Django users


Sent from Mailspring, the best free email app for work
Open Tracking

Bob White

unread,
Oct 4, 2018, 1:55:48 PM10/4/18
to django...@googlegroups.com
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

Aware Fun

unread,
Oct 4, 2018, 2:06:46 PM10/4/18
to django...@googlegroups.com
Migrate your database


On Thu, Oct 4, 2018, 10:30 PM VIPIN VIPIN <vvipi...@thapar.edu> 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" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

VIPIN VIPIN

unread,
Oct 4, 2018, 2:07:43 PM10/4/18
to django...@googlegroups.com

Bob White

unread,
Oct 4, 2018, 2:13:26 PM10/4/18
to django...@googlegroups.com
give me you id and password teamviwer i will help you

VIPIN VIPIN

unread,
Oct 4, 2018, 2:17:21 PM10/4/18
to Django users
id is : 12345
 password: 12345Vipin

SHUBHAM .SINGH. RATHORE

unread,
Oct 4, 2018, 2:23:42 PM10/4/18
to django...@googlegroups.com
First of all makemigrations and migrate than creatsuperuser 


On Thu 4 Oct, 2018 11:47 pm VIPIN VIPIN, <vvipi...@thapar.edu> 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 and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

VIPIN VIPIN

unread,
Oct 5, 2018, 7:05:45 AM10/5/18
to Django users
This is not working

Nagarjuna J

unread,
Oct 5, 2018, 7:14:15 AM10/5/18
to django...@googlegroups.com
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



For more options, visit https://groups.google.com/d/optout.


--
Thanks&Regards,
-------------------------
J.V.Nagarjuna Reddy,
Reply all
Reply to author
Forward
0 new messages