diff --git a/repoapi/settings/prod.py b/repoapi/settings/prod.py index 62d76f3..4cffa24 100644 --- a/repoapi/settings/prod.py +++ b/repoapi/settings/prod.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 The Sipwise Team - http://sipwise.com +# Copyright (C) 2015-2020 The Sipwise Team - http://sipwise.com # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the Free @@ -85,7 +85,9 @@ DATABASES = { "PORT": "", } } - +STATICFILES_STORAGE = ( + "django.contrib.staticfiles.storage.ManifestStaticFilesStorage" +) GITWEB_URL = "https://git.mgm.sipwise.com/gitweb/?p={}.git;a=commit;h={}" WORKFRONT_CREDENTIALS = join(BASE_DIR, "/etc/jenkins_jobs/workfront.ini") WORKFRONT_NOTE = True