Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #12888 > unrolled thread

Re: Prequisites required to learn Django frame work

Started byGelonida N <gelonida@gmail.com>
First post2011-09-07 11:06 +0200
Last post2011-09-07 11:06 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Prequisites required to learn Django frame work Gelonida N <gelonida@gmail.com> - 2011-09-07 11:06 +0200

#12888 — Re: Prequisites required to learn Django frame work

FromGelonida N <gelonida@gmail.com>
Date2011-09-07 11:06 +0200
SubjectRe: Prequisites required to learn Django frame work
Message-ID<mailman.828.1315386401.27778.python-list@python.org>
Hi Shambhu,

On 09/07/2011 09:25 AM, Shambhu Rajak wrote:
> Hi,
> 
> I have been doing python development since last year, I think I should
> learn the famous Django frame work.
> 
>  
> 
> Can any one suggest what are the perquisite required to setup django on
> my local home machine.
> 

Just easyinstall django
This is enough for learning and midsize home grown projects not
requiring a very secure setup.

Django comes with a built in server, which is good enough for learning.
However It should not be used for deployment.

As database engine you can use sqlite3, which is also good enough for
learning.


My above mentioned setup will be working under windows and under linux.


If you want to have something with a better performance, then you have
two things to look at.

Change the data base engine to mysql or postgres.
  mysql / postgres should be installable under Windows

Use a real web server (apache / nginx with uwsgi plugins)
As an intermediate step you could instead of installing a 'real' web
server you could also use a python twisted server


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web