Re: Designing the model of a website

2008-09-28 Thread Ray Smith
ngo will add an "id" field to each of your tables which will be the primary key (this is the default behavior but can be changed). The names of your URL's are defined in the URL dispatcher, see http://docs.djangoproject.com/en/dev/topics/http/urls/ Regards, Ray Smith http://Raymo

Re: Help to get going with Django

2008-09-19 Thread Ray Smith
command? Have I missed a step > Hi Jason, The "command line" isn't the Python interpreter. You can start a "command prompt" by clicking on the "start" button, "Accessories", "Command Prompt". I'd suggest you also do a search for a t

Re: Admin interface troubles

2008-09-16 Thread Ray Smith
Hi, There are backwards incompatible changes between 0.96 and 1.0 for admin. A good source (plus screencast) is available at: http://oebfare.com/blog/2008/jul/20/newforms-admin-migration-and-screencast/ It also has links back to the main doco. Ray Smith http://RaymondSmith.com [EMAIL

Re: Where is the source code for Practical Django Projects?

2008-09-02 Thread Ray Smith
I'd be pretty sure 99.999% of Django people are happy for James to keep working 1.0 final released before getting the fully updated source code for the book completed ;) Regards, Ray Smith http://RaymondSmith.com On Tue, 2 Sep 2008 18:13:34 -0700 (PDT), Joeyx2 <[EMAIL PROTECTED

Re: django web hosting

2008-09-02 Thread Ray Smith
Hi, Have you looked at: http://djangofriendly.com/hosts/ Regards, Ray Smith http://RaymondSmith.com On Tue, 2 Sep 2008 16:30:56 -0700 (PDT), Ed Wong <[EMAIL PROTECTED]> wrote: > > hi all, > > i am looking for a good web host for my django website. does anyone >

Re: Problems With The Tutorial

2008-08-27 Thread Ray Smith
o-admin.py startproject mysite then cd mysite is there a "manage.py" file in that directory? Regards, Ray Smith http://RaymondSmith.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&

Re: numerous problems with the source code in this book

2008-08-21 Thread Ray Smith
Hi, I'm half way through the book (using 1.0 beta). I have made a couple of changes as I went through. What is the current error you have? (Looking back through the archives of django users I believe the author is still working on updated versions of the source code). Regards, Ray