Re: Changing Admin Interface in Django

2019-04-13 Thread Derek
You can look at projects like: https://github.com/douglasmiranda/django-admin-bootstrap or https://pypi.org/project/django-fluent-dashboard/ or https://github.com/viewflow/django-material for examples of how you might go about doing this. On Thursday, 11 April 2019 18:58:30 UTC+2, Aayush

Re: Changing Admin Interface in Django

2019-04-11 Thread Stephen L
You can look at JET. It's not like that, but it does look much better than Django's out of box admin interface. https://github.com/geex-arts/django-jet On Thu, Apr 11, 2019 at 11:58 AM Aayush Bhattarai wrote: > *Hey Buddy, Can I change my Django Interface. I don't like such interface > and I

Re: Changing Admin Interface in Django

2019-04-11 Thread Chetan Ganji
Django CMS has a different admin site i.e. Layout and CSS is different. There are many admin site available from third party. Maybe you might like some of them. https://djangopackages.org/grids/g/admin-styling/ Other way to do is, list all the templates in the admin site app. Find out their css

Re: Changing Admin Interface in Django

2019-04-11 Thread Aayush Bhattarai
Yes I want to change everything. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to

Re: Changing Admin Interface in Django

2019-04-11 Thread Gerardo Palazuelos Guerrero
hi, You said you want to change the standard Admin screens. But you added an screenshot of a bootstrap template. So I assume you are interested on using an Admin template. If that's the case, what you can do is to implement the template: adding files as static files, etc. regards, -- Gerardo

Re: Changing Admin Interface in Django

2019-04-11 Thread Sithembewena L. Dube
If you want to alter how the admin site looks, then that link is quite relevant. Kind regards, Sithu *Sent with Shift * On Thu, Apr 11, 2019 at 7:10

Re: Changing Admin Interface in Django

2019-04-11 Thread Sithembewena L. Dube
What do you want to do? Saying you want to "change" the admin could mean anything. Kind regards, Sithu *Sent with Shift * On Thu, Apr 11, 2019 at

Re: Changing Admin Interface in Django

2019-04-11 Thread Aayush Bhattarai
Yes I read but not related to my questions. On Thursday, 11 April 2019 09:58:30 UTC-7, Aayush Bhattarai wrote: > > *Hey Buddy, Can I change my Django Interface. I don't like such interface > and I want to change it. * > > [image: Capture.PNG] > *I want to change like this.* > *Thanks For Your

Re: Changing Admin Interface in Django

2019-04-11 Thread Sithembewena L. Dube
I highly recommend the (excellent) documentation. If you have done the official tutorial, then check out the link below and take it from there. https://docs.djangoproject.com/en/2.2/intro/tutorial07/ Kind regards, Sithu *Sent with Shift

Changing Admin Interface in Django

2019-04-11 Thread Aayush Bhattarai
*Hey Buddy, Can I change my Django Interface. I don't like such interface and I want to change it. * [image: Capture.PNG] *I want to change like this.* *Thanks For Your Support* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe