Django and staticfiles questions
问题 The more I learn Django, the more I discover new things. I read the official docs, stackoverflow and google but I still have doubts. What's the correct/normal way to organize our static files? I mean folders and settings.py I have something like: CURRENT_PATH = os.path.dirname(__file__) STATIC_ROOT = os.path.join(CURRENT_PATH, 'static') STATIC_URL = '/static/' Ok, Im going to collect all my apps statics on ~/static/ I created a static/appname folder on every app and I put all my app's static