chaugen wrote: > I am new to both Python and Django, and with somewhat limited > programming experience. That being said, the tutorials set up on > Django Project (http://docs.djangoproject.com/en/dev/) are excellent. > I would suggest 'Beginning Python' from O'Brien as well. It took me > only a few days with both the tutorials, and the book to begin > developing some very dynamic web projects. One other resource may be > helpful is 'Practical Django Projects', which will help you build a > Content Managment System and 'get a page in Django!'. > > Rgs > > On Oct 16, 9:08 pm, Gnarlodious <[EMAIL PROTECTED]> wrote: >> I don't know anything about Python except for how to run SQLite >> commands. Mostly my strong point is HTML&CSS. >> >> Is there an example site offered where I can download and install and >> just run it and get a page? If I can study a working configuration >> maybe I can figure it out. It seems like including one working example >> page would really help the beginner get up and running. >> >> Thanks for any help.
The standard advice to run through the tutorial does mean the *whole* tutorial. If you are interested in "just running it and getting a page" all you need to do is skip ahead to section 3, at http://docs.djangoproject.com/en/dev/intro/tutorial03/ There you will see an explanation of URLs and views that should enable you to strike out on your own if you don't want to follow the tutorial. It's not like it's a secret or anything, simply that the tutorial puts in a lot of material about models and the admin site before getting to views that allow you to manipulate that model. This ordering may not be the most helpful for an impatient beginner, but it allows a patient one to relatively quickly get a good understanding of how Django manipulates database content. The ability to use the admin site to maintain data does meant the views are a little more interesting when they do come along. regards Steve-- Steve Holden +1 571 484 6266 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---