you read de doc
https://docs.djangoproject.com/en/2.0/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_display
On Fri, Jun 29, 2018 at 4:43 PM Jim Lamb wrote:
> How can I override the list_display to add fields in my admin console for
> users?
>
> --
> You received this message because y
How can I override the list_display to add fields in my admin console for
users?
--
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...@google
The dev branch of Django Suit (custome admin style) is using Bootstrap 4:
http://django-suit.readthedocs.io/en/develop/getting_started.html#v2-dev-branch
On Sunday, 25 March 2018 19:49:21 UTC+2, Tundebabzy wrote:
>
> Hi Vincent,
> I'm not sure what you mean by "compatible".
>
> If you are askin
Hi Vincent,
I'm not sure what you mean by "compatible".
If you are asking if the Admin app can be styled with the bootstrap4, the
answer is yes. There are many third party apps that do this for you and you
can find them with a simple Google search.
If you are asking if django Admin app is going t
Are there any efforts right now to make Django Admin compatible with
Bootstrap4?
It's one of the most popular css frameworks out there and I think a lot of
developers will find this useful.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To
Hi list,
In my app, I've configured STATICFILES_STORAGE
to 'storages.backends.s3boto3.S3Boto3Storage'. The S3 storage I use is a
custom instance, requiring v2-signed requests.
What I've noticed now, is that static files base.css and forms.css get
loaded nicely (using a S3v2-signed request).
Hi there,
as I want to add custom css class to table header in admin, I was
looking for template, which I should edit.
I found that method result_headers in django/contrib/admin/
templatetags/admin_list.py sets whole 'class="xxx"' string. Why is
there 'class=' thing ? It's quiet complicated to alt
Many thanks, Dan! I shall have a look at this app.
On 03/23/2010 08:27 PM, Dan Carroll wrote:
You might want to look at memcache_status. It uses a one line
statement in admin.py to switch to admin to use a different template
for its main page. Then, the custom template extends admin/index.html
You might want to look at memcache_status. It uses a one line
statement in admin.py to switch to admin to use a different template
for its main page. Then, the custom template extends admin/index.html
to insert extra information (including graphs) at the top of the
page. That should give you som
Greetings!
I had been playing around with Django for a while and eventually a
question arised: is there any way to easily (by "easily" I mean, without
sub-classing AdminSite) create a custom page for Django's admin site?
Let me clarify my question by an example.
Suppose you have an app that s
You're going to want to override a couple of ModelAdmin methods. Take a look
at this blog post.
http://www.b-list.org/weblog/2008/dec/24/admin/
On Tue, May 5, 2009 at 5:19 AM, topcoder...@gmail.com wrote:
>
> Hello everyone,
>
> In my application, I heavily used django.contri
Hello everyone,
In my application, I heavily used django.contrib.admin to manage my
data, especially add/edit them. Now I need a quite customized
validation feature added into it. Certain user may have no authority
to edit some fields of some instances of a Model, and whether or not
she/he can
cdb
> > Error: No module named admindjango.contrib
>
> > after I added "django.contrib.admin" to your INSTALLED_APPS setting.
> > This is how it looks like.
>
> > INSTALLED_APPS = (
> > 'django.contrib.admin'
> >
On Thu, Apr 30, 2009 at 11:36 AM, David wrote:
>
> Hello,
>
> I followed Django tutorial 2 to activate the admin site, however I got
>
> da...@django:~/mysite$ python manage.py syncdb
> Error: No module named admindjango.contrib
>
> after I added "django.contr
Hello,
I followed Django tutorial 2 to activate the admin site, however I got
da...@django:~/mysite$ python manage.py syncdb
Error: No module named admindjango.contrib
after I added "django.contrib.admin" to your INSTALLED_APPS setting.
This is how it looks like.
INST
15 matches
Mail list logo