Commit 4fc44f29 authored by Michal Čihař's avatar Michal Čihař

Document first steps

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d8122d96
...@@ -263,6 +263,9 @@ options: ...@@ -263,6 +263,9 @@ options:
.. seealso:: `SERVER_EMAIL documentation`_ .. seealso:: `SERVER_EMAIL documentation`_
Filling up the database
-----------------------
After your configuration is ready, you can run :samp:`./manage.py syncdb` and After your configuration is ready, you can run :samp:`./manage.py syncdb` and
:samp:`./manage.py migrate` to create database structure. Now you should be :samp:`./manage.py migrate` to create database structure. Now you should be
able to create translation projects using admin interface. able to create translation projects using admin interface.
...@@ -272,7 +275,12 @@ In case you want to run installation non interactively, you can use ...@@ -272,7 +275,12 @@ In case you want to run installation non interactively, you can use
:djadmin:`createadmin` command. :djadmin:`createadmin` command.
You should also login to admin interface (on ``/admin/`` URL) and adjust You should also login to admin interface (on ``/admin/`` URL) and adjust
default site name to match your domain. default site name to match your domain by clicking on :guilabel:`Sites` and there
changing the :samp:`example.com` record to match your real domain name.
Once you are done, you should also check :guilabel:`Performance report` in the
admin interface which will give you hints for non optimal configuration on your
site.
.. note:: .. note::
......
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