Django Tutorial for Beginners - 11 - Admin Interface

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

It's 2020 and if Bucky starts coughing in the plane, not only would the fat guy run, but the whole passengers in the plane 😁

nowyouknow
Автор

I swear Bucky, you are one of the best teachers online.

AhmedBalfaqih
Автор

That coughing story made my day! Awesome tutorial series. Really helps me through software development class.

BuildThreadsNorway
Автор

Admin page gives type error, open urls.py make it like "

from django.conf.urls import include, url
from django.contrib import admin
urlpatterns = [
url(r'^admin/', admin.site.urls),
url(r'^music/', include("music.urls")),
]
" for me error happened because i used {} instead of [] et the beginning and at the end.

Mahmutkobaner
Автор

you know what makes this great. the fact that you can follow along no matter what project you're doing. like some other tutorials that require you to follow along to all their previous vids

greetingsgentlemen.
Автор

I like how he teaches. It's a bit informal with random rants and stories but it sure makes learning more fun.

bienvenidovillabroza
Автор

Thanks for these videos, truly appreciate it. Pycharm makes all the file hopping clearer and you explain in a lot better than the official django tutorial without getting too weighed down in Jargon.

TheBuchanskii
Автор

Bucky is the best teacher on youtube period. Thank you so much man, been learning from you for 4 years now

amrshlomr
Автор

if we have two types of user like student and teacher and both have different interfaces how can we handle this. if student logs in he should be sent to student page or teachers login he should be sent to teacher page ?

zainrizwan
Автор

Bucky is on another level! He told that story so the audience would connect with him and like him more, genius; and it worked! ;)

SometimeScience
Автор

After adding updating the database, when I ran the server, localhost:8000/admin/ i am getting error-
Exception Type: TypeError
Exception Value:
'set' object is not reversible
Exception Location: in _populate, line 416

deeppurohit
Автор

Great tutorial series so far.
I am on no. 12 and, so far, I have been able to follow on my computer, not having to pause to keep up.
This seems to be just what I need to get the principals of Django.
Great work!

kristianjensen
Автор

I am getting error
no such table: main.auth_user__old
Can you help in that

achyuthkumar-ibcg
Автор

Man, love it when he says "need to tell story"...

mohitsharma
Автор

ey bucky .... just miss listening to your chuffed stories ... i love it man ... you are literary the best there is when it comes to teaching programming

dark-dayone
Автор

HELP
Error: {
TypeError at /admin/
'set' object is not reversible
}
When i try to reach the admin page... the website.url code is fine, unlike other people on stackoverflow
UPDATE:
When i remove " path('music/', include('music.urls')), " It starts working

Syed-wjpj
Автор

when the website goes live, how do you still access the admin, is it the same way? url/admin?

flvyu
Автор

I notice you sometimes use windows cmd, and some other times you use PYCHARM terminal. Does it make any difference?

Santi-xonz
Автор

Years later, but I still feel the power being accessed

wolfganggermain
Автор

I love the story. I had a similar incident, I just complained to the hostess and she found a couple of empty seats and moved him. :-)

jeanpascal