Skip to main content

Django admin changelist CSS styling

Project description

Style your django admin changelist rows with ease!

1. Install using pip

2. Add liststyle to your settings.py INSTALLED_APPS

3. Add to your ModelAdmin classes like this --

class MyModelAdmin(admin.ModelAdmin, ListStyleAdminMixin):
...
def get_row_css(self, obj, index):
if obj.active:
return 'red red%d' % index
return ''

Note. If you have your own change_list_results.html; you'll need to
incorporate the changes from the one here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-liststyle-0.1.tar.gz (1.4 kB view details)

Uploaded Source

File details

Details for the file django-liststyle-0.1.tar.gz.

File metadata

File hashes

Hashes for django-liststyle-0.1.tar.gz
Algorithm Hash digest
SHA256 183f46a662a91f2b3c2a999fd36a61f3d162e0b29b3140d0d1be9d632b2ebd48
MD5 8c5700b1419784297f0dc1c933798b3f
BLAKE2b-256 a857be1c36c286cf6a4fd1fe894e77ef3cb9e109d6f63a8cff149af763ef2088

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page