Django-sites-ext

Posted on Sept. 8, 2011 in archive, django-admin, sites framework, django.

I’m announcing Django Sites Ext – utilities to make administration of content belonging to different sites easier.

ChangeSiteMixin is a extends django.contrib.admin.ModelAdmin adding view to change site of an object and restricting specified relations to current site of the edited object.

1. select site view for new objects

2. change form view

Source code and example app are available on github:

https://github.com/bmihelac/django-sites-ext

Share on Reddit