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
Add “associations” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'associations', )
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>
Include the polls URLconf in your project urls.py like this:
url(r'^associations/', include('associations.urls')),
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
Built Distribution
Hashes for django-associations-0.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ed7b8be01d330ce1326ddafcad2ccd566f12e526b23377e85bb71a53dc572b6 |
|
MD5 | dea4f3d8a021e6e836b14c95cd041895 |
|
BLAKE2b-256 | 2909a820f6cceeed4e9872711cd300c0b20e7fb99fc0fff54b5b9836a2efc6ee |
Hashes for django-associations-0.1.3.macosx-10.9-intel.exe
Algorithm | Hash digest | |
---|---|---|
SHA256 | 887a045f14ef10780f04f5bd20b715f37db791934b59f0e5e7ce5c9f3ea48f2e |
|
MD5 | 0dbfd462d5a6632e82f25912ad98096f |
|
BLAKE2b-256 | 8747e9320fec0b37c00f7ff4ceb497a745c2fb34eb829a281ab54157751f3b98 |