Commit 0b3482924d2840c76b5e70cf2dbb122bef8bdeca

Authored by Gust
1 parent c548b5aa

Change settings.yaml to settings.py

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -64,7 +64,7 @@ To run Colab with development server you will have to: @@ -64,7 +64,7 @@ To run Colab with development server you will have to:
64 64
65 .. code-block:: 65 .. code-block::
66 66
67 - colab-admin initconfig > /etc/colab/settings.yaml 67 + colab-admin initconfig > /etc/colab/settings.py
68 68
69 2- Edit the configuration file. Make sure you set everything you need including **database** credentials. 69 2- Edit the configuration file. Make sure you set everything you need including **database** credentials.
70 70