collect static files elsewhere

This commit is contained in:
Stephen McQuay 2013-04-23 18:06:58 -07:00
parent f89d1e8707
commit d3c9e3e5aa
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ MEDIA_URL = ''
# Don't put anything in this directory yourself; store your static files
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
# Example: "/var/www/example.com/static/"
STATIC_ROOT = ''
STATIC_ROOT = os.path.expanduser('~/tmp/mmg')
# URL prefix for static files.
# Example: "http://example.com/static/", "http://static.example.com/"