Starting with localisation

This commit is contained in:
Raphael Michel
2014-09-11 11:19:06 +02:00
parent 5243bba883
commit cc6d624f57
6 changed files with 115 additions and 3 deletions
+10 -2
View File
@@ -36,9 +36,18 @@ Then, create the local database::
python manage.py syncdb
Create the translation files
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To generate updated translation files, run a::
make localegen
To compile the language files for use, run::
make localecompile
Run the development server
^^^^^^^^^^^^^^^^^^^^^^^^^^
Execute::
python manage.py runserver
@@ -47,7 +56,6 @@ to start a local development webserver on port 8000.
Static code checks
^^^^^^^^^^^^^^^^^^
Before you check in your code into git, always run::
flake8 .