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!
@michelkant5 жыл бұрын
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 ?
@darkryanpetroniverse79585 жыл бұрын
how to rename the "django Administration"? pls help... thank you...
@Matt-ke7mc4 жыл бұрын
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?
@jameskulu4 жыл бұрын
Yes, please make video on making own cutomize admin panel from scratch
@harshbehl46 жыл бұрын
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.
@Mostaqmahmud5 жыл бұрын
@JustDango It will be great if you make some videos following the above comment. Thanks
@MaltheHave5 жыл бұрын
Yes absolutely!
@njjayme87765 жыл бұрын
Please Sir.. make this wish list come true.
@vardhanmahajan71353 жыл бұрын
I loved your explanation of the inline fields, everyone else made it really complication, yours was straight-forwards and easy to understand!
@machinimaaquinix31783 жыл бұрын
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)
@LookNumber96 жыл бұрын
Beautifully done, as usual. Very informative and well paced.
@alexbarasa38164 жыл бұрын
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.
@Christian-lg7uu6 жыл бұрын
I’m interested in customizing the admin with table and graphs like you mention at the beginning
@kaumsatria79815 жыл бұрын
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 ?
@rennyjacob50944 жыл бұрын
Very informative one, cleared a lot of my queries. Good work JD.
@chamithjanaka60406 жыл бұрын
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.
@petarz90294 жыл бұрын
I wish I could like this video more than once! Thanks for the nice tutorial.
@rgenericson53616 жыл бұрын
Would love to see a tut on super customizing the admin panel.
@PrashantKumar-ur5wy5 жыл бұрын
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
@caseymccray38616 жыл бұрын
Great video
@floppy_keyboard6 жыл бұрын
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?
@YashPatel-vw9nz4 жыл бұрын
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?
@wealthyisaiah64484 жыл бұрын
I really appreciate this project. Please can you create a tutorial on complete makeover of the default admin panel
@bridroid585 жыл бұрын
great stuff! Been using django for a few years and still learned something new.
@roshanpandey53574 жыл бұрын
Thanks buddy, this lesson really helps me to won the project tender
@Miyan000006 жыл бұрын
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
@mattfreire6 жыл бұрын
Andre Masse no extension is being used for that. Just fast forwarded adding the apostrophes and formatting it
@Miyan000006 жыл бұрын
Ah Ok, Thanks. Would have been cool though.
@caseymccray38616 жыл бұрын
Im definitely interested in customizing django admin
@vrfEducation3 жыл бұрын
Thank you very useful video and cover so many good tips about admin model
@michakwiatek50316 жыл бұрын
Great Tutorial, maybe not the most important things to know in Django but, It's good to know that!
@MotazIbrahim5 жыл бұрын
How can I send a notification to the admin upon a user-specific action?
@soncontentmedia5 жыл бұрын
Thank you. Clear my mind
@catafest-work5 жыл бұрын
good video tutorial! ...custom admin area with chart by values from database will be a good issue!
@mahmudsajib86485 жыл бұрын
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
@paristar30795 жыл бұрын
I am interested in complete makeover of Admin site
@riskzerobeatz5 жыл бұрын
SO useful. Thank you SIR!
@Soughandhika_1975 жыл бұрын
Good explanation sir
@andresfelipeariaspinto50383 жыл бұрын
Hey, how can I give admin access to all models, so as not to have to do admin.site.register, for each model?
@mahadihassan58975 жыл бұрын
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
@Gauravsharma-gs9dt5 жыл бұрын
please create a video on how to fully customize django-admin-site
@ergun51124 жыл бұрын
Good job thank you.
@nestorbustos43913 жыл бұрын
Good tutorial
@deepikasrinivasasharma74814 жыл бұрын
How to export models form django admin panel as PDF
@Funtoshi5 жыл бұрын
Love IT Dude !! i wish to be expert in django QQ
@priyankamadhesh78365 жыл бұрын
How to put drop-down button on custom Django admin page
@omkarprakashbhosale83384 жыл бұрын
How change foreign key caption in drop-down
@szymonmiks60386 жыл бұрын
I'm also interested in
@nileshswami24264 жыл бұрын
thank you so much ......
@ahnafkhan81155 жыл бұрын
good work!!
@catafest5 жыл бұрын
I think you can do something similar with: from import_export.admin import ImportExportModelAdmin and @admin.register(...) then define it: class ViewAdmin(ImportExportModelAdmin):
@rns104 жыл бұрын
Could you please increase the recording volume next time. Its hard to hear even at full volume.
@vikaskait50575 жыл бұрын
awesome.......
@katata47425 жыл бұрын
please do thanks for your tutorials
@vrushangdesai28134 жыл бұрын
please please please we need complete makeover over django admin