File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 225225
226226CACHES = {
227227 'default' : env .cache (default = 'redis://127.0.0.1:6379/1?TIMEOUT=86400&KEY_PREFIX=fluentdemo' ),
228+ 'axes' : env .cache (default = 'dummycache://' ),
228229}
229230
230231DATABASES = {
290291ADMIN_TOOLS_APP_INDEX_DASHBOARD = 'fluent_dashboard.dashboard.FluentAppIndexDashboard'
291292ADMIN_TOOLS_MENU = 'fluent_dashboard.menu.FluentMenu'
292293
294+ AXES_CACHE = 'axes'
293295AXES_LOGIN_FAILURE_LIMIT = 6
294296AXES_COOLOFF_TIME = 1 # hours
295297AXES_IP_WHITELIST = INTERNAL_IPS
Original file line number Diff line number Diff line change 55# Safe defaults to allow startups without many settings.
66CACHES ['default' ] = env .cache (default = 'locmemcache://' )
77CACHES ['axes' ] = env .cache (default = 'dummycache://' )
8- AXES_CACHE = 'axes'
98
109# Need to different way to get the release, since there is no .git folder to read.
1110try :
You can’t perform that action at this time.
0 commit comments