This commit is contained in:
Nikos Roussos 2016-02-18 15:25:20 +02:00
Родитель d0026e59d8
Коммит 04fea09e08
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -66,7 +66,7 @@ Building mozillians
#. Create the database tables and run the migrations::
$ docker-compose run web python manage.py syncdb --noinput --migrate
$ docker-compose run web python manage.py migrate --noinput
#. Load the timezone tables to MySQL::