Re: Question on Template placement in file system

2015-01-09 Thread JJ Zolper
Generally speaking my impression is most people next to their settings.py file have a "templates" folder. This folder of templates is for templates used across the site. If you are talking app specific then a "templates" folder inside that app is reasonable enough. So for generic templates her

Re: Question on Template placement in file system

2015-01-08 Thread Collin Anderson
Hi, The tutorial suggests A) (for a non-reusable app). https://docs.djangoproject.com/en/1.7/intro/tutorial02/#ref-customizing-your-projects-templates Collin On Tuesday, January 6, 2015 at 10:25:10 AM UTC-5, Tobias Dacoir wrote: > > I have been working through the official Django 1.7 tutorial a