Skip to main content

What is Associations?

Associations is a small app created to help Django developers.

What does it do?

It lists urls in an app along with the names of templates, views and urls associated with it

https://raw.github.com/DarkSector/django-associations/master/associations/static/images/associations1.png https://raw.github.com/DarkSector/django-associations/master/associations/static/images/associations2.png

Why was it created?

When working on a View, the common method of debugging or back tracing an issue is usually this:
  1. Look at the URL in the browser’s address bar

  2. Decipher the app name from the URL

  3. Open the app project tree in your IDE (if not already open)

  4. Open the app’s urls.py and locate the URL

  5. Look for the corresponding view

  6. Locate the view

  7. Locate the template name and subsequently the template itself.

Associations on the other hand lists all of them on a single page, thereby decreasing the some times frustrating trace back.

Great, but what’s the catch?

The catch is that right now it’s shown to be compatible with Class Based Views. It may or may not work with traditional Function Based Views. Furthermore it has been tested on Django 1.5+ and Python 2.7.x. There are plans to support Python 3 and Django 1.3+ in the near future.

Like to help out?

You can find the Github repository here:

https://github.com/DarkSector/django-associations

Log issues or start developing. The documentation is currently being written.

Requirements

Currently works with Django 1.5 above and Python 2.7.x. Currently the docs and tests are being written and aren’t complete

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 ready to go.

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.6.tar.gz (116.7 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-associations-0.1.6.tar.gz
Algorithm Hash digest
SHA256 0024f25ae5896cc371206b6f6c479c9cdc852c8bc64c6478596013558d13db83
MD5 fa834116a8586345af781f1ef96b220d
BLAKE2b-256 4c1561c226910ccfcb0c0b5a7733cdbf7239f4ff6d8b4711fb50a384b914bcab

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.7

2 files

This release

0.1.6 This release

1 file

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page