Django tutorial - How to improve your Django admin

  Рет қаралды 53,132

Matt Freire

Matt Freire

Күн бұрын

Пікірлер: 57
@mattfreire
@mattfreire 6 жыл бұрын
For people who'd prefer not to comment, feel free to like this comment if you'd like to see tables/graphs when customising the admin. A note on that - customising the Django admin in terms of how it looks (colours, buttons etc) seems to be a large and unnecessary task. A possible alternative would be to specify a path to your custom Django admin in the settings.py file. That custom admin would be built from scratch and from what I understand would be an easier approach. If you have any other ideas feel free to comment them in response. Thanks again for watching!
@michelkant
@michelkant 6 жыл бұрын
Customizing some basic colors in Django Admin is not that difficult / large / unnecessary right? Just use some templating & blocks. For easy websites that could be enough. However i'm curious to learn what the options are when creating your complete own admin! :) Is it possible to leverage maybe a creative-tim.com free bootstrap template when doing this? You could even do 3 sections: Simple: Improving the standard Admin with templates and blocks. 2nd: Leveraging bootstrap to create a new admin. and 3. Do it with react/vue ?
@darkryanpetroniverse7958
@darkryanpetroniverse7958 5 жыл бұрын
how to rename the "django Administration"? pls help... thank you...
@Matt-ke7mc
@Matt-ke7mc 4 жыл бұрын
Where in the settings.py file would we put the link to a new admin document. And how would we specify that we want our file to override the original admin template?
@jameskulu
@jameskulu 4 жыл бұрын
Yes, please make video on making own cutomize admin panel from scratch
@harshbehl4
@harshbehl4 6 жыл бұрын
Please create a tutorial to show how to use custom admin template and turn django admin into a powerful dashboard with features like sidebar and charts. Will be very greatful.
@Mostaqmahmud
@Mostaqmahmud 5 жыл бұрын
@JustDango It will be great if you make some videos following the above comment. Thanks
@MaltheHave
@MaltheHave 5 жыл бұрын
Yes absolutely!
@njjayme8776
@njjayme8776 5 жыл бұрын
Please Sir.. make this wish list come true.
@vardhanmahajan7135
@vardhanmahajan7135 3 жыл бұрын
I loved your explanation of the inline fields, everyone else made it really complication, yours was straight-forwards and easy to understand!
@machinimaaquinix3178
@machinimaaquinix3178 3 жыл бұрын
Oh thank you for this! I've been puzzling over how to add inline table from another class into an admin page. (@15:00 - ish)
@alexbarasa3816
@alexbarasa3816 4 жыл бұрын
Here from another distant tutorial. and still finding your work so educative. And yes, I would wish for one on full customization of admin page from scratch.
@LookNumber9
@LookNumber9 6 жыл бұрын
Beautifully done, as usual. Very informative and well paced.
@PrashantKumar-ur5wy
@PrashantKumar-ur5wy 5 жыл бұрын
Amazing video. The way you describe the things makes things simpler. Please create a video on customising the Django admin like adding buttons to Delete. With as much as customisation possible. That would be a great help for us
@petarz9029
@petarz9029 4 жыл бұрын
I wish I could like this video more than once! Thanks for the nice tutorial.
@caseymccray3861
@caseymccray3861 6 жыл бұрын
Great video
@chamithjanaka6040
@chamithjanaka6040 6 жыл бұрын
Good stuff.. Thank you so much again and again for making pretty useful tutorials for us...:) Also please make a tutorial about how to create a complete make of the default django admin site, like you said at the beginning of this tut.That will be pretty useful.
@rennyjacob5094
@rennyjacob5094 4 жыл бұрын
Very informative one, cleared a lot of my queries. Good work JD.
@vrfEducation
@vrfEducation 4 жыл бұрын
Thank you very useful video and cover so many good tips about admin model
@roshanpandey5357
@roshanpandey5357 4 жыл бұрын
Thanks buddy, this lesson really helps me to won the project tender
@bridroid58
@bridroid58 5 жыл бұрын
great stuff! Been using django for a few years and still learned something new.
@Christian-lg7uu
@Christian-lg7uu 6 жыл бұрын
I’m interested in customizing the admin with table and graphs like you mention at the beginning
@rgenericson5361
@rgenericson5361 6 жыл бұрын
Would love to see a tut on super customizing the admin panel.
@michakwiatek5031
@michakwiatek5031 6 жыл бұрын
Great Tutorial, maybe not the most important things to know in Django but, It's good to know that!
@wealthyisaiah6448
@wealthyisaiah6448 5 жыл бұрын
I really appreciate this project. Please can you create a tutorial on complete makeover of the default admin panel
@catafest-work
@catafest-work 5 жыл бұрын
good video tutorial! ...custom admin area with chart by values from database will be a good issue!
@caseymccray3861
@caseymccray3861 6 жыл бұрын
Im definitely interested in customizing django admin
@YashPatel-vw9nz
@YashPatel-vw9nz 4 жыл бұрын
I liked the video, are you able to make a video on how the graph shows on the admin page that these many new user accounts have been built and how many people visited the website?
@floppy_keyboard
@floppy_keyboard 6 жыл бұрын
I just ran across your channel. Thanks for sharing with us! I am interested in customizing the admin page as well. Keep up the good work! Also why can't you use a FK in the list display?
@soncontentmedia
@soncontentmedia 5 жыл бұрын
Thank you. Clear my mind
@Soughandhika_197
@Soughandhika_197 5 жыл бұрын
Good explanation sir
@riskzerobeatz
@riskzerobeatz 5 жыл бұрын
SO useful. Thank you SIR!
@kaumsatria7981
@kaumsatria7981 5 жыл бұрын
12:11 you're clicking title field (django introduction) then take you jump to edit page, how to disable it and how to create a custom edit button ?
@mahmudsajib8648
@mahmudsajib8648 5 жыл бұрын
Many thanks for the awesome tutorial. Would like to have a django-admin built from scratch or adding a bootstrap fancy template that works with django
@nestorbustos4391
@nestorbustos4391 3 жыл бұрын
Good tutorial
@Miyan00000
@Miyan00000 6 жыл бұрын
Just discovered your channel, nice work! At 6:40, you paste fields from the model as a tuple, what extension are you using for this ? Thanks
@mattfreire
@mattfreire 6 жыл бұрын
Andre Masse no extension is being used for that. Just fast forwarded adding the apostrophes and formatting it
@Miyan00000
@Miyan00000 6 жыл бұрын
Ah Ok, Thanks. Would have been cool though.
@ergun5112
@ergun5112 4 жыл бұрын
Good job thank you.
@Funtoshi
@Funtoshi 5 жыл бұрын
Love IT Dude !! i wish to be expert in django QQ
@ahnafkhan8115
@ahnafkhan8115 5 жыл бұрын
good work!!
@MotazIbrahim
@MotazIbrahim 5 жыл бұрын
How can I send a notification to the admin upon a user-specific action?
@Gauravsharma-gs9dt
@Gauravsharma-gs9dt 5 жыл бұрын
please create a video on how to fully customize django-admin-site
@paristar3079
@paristar3079 5 жыл бұрын
I am interested in complete makeover of Admin site
@mahadihassan5897
@mahadihassan5897 6 жыл бұрын
I am currently working with school system in django...i want to create two types of user (teacher, student) where teacher logs in to the system and can add,update,delete result of students (based on class/section) and student logs in the system and can view his/her profile and results I am very new in django...so it confuses me how to do that...how to create role based (teacher/student) login, how to redirect them after login to different pages based on their role...can u help me
@andresfelipeariaspinto5038
@andresfelipeariaspinto5038 3 жыл бұрын
Hey, how can I give admin access to all models, so as not to have to do admin.site.register, for each model?
@nileshswami2426
@nileshswami2426 4 жыл бұрын
thank you so much ......
@catafest
@catafest 5 жыл бұрын
I think you can do something similar with: from import_export.admin import ImportExportModelAdmin and @admin.register(...) then define it: class ViewAdmin(ImportExportModelAdmin):
@szymonmiks6038
@szymonmiks6038 6 жыл бұрын
I'm also interested in
@omkarprakashbhosale8338
@omkarprakashbhosale8338 4 жыл бұрын
How change foreign key caption in drop-down
@priyankamadhesh7836
@priyankamadhesh7836 5 жыл бұрын
How to put drop-down button on custom Django admin page
@deepikasrinivasasharma7481
@deepikasrinivasasharma7481 4 жыл бұрын
How to export models form django admin panel as PDF
@vikaskait5057
@vikaskait5057 5 жыл бұрын
awesome.......
@katata4742
@katata4742 5 жыл бұрын
please do thanks for your tutorials
@vrushangdesai2813
@vrushangdesai2813 5 жыл бұрын
please please please we need complete makeover over django admin
@rns10
@rns10 4 жыл бұрын
Could you please increase the recording volume next time. Its hard to hear even at full volume.
@harmonycode4173
@harmonycode4173 3 жыл бұрын
D2 please
Learn the basics of Django's Model Managers and Querysets
19:38
Matt Freire
Рет қаралды 45 М.
How to Handle User Authentication in Django
26:39
Matt Freire
Рет қаралды 86 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
Every team from the Bracket Buster! Who ya got? 😏
0:53
FailArmy Shorts
Рет қаралды 13 МЛН
Learn the Basics of Django Signals
22:37
Matt Freire
Рет қаралды 50 М.
Add charts with Django admin
15:33
Cloud With Django
Рет қаралды 12 М.
Python Django Admin tutorial
15:51
Dave Gray
Рет қаралды 15 М.
Django Class Based Views Tutorial
31:34
Matt Freire
Рет қаралды 46 М.
Django + Chart.js // Learn to intergrate Chart.js with Django
26:45
CodingEntrepreneurs
Рет қаралды 232 М.
Python Django Crash Course
1:11:51
Traversy Media
Рет қаралды 370 М.
Learn Django in 20 Minutes!!
21:25
Tech With Tim
Рет қаралды 452 М.
Understanding Django Model Relationships
25:56
Pretty Printed
Рет қаралды 95 М.
7 concepts you should know to get a job as a Django developer
23:12
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН