From b3f3a7387f9f277e7e44a018cd4e701f5defe978 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Wed, 24 Apr 2013 00:17:48 -0700 Subject: [PATCH] changed static server --- mmg/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmg/settings.py b/mmg/settings.py index 0631175..f796ca7 100644 --- a/mmg/settings.py +++ b/mmg/settings.py @@ -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 = (