new api secret system, multiple api secrets, limited scopes, etc...
This commit is contained in:
parent
4307a7fc4d
commit
43791583e0
22 changed files with 404 additions and 156 deletions
1
src/c3nav/mapdata/utils/cache/stats.py
vendored
1
src/c3nav/mapdata/utils/cache/stats.py
vendored
|
@ -14,6 +14,7 @@ from c3nav.mapdata.utils.locations import CustomLocation, get_location_by_id_for
|
|||
|
||||
|
||||
def increment_cache_key(cache_key):
|
||||
print('increment_cache_key', cache_key)
|
||||
try:
|
||||
cache.incr(cache_key)
|
||||
except ValueError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue