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 polls 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.4.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.4.macosx-10.9-intel.exe (88.1 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-associations-0.1.4.tar.gz
Algorithm Hash digest
SHA256 08b0d0f15fe1a756da5e4643fd7cb1a8063d454140b66a48c422e71542680857
MD5 0deb172f6e3abf377b1088da001bb9df
BLAKE2b-256 6da2830e8ba21ad44e41a5e584d887bbf18b1fd62938737a9f0493ca8f2b8dbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django-associations-0.1.4.macosx-10.9-intel.exe
Algorithm Hash digest
SHA256 d517aa0aef8723ebd42e7c94b7a249d2e3d50c1826ee3f99925fc3069abadb15
MD5 526cc339726831af7918b33d927e8792
BLAKE2b-256 a62f0ca1278ae52414ed0a0f6cf67028135e767c5742223dd6c10ba403c1902e

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 Sentry Error logging StatusPage Status page