Static serving in test_paste.ini wasn't pointing at test_user_dev either
Not that it matters too much, but... should point it to the right place :)
This commit is contained in:
parent
ba880861c3
commit
12c340fc07
@ -14,7 +14,7 @@ config = %(here)s/test_mgoblin_app.ini
|
||||
|
||||
[app:publicstore_serve]
|
||||
use = egg:Paste#static
|
||||
document_root = %(here)s/user_dev/media/public
|
||||
document_root = %(here)s/test_user_dev/media/public
|
||||
|
||||
[app:mediagoblin_static]
|
||||
use = egg:Paste#static
|
||||
|
Loading…
x
Reference in New Issue
Block a user