Use the createsuperuser command (manage.py createsuperuser) to create a user, then use that username and password to login.
Maybe you want to revisit the tutorial, https://docs.djangoproject.com/en/stable/intro/tutorial02/#creating-an-admin-user. On Monday, February 13, 2017 at 8:33:17 PM UTC-5, Steve Burrus wrote: > > We;ll Tim I like any other Django newb ie just wanna be able to go into > the Django admin like I clearly remember doing with past versions of > Django. Is there any more advice you can give me for this problem? > > > > On Monday, February 13, 2017 6:27 PM, Tim Graham <[email protected] > <javascript:>> wrote: > > > I'm not sure what you're trying to do. > > On Monday, February 13, 2017 at 5:29:49 PM UTC-5, Steve Burrus wrote: > > I am sorry Tim but I checked oiut both "creat esuperuser" and > "changepassword" commands but it did no good! Can you please give me a > more detailed solution? > > > On Monday, February 13, 2017 3:42 PM, Tim Graham <[email protected]> > wrote: > > > I guess you're looking for the createsuperuser command: > https://docs.djangoproject. > com/en/stable/ref/django- admin/#createsuperuser > <https://docs.djangoproject.com/en/stable/ref/django-admin/#createsuperuser> > > On Monday, February 13, 2017 at 4:28:45 PM UTC-5, Steve Burrus wrote: > > How do I > > *go about setting the username/password for the CURRENT version of the > Django Server anyway? It used to be easier to do in earlier versions of > Django. * > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/django-users/Evyu_ 1IPZ2o/unsubscribe > <https://groups.google.com/d/topic/django-users/Evyu_1IPZ2o/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > django-users...@ > googlegroups.com. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/ group/django-users > <https://groups.google.com/group/django-users>. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/b7d58c4f- 307c-4883-9ca6-f424c648223c% 40googlegroups.com > <https://groups.google.com/d/msgid/django-users/b7d58c4f-307c-4883-9ca6-f424c648223c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/ optout > <https://groups.google.com/d/optout>. > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-users/Evyu_1IPZ2o/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > 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/5307d9ec-f69e-4000-a0b3-e86825896932%40googlegroups.com > > <https://groups.google.com/d/msgid/django-users/5307d9ec-f69e-4000-a0b3-e86825896932%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > > > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/6f1f53ba-8378-4419-aebf-989fd5c48e46%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

