I'm learning Django. I'm just about done with the 4th tutorial, and have printed out the documentation. I'm not a programmer, but know some PHP/MySQL and worked through the first half of a couple of Python books.
One thing that I don't understand is how to get a site online. The tutorials for these web application frameworks always start with some minor detail of a site, like a polls system or a to-do list. I'm just starting, so I need content before I need a poll system. Sorry for these really basic questions, but this part hasn't become clear yet: Is everything in Django an app? For example: * blog posts or content would be one app? * a directory (web sites, businesses or whatever) would be another app? * a forum would be another app? i.e., the only way you create something in Django is to make an app? If I want to make a basic content-based site, would I just do the basic $ python manage.py startapp content Then content would have fields like: author, category, date, content, etc. I hope I am on the right track here. Are there any basic tutorials on how to get a basic web site online with Django (not just a polls or small detail of a web site)? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---