Commit 0b3482924d2840c76b5e70cf2dbb122bef8bdeca
1 parent
c548b5aa
Exists in
master
and in
28 other branches
Change settings.yaml to settings.py
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.rst
| ... | ... | @@ -64,7 +64,7 @@ To run Colab with development server you will have to: |
| 64 | 64 | |
| 65 | 65 | .. code-block:: |
| 66 | 66 | |
| 67 | - colab-admin initconfig > /etc/colab/settings.yaml | |
| 67 | + colab-admin initconfig > /etc/colab/settings.py | |
| 68 | 68 | |
| 69 | 69 | 2- Edit the configuration file. Make sure you set everything you need including **database** credentials. |
| 70 | 70 | ... | ... |