Change: Decorating 3rd party app's views

created on Sept. 21, 2012, 5:23 p.m. by Hevok & updated on Oct. 15, 2012, 12:03 a.m. by Hevok

There are several ways on how to decorate a third party apps' views:

  1. Middleware
  2. Magic url to apply the decorator
  3. url(r^authurls', login_requeired(include('someapp.urls', login)url='path/to/login')
  4. Include Urls Decorated
  5. Reusable Include

Tags: django
Categories:
Parent: Web Framework

Comment: Updated Entry

See entry | Admin

Comment on This Data Unit