Changeset ed5797d


Ignore:
Timestamp:
Sep 9, 2012, 6:43:39 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
52a6940
Parents:
5f07d50
git-author:
Alex Dehnert <adehnert@…> (09/08/12 21:41:52)
git-committer:
Alex Dehnert <adehnert@…> (09/09/12 06:43:39)
Message:

Set up STATIC_URL by default

This works for ./manage.py runserver. We'll see if it breaks things horribly
for the scripts-hosted sites. I believe those handle this in their
local_settings.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/settings.py

    r7a986f2 red5797d  
    6767# Examples: "http://media.lawrence.com", "http://example.com/media/"
    6868MEDIA_URL = SITE_WEB_PATH + '/media/'
     69
     70STATIC_URL = SITE_WEB_PATH + '/static/'
    6971
    7072# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
Note: See TracChangeset for help on using the changeset viewer.