Philip Lee

Results 1 comments of Philip Lee

Here are configs for reference: Django ``` STATIC_URL = '/static/' # make sure STATIC_ROOT has / on end of it otherwise # sitemap won't work. STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles/") #...