Re: Django and Linux distros

2008-05-21 Thread Gustavo Noronha Silva
On Mon, 2008-05-19 at 10:30 +0200, Matthias Kestenholz wrote: > > just use > > sudo apt-get install python-django > I'd _not_ recommend installing the django version from the ubuntu > package. If you begin with a new project (or if you begin to learn > django even!) you should start with a subve

Re: Django and Linux distros

2008-05-19 Thread Kevin Monceaux
On Mon, 19 May 2008, Gene Campbell wrote: > I totally agree. I took this path over the last 5 years: redhat (1 > yr) -> gentoo (3 yrs)-> archlinux (6 mos) -> pclinuxos (1 day) -> > ubuntu (6 mos) I took a similar path. I started with Slackware back in the 1.xx kernel days. Recently I did

Re: Django and Linux distros

2008-05-19 Thread lhonda
Hi John, I have Ubuntu in my Macbook. I think you can try to use Eric, because it provides debugging, project support, syntax highlighting, code completion. Ubuntu works fine and it provides tons of Free/Open Source software. Regards, Luiz Honda On May 16, 7:24 am, JonSidnell <[EMAIL PROTECTED

Fwd: Django and Linux distros

2008-05-19 Thread Gene Campbell
Oh right, I read that somewhere else - use the svn version. Sorry, I'm very new to django, and really just wanted to say 1. What LInux OS I use 2. How much I am so totally impressed with Django and Python (after years of suffering with Java.) I most certainly didn't want to imply I knew anyth

Re: Django and Linux distros

2008-05-19 Thread Matthias Kestenholz
On Mon, 2008-05-19 at 10:30 +0200, Matthias Kestenholz wrote: > On Mon, 2008-05-19 at 19:10 +1200, Gene Campbell wrote: > > I totally agree. I took this path over the last 5 years: redhat (1 > > yr) -> gentoo (3 yrs)-> archlinux (6 mos) -> pclinuxos (1 day) -> > > ubuntu (6 mos) > > > > I love

Re: Django and Linux distros

2008-05-19 Thread Matthias Kestenholz
On Mon, 2008-05-19 at 19:10 +1200, Gene Campbell wrote: > I totally agree. I took this path over the last 5 years: redhat (1 > yr) -> gentoo (3 yrs)-> archlinux (6 mos) -> pclinuxos (1 day) -> > ubuntu (6 mos) > > I loved Gentoo, taught me quite a bit. Now I love Ubuntu for the > opposite rea

Re: Django and Linux distros

2008-05-19 Thread Gene Campbell
I totally agree. I took this path over the last 5 years: redhat (1 yr) -> gentoo (3 yrs)-> archlinux (6 mos) -> pclinuxos (1 day) -> ubuntu (6 mos) I loved Gentoo, taught me quite a bit. Now I love Ubuntu for the opposite reasons. I like not having to do much to keep my machine going. I'm n

Re: Django and Linux distros

2008-05-18 Thread Ramdas S
I have tried almost all popular linux distros and finally zeroed on Ubuntu. It might still have a few glitches, but by far is the best of the debian based distros, and when it comes to stability and ease of use Debian beats RedHat and its clones! You have Ubuntu, all you need to do is play aroun

Re: Django and Linux distros

2008-05-18 Thread Jeff Anderson
JonSidnell wrote: What works for you? I have quite the interesting setup... At work, we use Fedora. I often work on personal things at work when not on the clock. Not my first choice of linux distro, but it works just fine for doing my django stuff. At home, I use arch linux. It is for m

Re: Django and Linux distros

2008-05-18 Thread Oscar Carlsson
I use OS X + (vim|mysql|svn) while developing and (FreeBSD|Gentoo) in production :) The only thing I'm missing is omnicompletion for django, haven't been able to figure out how to do it myself :( Oscar JonSidnell wrote: > Hi everyone > > I'm suddenly struck by the notion that I would like to

Re: Django and Linux distros

2008-05-16 Thread Steven Armstrong
JonSidnell wrote on 05/16/08 12:24: > Hi everyone > > I'm suddenly struck by the notion that I would like to be dev'ing > Django on Linux of some flavour rather than Windows. > > It's been a wee while since I stuck my toes in the Linux waters, so I > was wondering if anyone here has any recommen

Re: Django and Linux distros

2008-05-16 Thread JonSidnell
Thanks for the feedback everyone! The deed is done and I've got myself set up with Ubuntu Desktop, MySQL all working with Django, and gedit customised a la http://grigio.org/pimp_my_gedit_was_textmate_linux to act a bit more like Textmate. I'm liking it so far :) Cheers Jon On May 16, 11:24 am,

Re: Django and Linux distros

2008-05-16 Thread Javier Rivera
> What works for you? Ubuntu + Eric4 as ide + Mysql. Javier. --~--~-~--~~~---~--~~ 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 f

Re: Django and Linux distros

2008-05-16 Thread Matic Žgur
I'm using Ubuntu, vim, sqlite3, svn and Django development server. Matic Žgur On Fri, May 16, 2008 at 2:59 PM, Almir Karic <[EMAIL PROTECTED]> wrote: > > On Fri, May 16, 2008 at 12:24 PM, JonSidnell <[EMAIL PROTECTED]> wrote: >> What works for you? > > debian & vim, tho i'm considering switching

Re: Django and Linux distros

2008-05-16 Thread Valts Mazurs
Ubuntu for desktop. FreeBSD and OpenBSD for production server. Regards, Valts. On Fri, May 16, 2008 at 3:59 PM, Almir Karic <[EMAIL PROTECTED]> wrote: > > On Fri, May 16, 2008 at 12:24 PM, JonSidnell <[EMAIL PROTECTED]> wrote: > > What works for you? > > debian & vim, tho i'm considering switchi

Re: Django and Linux distros

2008-05-16 Thread Almir Karic
On Fri, May 16, 2008 at 12:24 PM, JonSidnell <[EMAIL PROTECTED]> wrote: > What works for you? debian & vim, tho i'm considering switching to openbsd as my primary OS. -- For far too long, power has been concentrated in the hands of "root" and his "wheel" oligarchy. We have instituted a dictato

Re: Django and Linux distros

2008-05-16 Thread Kevin Monceaux
Jon, On Fri, 16 May 2008, JonSidnell wrote: > I'm suddenly struck by the notion that I would like to be dev'ing > Django on Linux of some flavour rather than Windows. Congratulations!!! > It's been a wee while since I stuck my toes in the Linux waters, so I > was wondering if anyone here has

Re: Django and Linux distros

2008-05-16 Thread Jarek Zgoda
JonSidnell pisze: > It's been a wee while since I stuck my toes in the Linux waters, so I > was wondering if anyone here has any recommendations for a dev machine > setup? Due to the django host I've signed with, I'm largely stuck with > MySQL, and don't mind using the manage.py dev server while

Re: Django and Linux distros

2008-05-16 Thread Andre Meyer
hi Jon ubuntu certainly works like a charm and you may want to use eclipse with pydev, just like on windows. i use it on both platforms (even on the same machine using a shared partition). cheers André On Fri, May 16, 2008 at 12:24 PM, JonSidnell <[EMAIL PROTECTED]> wrote: > > Hi everyone > >

Re: Django and Linux distros

2008-05-16 Thread Kenneth Gonsalves
On 16-May-08, at 3:54 PM, JonSidnell wrote: > What works for you? try mandriva spring 2008 - perfect for people migrating from the windows world -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/code/ --~--~-~--~~~---~--~~ You receive

Re: Django and Linux distros

2008-05-16 Thread Gabriel
JonSidnell gmail.com> writes: > > > Hi everyone > > I'm suddenly struck by the notion that I would like to be dev'ing > Django on Linux of some flavour rather than Windows. > > It's been a wee while since I stuck my toes in the Linux waters, so I > was wondering if anyone here has any recomm

Django and Linux distros

2008-05-16 Thread JonSidnell
Hi everyone I'm suddenly struck by the notion that I would like to be dev'ing Django on Linux of some flavour rather than Windows. It's been a wee while since I stuck my toes in the Linux waters, so I was wondering if anyone here has any recommendations for a dev machine setup? Due to the django