Re: Still Learning...!

2009-04-07 Thread TP
Thanks for the help guys, much appreciated! I have now made a simple HTML web page. I am struggling as to where I should locate the Django-admin app --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Still Learning...!

2009-04-07 Thread Russell Keith-Magee
On Tue, Apr 7, 2009 at 7:41 PM, dls wrote: > > Russ - can you name some of the books and blogs that are devoted to > this? I'm interesting in seeing how Django would be used as a > component of a larger site, instead of "being the site". I'm an > embedded engineer, so web programming is still pre

Re: Still Learning...!

2009-04-07 Thread dls
Russ - can you name some of the books and blogs that are devoted to this? I'm interesting in seeing how Django would be used as a component of a larger site, instead of "being the site". I'm an embedded engineer, so web programming is still pretty new to me - which is probably why my response to p

Re: Still Learning...!

2009-04-06 Thread Russell Keith-Magee
On Tue, Apr 7, 2009 at 2:14 AM, dls wrote: > > I think the easiest way to get started is to follow the "Creating a > project" instructions from the Django documentation: > > http://docs.djangoproject.com/en/dev/intro/tutorial01/#intro-tutorial01 > > It is my understanding that these steps are nec

Re: Still Learning...!

2009-04-06 Thread dls
I think the easiest way to get started is to follow the "Creating a project" instructions from the Django documentation: http://docs.djangoproject.com/en/dev/intro/tutorial01/#intro-tutorial01 It is my understanding that these steps are necessary if you want to use the Django framework. I think

Still Learning...!

2009-04-06 Thread TP
Hi, Just wondering what the best way to add Django Apps to a webpage is? Is is best to create the Apps first then add them to the website? Or visa versa? I have a created HTML Website and want to add a Calendar & Django- Registration App to it. I have read the documentation but I am still a l