Hi There, I'm also a new user of Django, so I understand that the learning curve might be steep, but you should know that Django requires you to actually build things. Ie. There is no built in cms. It is a framework that allows you to construct a content management system, or a web app.
I suggest you run through the tutorial at http://docs.djangoproject.com/en/dev/intro/tutorial01/ or, to get a page started and up on your website, try using the flatpages app, which comes with Django. The docs are at http://docs.djangoproject.com/en/dev/ref/contrib/flatpages/ Django does require you to code in Python and requires at least passing knowledge in coding your own html/css. Are you comfortable with that? Jonathan Gnarlodious wrote: > Hello. I've spent about 8 hours trying to figure out how to get an > actual page in my browser. Are there any clear instructions on how to > get a minimal default? Sorry, I guess I expected a default > configuration that could be modified. All I can see is a page that > tells me "It worked! > Congratulations on your first Django-powered page." > > -- Gnarlie > http://Gnarlodious.com/ > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

