version bump to 220109
This commit is contained in:
parent
dc5b622123
commit
3ed6923fd0
@ -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
|
||||||
|
```
|
||||||
|
@ -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.
Loading…
x
Reference in New Issue
Block a user