RE: first steps with django

2013-03-24 Thread Babatunde Akinyanmi
I love this post Sent from my Windows Phone -- From: Jeffrey Black Sent: 3/24/2013 4:22 PM To: django-users@googlegroups.com Cc: django-users@googlegroups.com Subject: Re: first steps with django Give this a look first. http://www.jeffknupp.com/blog/2012/10/24

Re: first steps with django

2013-03-24 Thread John
On 24/03/13 15:26, Shawn Milochik wrote: > On Sun, Mar 24, 2013 at 11:21 AM, Jeffrey Black > wrote: >> Give this a look first. >> >> http://www.jeffknupp.com/blog/2012/10/24/starting-a-django-14-project-the-right-way/ >> >> jb > That's a good post. I give a hearty +1 to virtualenv, South, Fabric,

Re: first steps with django

2013-03-24 Thread Shawn Milochik
On Sun, Mar 24, 2013 at 11:21 AM, Jeffrey Black wrote: > Give this a look first. > > http://www.jeffknupp.com/blog/2012/10/24/starting-a-django-14-project-the-right-way/ > > jb That's a good post. I give a hearty +1 to virtualenv, South, Fabric, and git. -- You received this message because you

Re: first steps with django

2013-03-24 Thread Jeffrey Black
Give this a look first. http://www.jeffknupp.com/blog/2012/10/24/starting-a-django-14-project-the-right-way/ jb On Mar 24, 2013, at 5:23 AM, My Wasteland wrote: > Hi list, > > I am a Django newbie. I have been going through the official tutorial on my > local machine. I have got some general

Re: first steps with django

2013-03-24 Thread Shawn Milochik
You should develop locally, because you are guaranteed to make mistakes that will crash the app and expose debug information you don't want exposed during development. If your hosting provider provides a one-click installation, it will probably set up its environment different than the one on you

first steps with django

2013-03-24 Thread My Wasteland
Hi list, I am a Django newbie. I have been going through the official tutorial on my local machine. I have got some general questions: 1. Where should I develop my Django applications? Should I still do it on my local machine and then transfer them somehow to a hosting provider I'm with? Or sh