取消cache areas info

This commit is contained in:
caoqianming 2023-02-17 00:12:19 +08:00
parent 989e0930f2
commit e0945986a3
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ from rest_framework.routers import DefaultRouter
API_BASE_URL = 'api/am/'
HTML_BASE_URL = 'am/'
cache_areas_info()
# cache_areas_info()
router = DefaultRouter()
router.register('area', AreaViewSet, basename='area')
router.register('access', AccessViewSet, basename='access')

View File

@ -11,12 +11,12 @@ psutil==5.9.0
pillow==9.0.1
opencv-python==4.5.5.62
daphne==3.0.2
redis==4.1.4
redis==4.4.0
django-redis==5.2.0
user-agents==2.2.0
daphne==3.0.2
daphne==4.0.0
channels==3.0.4
channels-redis==3.4.0
channels-redis==4.0.0
django-restql==0.15.2
shapely==1.8.3
aliyun-python-sdk-core==2.13.36