Karen,
Thank you for the detailed answer. Currently I am following the Sams
Django in 24 Hours book. The example there gives an uppercase folder
name.
From your response I can see that it would be good practice to stick
to lowercase folders (I will follow that path).
I found that support uppercase folder names could be supported with
MySQL on Windows by switching MySQL to use lower_case_table_names = 0
(like Unix default) in my.ini. I agree with you that changing the
Django core code doesn't seem to be a good idea and appreciate your
advise.
Best Regards,
Tom
On Sep 22, 3:39 pm, "Karen Tracey" <
kmtra...@gmail.com> wrote: