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
When things arent changing this may help you:
```
```bash
python manage.py shell
>>> from django.core.cache import cache; cache.clear(); exit()
```
# run tests
```
```bash
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>
</html>

Binary file not shown.