24 Test Django Admin

preview_player
Показать описание
In this lesson we test the Django admin in the browser.

--

This video is from the old version of our course:
Build a Backend REST API with Python & Django - Beginner.

Рекомендации по теме
Комментарии
Автор

I have followed this tutorial, no user is coming when I click on user, can you guide me regarding this?

usamamudassar
Автор

It works,

But the problem with this method you won’t be able to give administration rights to a new user created via Django administration.

BANatie
Автор

I have no output to the server(localhost) I configured in this order:
Vagrant up (Virtual Box)
Vagrant ssh
Create virtual env
activate virtual env
install Django
startproject
startapp
makemigrations
migrate
createsuperuser
python manage.py runserver 0.0.0.0:8080


nothing happens 🧐
Any thoughts ?

JustTeching
Автор

python manage.py changepassword myusername

and i also changed my passed. yet i cannot login to admin with same password and email

firibuanyass