Re: How to serve a static file with django?

2015-12-24 Thread cquptzzq
This problem has troubled me also. In the DJANGO PROJECT website, they said " we want you to put static files on web server instead of using local directories " So,why not? Just drop it on the web server, and then use the http url to load images or css. 在 2015年12月23日星期三 UTC+8下午7:50:52,Dan Bikle写

Re: TemplateDoesNotExist Again

2015-12-24 Thread cquptzzq
Maybe there is a trouble in settings.py. Maybe you got a wrong template dirs. You can try that way. 在 2015年12月21日星期一 UTC+8下午10:06:47,Arindam Pradhan写道: > > Hi I am new to django community, I want to file a bug regarding a > problem similar to this >