# # ChangeLog for sampleserver/settings.py # # Generated by Trac 1.6 # Mar 6, 2025, 3:42:14 AM Tue, 02 Sep 2008 22:10:49 GMT RIck van der Zwet [6235] * README (modified) * sampleserver/settings.py (modified) Installing django extentions the 'official' way as they are currently ... Tue, 19 Aug 2008 18:11:13 GMT roland [6219] * sampleserver/settings.py (modified) made DJANGOROOT in settings.py platform safe by using os.path.join Tue, 19 Aug 2008 17:57:36 GMT roland [6218] * sampleserver/settings.py (moved) moved settings.py.tmpl to settings.py Tue, 19 Aug 2008 17:56:27 GMT roland [6216] * sampleserver/settings.py.tmpl (modified) Changed DJANGOROOT in settings.py to: os.path.dirname(__file__) + ...