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.6 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.tar.gz (20.3 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.macosx-10.9-intel.exe (87.7 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-associations-0.1.tar.gz
Algorithm Hash digest
SHA256 42ce1674da8817f2d2b10789c41fade03b910eeb2d708167d0ce28d8761904e8
MD5 4095856e371502cf3fdca2461d5511d6
BLAKE2b-256 ed925e9c67b686e5f98e30ed3735155ae5fb7e6f017ade4343cd3c8200baec46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django-associations-0.1.macosx-10.9-intel.exe
Algorithm Hash digest
SHA256 605e8f999c05311a6cc0fa7748ec5b46474dae4c7d4e41e6719eb10bff8460ad
MD5 a52fb99fc1da12142cf05fb063763d58
BLAKE2b-256 e380a046ffc4ceff6ed5803578a5c7db59f93049515351a2182bfbc30b57c75d

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