Skip to content

Commit

Permalink
django-netmgt version bump to 0.0.13 with API and caching support
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Oct 29, 2019
1 parent edbbefb commit 7fa28c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions copy/tmp/netmgt-settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.db.DatabaseCache',
'LOCATION': 'core_cache',
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
'LOCATION': 'MEM',
}
}

Expand Down
2 changes: 1 addition & 1 deletion customize
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Put customizations to your image in this file.

NETMGT_VERSION='0.0.11'
NETMGT_VERSION='0.0.13'

PATH=/opt/local/gnu/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/usr/sbin

Expand Down

0 comments on commit 7fa28c1

Please sign in to comment.