Skip to content

Commit

Permalink
Make SASS compilation work in dev VM again (Cadasta#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-ross authored and manoramahp committed Sep 27, 2016
1 parent 19b68d3 commit a3ff529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cadasta/config/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
DEFAULT_FILE_STORAGE = 'buckets.test.storage.FakeS3Storage'
MEDIA_ROOT = os.path.join(os.path.dirname(BASE_DIR), 'core/media')
MEDIA_URL = '/media/'
SASS_PROCESSOR_ROOT = os.path.join(os.path.dirname(BASE_DIR), 'core/static')

# Use HTTP for OSM for testing only, to make caching tiles for
# functional tests a bit simpler.
Expand Down

0 comments on commit a3ff529

Please sign in to comment.