barseghyanartur / django-admin-timeline

A Facebook-like timeline app for Django admin. It's very similar to built-in feature Daily progress, but has nicer templates and infinite scroll. Actions are broken up by day, then by action. It's possible to filter actions by user (multiple select) and content type (multiple select).
https://pypi.python.org/pypi/django-admin-timeline
53 stars 10 forks source link

How to change the admin title in admin-timeline? #5

Closed RamizSami closed 7 years ago

RamizSami commented 7 years ago

Also, is there any way to add in any other admin skin?

barseghyanartur commented 7 years ago

@RamizSami:

You can override the admin_timeline/timeline.html template, override the admin_timeline/css/admin_timeline.css CSS.

RamizSami commented 7 years ago

Okay thanks