#12956: More specificity would be more good ---------------------------+------------------------------------------------ Reporter: mitchf | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.2-beta Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ URL: http://docs.djangoproject.com/en/dev/intro/tutorial03/#intro- tutorial03 (Section: Write views that actually do something)
I'm running through your 4-part Django tutorial. This being my first tutorial and project in Django, I am looking for concrete best practices and not vague statements like "First, create a directory, somewhere on your filesystem, whose contents Django can access. (Django runs as whatever user your server runs.) Don't put them under your document root, though. You probably shouldn't make them public, just for security's sake." Everything in Django is just days old to me. It would so much more helpful for you say "First, create the directory 'templates' in your 'mysite' directory. Make sure Django can access the directory and don't make it public, for security's sake", unless of course it is best practice for these files to live in the application directories and not the project directory. As a new user I desperately need clear steps and best practices. -- Ticket URL: <http://code.djangoproject.com/ticket/12956> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.