Skip to content

Commit

Permalink
Adding comment to local_settings.py.example.
Browse files Browse the repository at this point in the history
This should help illustrate the option of using memcached for less painful development.

Change-Id: I8eb92381290294ee22872ba993d3c69947b9dbfc
  • Loading branch information
jakedahn committed Nov 30, 2011
1 parent b9dd8cb commit 058c284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openstack-dashboard/local/local_settings.py.example
Expand Up @@ -14,6 +14,9 @@ DATABASES = {
},
}

# We recommend you use memcached for development; otherwise after every reload
# of the django development server, you will have to login again. To use
# memcached set CACHE_BACKED to something like 'memcached://127.0.0.1:11211/'
CACHE_BACKEND = 'locmem://'

# Send email to the console by default
Expand Down

0 comments on commit 058c284

Please sign in to comment.