id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 19892,"mysite/mytemplates/ directory introduced in tutorial02, should it be mysite/templates/ ?",James Pic,nobody,"Working on the staticfiles documentation. Jannis said that it would be better to have STATICFILES_DIRS introduced the same way as TEMPLATE_DIRS. But TEMPLATE_DIRS is `mysite/mytemplates/` in [https://docs.djangoproject.com/en/dev/intro/tutorial02/#customizing-your-project-s-templates tutorial02: Customizing your project's templates]. Does this mean that we have to document the example STATICFILES_DIRS as `STATICFILES_DIRS=[os.path.join(BASE_DIR, 'mystatic')]` just like `TEMPLATE_DIRS=[os.path.join(BASE_DIR, 'mytemplates')]` ? Or should `TEMPLATE_DIRS` be changed to `TEMPLATE_DIRS=[os.path.join(BASE_DIR, 'templates')]` so that we could use `STATICFILES_DIRS=[os.path.join(BASE_DIR, 'static')]` ?",Cleanup/optimization,closed,Documentation,dev,Normal,fixed,,James Pic,Unreviewed,0,0,0,0,1,0