Commit f545170c authored by Michal Čihař's avatar Michal Čihař

Document running Django builtin server

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent a516222f
...@@ -498,7 +498,17 @@ Running server ...@@ -498,7 +498,17 @@ Running server
-------------- --------------
Running Weblate is not different from running any other Django based Running Weblate is not different from running any other Django based
application. application. Django is usually executed as uwsgi or fcgi (see examples for
different webservers below).
For testing purposes, you can use Django builtin web server:
.. code-block:: sh
./manage.py runserver
Serving static files
++++++++++++++++++++
It is recommended to serve static files directly by your web server, you should It is recommended to serve static files directly by your web server, you should
use that for following paths: use that for following paths:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment