Re: Install Django in a Production server!

2010-03-11 Thread Massimiliano Bertinetti
v > Using Django on Apache with mod_python in production - it's a bad idea! > wsgi or fcgi is better start point. > http://docs.djangoproject.com/en/dev/howto/deployment/ > > > Massimiliano Bertinetti schrieb: > > If I understand, you want information about instal

Re: Install Django in a Production server!

2010-03-11 Thread Massimiliano Bertinetti
If I understand, you want information about installing python/django in a production enviroment (ex-novo). I recently do this on a Linode Virtual Ubuntu Server and I think you can do the same. Here a tutorial: http://library.linode.com/web-frameworks/django I'm not a Linode man! What you find on

Re: Django book

2010-03-01 Thread Massimiliano Bertinetti
Il giorno lun, 01/03/2010 alle 09.21 -0500, Shawn Milochik ha scritto: > I highly recommend "The Definitive Guide," second edition. Then you'll know > 1.1, and then learning the new stuff in 1.2 will be easy enough from the > online docs. > > The transition from 1.1 to 1.2, although it adds new

Django book

2010-03-01 Thread Massimiliano Bertinetti
Hello. Someone know if any publisher is planning a django book updated to 1.2? Or someone can suggest how to print the online doc without too much trouble. I'm in difficult at reading on my monitor, I prefer a printed copy Max-B -- You received this message because you are subscribed to

Re: Django IDE

2010-02-15 Thread Massimiliano Bertinetti
I have the professional (since I use for work). But if you want to create an open source project you can ask for a license for free. See their site for more info. Max-B Il giorno lun, 15/02/2010 alle 23.34 +1100, Tran Cao Thai ha scritto: > i used to use wingware for a while. It 's cool, fa

Re: Django IDE

2010-02-15 Thread Massimiliano Bertinetti
WingIDE, EricIDE Il giorno dom, 14/02/2010 alle 20.59 -0800, dj_vishal ha scritto: > Hello > >Hi to all am new to the Django Framework.am learning django >Which IDE is suitable for Django ..plz help me in right way > >Thanks in Advance >vishal >2009vis...@gmail.com > -- > Vi

Production site.

2010-02-08 Thread Massimiliano Bertinetti
Hi all, I finally put my first, little django site in production. This was my first work in django after several php site (cake, zend, joomla, magento and so on...). I take a VPS Hosting with Ubuntu 9.10 64 bit - the same linux distro I use for work and try to put in production the site w

Re: django taking data from zimbra

2009-09-17 Thread Massimiliano Bertinetti
I already connect via LDAP, and here I can find only user information. Il giorno gio, 17/09/2009 alle 08.44 -0300, Gonzalo Delgado ha scritto: > El Thu, 17 Sep 2009 10:47:06 +0200 > Massimiliano Bertinetti escribió: > > > Sorry guys I have a question without answer.. I n

django taking data from zimbra

2009-09-17 Thread Massimiliano Bertinetti
Sorry guys I have a question without answer.. I need to write an application that take adressbook and appointent/calendar from zimbra and manipulate them and relate on table in a django application. For example writing invoice for the contact I have on zimbra. I find just very old doc on the