I'm setting up a Django site and have used the suggested approach of hosting static and media files in a separate "static only" application. While configuring this I enabled the asked 06 Apr '13, 18:43 chrisch |
Unfortunately no. You have to delete that app and recreate it. answered 06 Apr '13, 18:45 bmeyer71 ♦♦ Thanks for your reply. Just to confirm: deleting it will actually delete it from the filesystem, correct? I ask because one app contains user-uploaded content (e.g., photos). I'd need to temporarily move them out of that directory before making the change? Thanks!
(07 Apr '13, 00:30)
chrisch
Yes, this is correct. Any time you delete an application, the corresponding item under
(07 Apr '13, 00:37)
ryans ♦♦
|