version bump to 220109

This commit is contained in:
Moritz Münch 2022-01-09 22:23:05 +00:00
parent dc5b622123
commit 3ed6923fd0
3 changed files with 8 additions and 3 deletions

View File

@ -82,12 +82,17 @@ Alias /static /path/to/coinmanager/static
# clear django cache # clear django cache
When things arent changing this may help you: When things arent changing this may help you:
``` ```bash
python manage.py shell python manage.py shell
>>> from django.core.cache import cache; cache.clear(); exit() >>> from django.core.cache import cache; cache.clear(); exit()
``` ```
# run tests # run tests
``` ```bash
python manage.py test python manage.py test
``` ```
# activate pyenv on the server
```bash
source pyenv/bin/activate
```

View File

@ -1,3 +1,3 @@
<span class="badge badge-pill badge-light">Version 211101</span> <span class="badge badge-pill badge-light">Version 220109</span>
</body> </body>
</html> </html>

Binary file not shown.