Carl:  There may be some useful stuff here.  Webfaction is a web hosting 
site that specializes in hosting "long processes" like Django.

http://www.webfaction.com/demos/django

I plan on getting into Django, but I just recently got a whole bunch of 
new work and can't find the time right now.

Carl Karsten wrote:
> I want to make a http://showmedo.com "Getting started with Django"
> 
> I expect it to be about 5 min long.  The goal is not show someone how to be 
> productive, but how easy it is to get started.
> 
> At most 1 min on install python, install django, make sure you can do python 
> -c 
> "import django" without error.
> 
> Then some magic, python manage.py runserver, browse, “Welcome to Django”
> 
> Then some more magic, syncdb, http://127.0.0.1:8000/admin/ "log in"
> 
> Then define a model, view, html, url pattern.  maybe even a public facing 
> form.
> 
> I am a bit fuzzy on what is considered 'best practices' for the 2 magic 
> parts. 
>   I hear what the tutorial/book describes (django-admin.py startproject 
> mysite; 
> startapp myapp) isn't what the the pros do now, or at least what the pros 
> would 
> recommend.  What I haven't heard is an alternative.
> 
> I am tempted to show creating all the files by hand.  (I can't do it all in 5 
> minutes, but some Julia Child moves and sped up video should make it faster 
> than 
> explaining what startproject and startapp do.)
> 
> Any suggestions?  Any writeups that cover this?
> 
> Carl K
> 
> > 
> 

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to