The docs say:

It may or may not work with traditional Function Based Views


Almost all views I write are function based. Its the same in most of the 
code I have seen from other people. You say "maybe" so I will try it when I 
get a chance...

I would also really like to see it as a panel for DDT.



On Monday, March 10, 2014 2:52:35 AM UTC+5:30, Pronoy Chopra wrote:
>
> Hello!
>
> I have finally launched Django-Associations 0.1.7 today after a month of 
> work. For those of you who don't know what it is, here's a short summary of 
> how DA can help you in your development process.
>
> 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. (Read 
> more<https://pypi.python.org/pypi/django-associations/0.1.7>
> )
>
>
> Now, this is very similar to what Django-Debug-Toolbar does, except DDT is 
> more complex. If you don't want to delve too deep into debugging this 
> simple app helps. For the next release there will be a third party panel 
> for DDT. So, you can use Associations with DDT as well, if that's what you 
> prefer.
>
>
> Another plan for the next release is to have a floating standalone widget 
> like DDT so that you can see the associations without having to access the 
> app. That will save more time. There will also be a search bar where you 
> can copy paste the URL that you want to search the associations for.
>
>
> Hope you find this little app helpful.
>
>
> Development link: https://github.com/DarkSector/django-associations
>
> Log issues: 
> https://github.com/DarkSector/django-associations/issues?milestone=3&state=open
>
> PyPI page: https://pypi.python.org/pypi/django-associations/0.1.7
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f80e111b-2e66-478f-9e4c-8f38d3d396fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to