Skip to content

Commit

Permalink
#1 Local settings email backend set to console.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattesCZ committed Jan 10, 2015
1 parent a684fc8 commit 2c7c3fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mtbmap/settings/local.py
Expand Up @@ -13,3 +13,5 @@

OSM2PGSQL = root('..', '../', 'sw', 'geo', 'osm2pgsql', 'osm2pgsql')
OSM2PGSQL_CACHE = 2048

EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'

0 comments on commit 2c7c3fa

Please sign in to comment.