Re: IDE for Python/django

2010-09-28 Thread Nikolay Panov
> can u please tell me which is it.. Emacs + Ropemacs + pylint + pyflakes + pep8. Have a nice day,    Nikolay. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe f

Re: Editors of choice

2009-09-10 Thread Nikolay Panov
Emacs + ropemacs. Have a nice day, Nikolay. --~--~-~--~~~---~--~~ 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,

Re: Your IDE of choice

2009-01-08 Thread Nikolay Panov
You may also try Rope. Theyr auto-completion is better than pysmell too. Have a nice day, Nikolay. On Fri, Jan 9, 2009 at 01:23, Marco Buttu wrote: > > On Wed, 2009-01-07 at 13:06 +, Adam Stein wrote: > >> I have omnicomplete working (haven't used it too much yet). I have >> this >> i

Re: Your IDE of choice

2009-01-06 Thread Nikolay Panov
s it is however i still find it to be very powerful and i really like it! >> >> On Tue, Jan 6, 2009 at 2:00 PM, Nikolay Panov wrote: >> >> >> >> >> >> > Emacs (23, +Rope, +auto-complete.el), indeed. >> >> > Have a nice day, >&g

Re: Your IDE of choice

2009-01-06 Thread Nikolay Panov
Emacs (23, +Rope, +auto-complete.el), indeed. Have a nice day, Nikolay. On Tue, Jan 6, 2009 at 14:48, HB wrote: > > Hey, > What is your favorite IDE for coding Django projects? > Any ideas about PyDev and ActiveState Komodo IDE? > Thanks. > > > --~--~-~--~~~---

Re: Best IDE for Django and python?

2008-11-25 Thread Nikolay Panov
I'm using just gvim + some plugins (help.vim, autocomplpop.vim, snippetsEmu.vim, ...). As for me, this is quite enough. Have a nice day, Nikolay. On Tue, Nov 25, 2008 at 11:27, DragonSlayre <[EMAIL PROTECTED]> wrote: > > Hey, I'm getting started with a friend in developing a site with > Dja

Re: Browser detection in Django

2008-11-07 Thread Nikolay Panov
Maybe you need something like that: http://www.djangosnippets.org/snippets/267/ Have a nice day, Nikolay. On Fri, Nov 7, 2008 at 13:36, Alex Jonsson <[EMAIL PROTECTED]> wrote: > > Hey guys, > > I'm working on a Django application where I'd like to redirect IE6 > users to a specific page enc

Re: Hierarchical Tagging

2008-09-09 Thread Nikolay Panov
You may check the following: http://code.djangoproject.com/wiki/CookBookCategoryDataModel http://code.google.com/p/django-categories/ Have a nice day, Nikolay. On Tue, Sep 9, 2008 at 13:40, Thomas Guettler <[EMAIL PROTECTED]> wrote: > > Hi, > > django-tagging looks nice, but I need to have

Re: extend Site Model

2008-07-25 Thread Nikolay Panov
Use monkey patching, Luke? Have a nice day, Nikolay. On Fri, Jul 25, 2008 at 20:35, José Moreira <[EMAIL PROTECTED]> wrote: > > Hello, > > is it possible to extend Site Model to add additional properties? > > thank you > > -- > José Moreira > Vila Nova de Gaia > Portugal > > > > --~--~---

Re: extend Site Model

2008-07-25 Thread Nikolay Panov
now updated in case of using newforms-admin. Have a nice day, Nikolay. On Fri, Jul 25, 2008 at 21:00, José Moreira <[EMAIL PROTECTED]> wrote: > > monkey patching = alter django code? > > may the source be with you :) > > 2008/7/25 Nikolay Panov <[EMAIL PROTECTED]>

Re: modify select widget

2008-07-13 Thread Nikolay Panov
Hi, > Is there any easy way to do that? O are hint on how to do it? You should create your custom widget for this. Regards, Nikolay. On Sat, Jul 12, 2008 at 19:57, Nenillo <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm doing an app with a category model. That category model has an > autoreferenc

Re: pluggable django ticketing app?

2008-07-07 Thread Nikolay Panov
are? > > On Jul 7, 9:12 pm, "Nikolay Panov" <[EMAIL PROTECTED]> wrote: >> At the moment I trying to adapthttp://www.jutdahelpdesk.com/for ours project. >> >> Regards, >> Nikolay. >> >> On Sun, Jul 6, 2008 at 09:05, chefsmart <[EMAIL P

Re: pluggable django ticketing app?

2008-07-07 Thread Nikolay Panov
At the moment I trying to adapt http://www.jutdahelpdesk.com/ for ours project. Regards, Nikolay. On Sun, Jul 6, 2008 at 09:05, chefsmart <[EMAIL PROTECTED]> wrote: > > Does anyone know of a pluggable django ticketing app? Something like > the apps used by webhosts for online support? > > > -