comparison docs/usage/troubleshooting.rst @ 8209:01aca0a4f876

py3: officially support Python 3 All tests pass and no known regressions.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 05 Feb 2020 22:28:20 +0100
parents 89e9aef9b983
children d8e65780dbe9
comparison
equal deleted inserted replaced
8208:9948ed9916c4 8209:01aca0a4f876
6 6
7 :Q: **Missing static files?** 7 :Q: **Missing static files?**
8 :A: Make sure either to set the ``static_files = true`` in the .ini file or 8 :A: Make sure either to set the ``static_files = true`` in the .ini file or
9 double check the root path for your http setup. It should point to 9 double check the root path for your http setup. It should point to
10 for example: 10 for example:
11 ``/home/my-virtual-python/lib/python2.7/site-packages/kallithea/public`` 11 ``/home/my-virtual-python/lib/python3.7/site-packages/kallithea/public``
12 12
13 | 13 |
14 14
15 :Q: **Can't install celery/rabbitmq?** 15 :Q: **Can't install celery/rabbitmq?**
16 :A: Don't worry. Kallithea works without them, too. No extra setup is required. 16 :A: Don't worry. Kallithea works without them, too. No extra setup is required.