django-inlaws 0.1.1beta1
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 shows you the relations of the object automatically!
This is a proof of concept/request for comments release
Installation
Use pip or easy_install to install the package from PyPI:
pip install django-inlaws
or:
easy_install django-inlaws
Or checkout the source from github and run:
python setup.py install
Usage
Usage is very simple.
Add "inlaws" to your INSTALLED_APPS.
Create an "admin" directory in your project's template directory.
Create a file called change_form.html.
The contents of the file should be:
{% extends "inlaws/change_form.html" %}
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-inlaws-0.1.1beta1.tar.gz (md5) | Source | 2010-09-15 | 283KB | 376 | |
- Author: Corey Oordt, Jose Soares, Justin Quick
- Home Page: http://github.com/washingtontimes/django-inlaws
- Package Index Owner: washtimes
- Package Index Maintainer: coordt
- DOAP record: django-inlaws-0.1.1beta1.xml
