Browse Source

Merge pull request #19 from BridgeCityBicycleCoop/development

One day this will be good
feature/python-error-tracking
Drew Larson 8 years ago
committed by GitHub
parent
commit
8883550e1b
  1. 2
      bikeshop_project/bikeshop/settings/production.py

2
bikeshop_project/bikeshop/settings/production.py

@ -40,5 +40,5 @@ LOGGING = {
WEBPACK_LOADER.update({
'BUNDLE_DIR_NAME': 'assets/dist/',
'STATS_FILE': os.path.join(BASE_DIR, '../../webpack-stats-prod.json')
'STATS_FILE': os.path.join(BASE_DIR, '../webpack-stats-prod.json')
})

Loading…
Cancel
Save