Enable caching via DB and update cache timeouts
This commit is contained in:
parent
9ce5d525b3
commit
27c7238a82
11 changed files with 281 additions and 283 deletions
|
|
@ -22,5 +22,8 @@ uv run python manage.py migrate
|
|||
echo "Loading seed data..."
|
||||
uv run python manage.py loaddata seed/0*
|
||||
|
||||
echo "Creating cache table..."
|
||||
uv run python manage.py createcachetable
|
||||
|
||||
echo "Seeding default friend codes..."
|
||||
uv run python manage.py seed_default_friend_codes
|
||||
Loading…
Add table
Add a link
Reference in a new issue