What are the steps to build a website?

2013-03-25 Thread Benjamin Marsili
Hey everyone, I am trying to design a website from scratch using django, it's my first time using it and I read the basic tutorials. Now it's time to get things done and I wonder where to begin. I don't want to make design mistakes. Let's take an internet website for example. There would be a p

Re: What are the steps to build a website?

2013-03-25 Thread Benjamin Marsili
t; > > On Mon, Mar 25, 2013 at 8:17 AM, Benjamin Marsili > > wrote: > > Hey everyone, > > > > I am trying to design a website from scratch using django, it's my first > > time using it and I read the basic tutorials. Now it's time to get > thi

Re: What are the steps to build a website?

2013-03-25 Thread Benjamin Marsili
You obviously have a lot of questions, with a lot of variability in the >> answers. >> I highly recommend: https://django.2scoops.org/ >> >> --Tim >> >> >> On Mon, Mar 25, 2013 at 8:17 AM, Benjamin Marsili >> > wrote: >> > Hey everyone, &

Re: What are the steps to build a website?

2013-03-25 Thread Benjamin Marsili
Tom, I build some websites with PHP a long time ago. So I have the concepts, but I miss the tools. Django seems awesome so I decided to give it a try while I start my own project. I am doing point 1) & 2), along the way I came here to check if I'm not heading to a wall. 3) awesome, I'll start

Re: What are the steps to build a website?

2013-03-25 Thread Benjamin Marsili
de. However if you were building > something that has never ever been done before, then you might prototype it > in a single Python script and tidy it up later, so you can quickly adapt. > > Hope this helps a little bit! > > Cal > > > On Mon, Mar 25, 2013 at 11:17 AM,

Re: What are the steps to build a website?

2013-03-25 Thread Benjamin Marsili
I see what you mean. I had in mind details such has the template inheritance, as for the conception I'll find out my own right way. On Monday, March 25, 2013 8:27:05 PM UTC+1, Shawn Milochik wrote: > > On Mon, Mar 25, 2013 at 3:16 PM, Benjamin Marsili > > wrote: > &