changed static server

This commit is contained in:
Stephen McQuay 2013-04-24 00:17:48 -07:00
parent 141736b026
commit b3f3a7387f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ STATIC_ROOT = os.path.expanduser('~/tmp/mmg')
# URL prefix for static files.
# Example: "http://example.com/static/", "http://static.example.com/"
STATIC_URL = '/static/'
STATIC_URL = 'http://tmp.mcquay.me/mmg/'
# Additional locations of static files
STATICFILES_DIRS = (