Pre-release
This release is a pre-release and may not be stable for production use.
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" %}
Release files for django-inlaws 0.1.1beta1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-inlaws-0.1.1beta1.tar.gz | 290.6 kB | Details |
Release files / django-inlaws-0.1.1beta1.tar.gz
| Download URL | django-inlaws-0.1.1beta1.tar.gz |
|---|---|
| Size | 290.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
21c1603dcf81c90143ab1ceea7e7c29c97ee0a5e77cc39e7044c6624b1d5cbd1
|
|
BLAKE2b-256 checksum How to use checksums |
c2d729d5e4b33f90624bb3fd52c08c5239c6a045393562893040d0f0da967e01
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |