Skip to main content

A simple Django app to show url associations between installed apps.

Project description

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

Project details


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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-associations-0.1.3.tar.gz
Algorithm Hash digest
SHA256 7ed7b8be01d330ce1326ddafcad2ccd566f12e526b23377e85bb71a53dc572b6
MD5 dea4f3d8a021e6e836b14c95cd041895
BLAKE2b-256 2909a820f6cceeed4e9872711cd300c0b20e7fb99fc0fff54b5b9836a2efc6ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django-associations-0.1.3.macosx-10.9-intel.exe
Algorithm Hash digest
SHA256 887a045f14ef10780f04f5bd20b715f37db791934b59f0e5e7ce5c9f3ea48f2e
MD5 0dbfd462d5a6632e82f25912ad98096f
BLAKE2b-256 8747e9320fec0b37c00f7ff4ceb497a745c2fb34eb829a281ab54157751f3b98

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