On Jun 30, 10:42 pm, Rex <rex.eastbou...@gmail.com> wrote:
> Kind of a petty question:
>
> I've been using PyDev to do my Django work and find it to be great.
> However, my only gripe is that it's hard to keep track of tabs, since
> they display only the (non-qualified) file name, which is a problem
> given Django's very regular naming scheme. So for example I'll often
> have 4+ tabs that are all named "views.py", and I have to mouse over
> each to find which one is the one I'm looking for.
>

I definitely feel your pain.

One thing that you can do is put view code into files that are not
called "views.py."  It's always a little risky to break the convention
here, but I have done it in on nontrivial projects without major
hangups.

On the other hand I don't think you want to mess with conventions on
models.py and certain other files, but I tend to spend less time
editing those.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to