Switch to preparestatic (Closes: #593)
collectstatic failes on various test suite files which are not needed to install Mayan EDMS. Switch over to preparestatic, which contains a predefined ignore list.
This commit is contained in:
@@ -185,7 +185,7 @@ Django's development server doesn't serve static files unless the DEBUG option
|
||||
is set to True, this mode of operation should only be used for development or
|
||||
testing. For production deployments the management command::
|
||||
|
||||
$ mayan-edms.py collectstatic
|
||||
$ mayan-edms.py preparestatic
|
||||
|
||||
should be used and the resulting static folder served from a webserver.
|
||||
For more information check the
|
||||
|
||||
Reference in New Issue
Block a user