This commit is contained in:
Bernhard Posselt 2016-06-05 18:03:58 +02:00
Родитель 6d258b62e1
Коммит aa5f12f6bd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -67,7 +67,7 @@ For more settings, check the [documentation](https://docs.djangoproject.com/en/1
env LC_CTYPE=C tr -dc "a-zA-Z0-9-_\$\?" < /dev/urandom | head -c 64; echo
### Creating The Database Schema
After all settings are adjusted, create the database schema by running the following command:
After all settings are adjusted, create the database schema by running the following command (sqlite database will be automatically created):
python3 manage.py migrate