This commit is contained in:
Matjaž Horvat 2014-09-25 21:17:44 +02:00
Родитель fa61f6b213
Коммит 8120e64003
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -27,12 +27,11 @@ Pontoon is basedon on [Playdoh](https://github.com/mozilla/playdoh). To set it u
6. Run the development server:
* `./manage.py runserver`
* Point your browser to [http://localhost:8000](http://localhost:8000)
7. (optional) To add and edit projects at [http://localhost:8000/admin/](http://localhost:8000/admin/), first create admin account:
* `./manage.py createsuperuser`
__Mac users__: see workarounds for possible issues with [installing requirements](/../../issues/16) or [syncing database](/../../issues/18).
You can also add your own project at [http://localhost:8000/admin/](http://localhost:8000/admin/), but you need an admin account for that:
* `./manage.py createsuperuser`
Local settings
--------------
* `MICROSOFT_TRANSLATOR_API_KEY`: set [Microsoft Translator API key](http://msdn.microsoft.com/en-us/library/hh454950) to use machine translation.