Python Django Tutorial: Full-Featured Web App Part 4 - Admin Page

preview_player
Показать описание
In this Python Django Tutorial, we will be learning how to access the Django Admin Page for our application. The Administration Page is a great way to see what data is currently in our application, and also gives us a nice GUI for creating or modifying that data. Let's get started...

The code for this series can be found at:

✅ Support My Channel Through Patreon:

✅ Become a Channel Member:

✅ One-Time Contribution Through PayPal:

✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot

✅ Corey's Public Amazon Wishlist

✅ Equipment I Use and Books I Recommend:

▶️ You Can Find Me On:

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

You deserve an award for all the amazing work you do. Thank You!

nnish_bz
Автор

How is Corey only at <300K subs still? He is the BEST Python teacher on YouTube. This series on Django is incredible. I love how it's actually useful stuff. None of that hello world/let's build a calculator crap. This is golden knowledge, and I can't thank you enough!

mattorrock
Автор

Holy crap. I'm in love with the speed you talk at. It's perfect

uriel
Автор

Best django course I have ever seen on the internet. Thank you !

All_Tips_
Автор

I never thought of educational videos as something you'd binge-watch, but nonetheless that's what I've been doing with your tutorials for the last several hours. Incredible work.

cuwvuir
Автор

By far THE BEST Django tutorial I have come across! Great job, Corey :)

shoaibabdul
Автор

Dude, i have watched more than 5 instructors of django, you are the one and best, we need another tutorials of django rest framework with docker, thanks alot

uweopfern
Автор

I appreciate you putting these videos together. I've been using python for about a year and I wanted to build a website for our company's intranet. I've never done that before, but from following your tutorials, I feel like I can accomplish that. Thank you.

jonathanvanheijzen
Автор

I love the fact that Django has this built in. It'll make things so much easier!! Thanks again for the tutorials Corey!

floppy_keyboard
Автор

Doesn’t get any better than this! Thank you Corey!!


And if anyone have a problem when logging in to admin page. Try upgrade your python. I had 3.7.0 and upgraded to 3.8 and now it works!

eneashallsten
Автор

Man this is the best Django tutorial ever. I thought Django was a very complicated framework but when I watched your videos you proved me wrong. Thank man you will go very far.

ebenezeroffei
Автор

For all those, whose facing an issue while adding test user from admin panel :
1) stop the server
2) delete SQLite DB from project folder
3) Delete Migrations folder from app directory
4) run : python manage.py makemigrations
5) run : python manage.py migrate --run-syncdb
6) create super user again and try adding the new user


Hope this will work for you.. if doesn't work try to upgrade or downgrade Django version to 3.0.2 (it should work in your current version as well but just in case) and follow all steps again... It worked for me... :)

AtulD
Автор

I spent so much time and energy trying to build all of this functionality myself for my university finals project.. If only I'd have known. This is one of the best tutorial series I've seen on YouTube

lukemcmanagan
Автор

I like how you say Error Feedback instead of quitting like many people when they see an error!

Love you videos Corey! My dad even likes this series!

axispoints
Автор

3 years later and this tutorial is undefeated. Thanks a lot

TheGeorgetheepic
Автор

Thank you so much for these videos! Couldn't have finished my university projects without these helper videos!

vrushabhgore
Автор

I Love your work! straight to the point not a lot of self promotions. and no video cam most importantly. all the focus is on learning and learning a lot I have. Thank you and God BLESS

hafiz
Автор

Man I watched a bunch of videos and they make it seem easy just run the command and boom, but you're the best at explaining these things. Thanks

ctrl-alt-del
Автор

Glad you didn't cover this and models prior to covering the structure and views. You really thought out how to organize this series. Thank you

zacksims
Автор

I love how Corey’s videos don’t have any splashy intro effects, just straight to the tutorials. 👍🏻

Stewty