Skip to main content

Associations is a simple Django app to show associations between urls and templates of an app. For each app a list of views, view names, view types and urls are shown

Requirements

Currently works with Django 1.5 above and Python 2.7.x

Quick start

  1. Add “associations” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'associations',
    )
  2. Include the BASE_DIR in your project settings like this:

    BASE_DIR = os.path.dirname(os.path.dirname(__file__))

    If the ‘BASE_DIR’ is defined as some other variable, define BASE_DIR = <variable name>

  1. Include the Associations URLconf in your project urls.py like this:

    url(r'^associations/', include('associations.urls')),
  2. Start the development server and visit http://127.0.0.1:8000/associations/ and you’re done

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-associations-0.1.5.tar.gz (20.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django-associations-0.1.5.macosx-10.9-intel.exe (88.2 kB view details)

Uploaded Source

File details

Details for the file django-associations-0.1.5.tar.gz.

File metadata

File hashes

Hashes for django-associations-0.1.5.tar.gz
Algorithm Hash digest
SHA256 8001b655aab5758954d8b2a97492be1f22f9062c7f5e6ce98b07951d7e002299
MD5 6683e53fc934ade0673327a3bda26162
BLAKE2b-256 e042b2f4e8ec6bf7eb7e5e7191d75157dfd9bf918be686be94ba74b3f85dd552

See more details on using hashes here.

File details

Details for the file django-associations-0.1.5.macosx-10.9-intel.exe.

File metadata

File hashes

Hashes for django-associations-0.1.5.macosx-10.9-intel.exe
Algorithm Hash digest
SHA256 99f2ebdc9a3e31f5c2bf2752cb5e04267deaa7cf22868e8230a14bfa2d9e17af
MD5 5a2bf31fa8b64a212507108a96bb109d
BLAKE2b-256 33f5e2e136da728d0ec489edc506c2b9396d493e0c02348a10bbdd2b3e4f4c3d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page