Personal tools
You are here: Home Plone XP leocornus.django.ploneproxy Register Session Model to Django Admin Interface

Register Session Model to Django Admin Interface

Ability to manage session through Django Admin Application:

  • browser all session in django_session table.
  • ability to cleanup expired sessions.
  • ability to filter sessions by expire_date.

It is actually quit easy to register a model to Django Admin application.

Default admin properties

list_display

list_filter

ordering

Tracking History

When Who What Done
2010-06-04 12:24 Sean Chen Added admin.py and we can manage sessions from Admin app now. revision: r442. did some test, it works!
-- 3.0 Hours, 100.0% Done
Document Actions