django-inlaws

Shows related objects in the Django admin
Download

django-inlaws Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Publisher Name:
  • Corey Oordt, Jose Soares and Justin Quick
  • Publisher web site:
  • http://github.com/washingtontimes/

django-inlaws Tags


django-inlaws Description

Shows related objects in the Django admin Were you ever looking at a record in your Django admin and wonder what else that object was related to? django-inlaws is a Django app that shows you the relations of the object automatically!http://github.com/washingtontimes/django-inlaws/raw/master/doc_src/screenshot.pngThis is a proof of concept/request for comments releaseInstallation:Use pip or easy_install to install the package from PyPI:pip install django-inlawsor:easy_install django-inlawsOr checkout the source from github and run:python setup.py installUsage:Usage is very simple. 1. Add "inlaws" to your INSTALLED_APPS. 2. Create an "admin" directory in your project's template directory. 3. Create a file called change_form.html. 4. The contents of the file should be: {% extends "inlaws/change_form.html" %} Requirements: · Python · Django


django-inlaws Related Software