Commit 2ec87e0fd933818c5296b5581f9340e6de9d020e
1 parent
11137fb4
Exists in
master
and in
1 other branch
Merge dev
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/pyros/settings.py
... | ... | @@ -29,7 +29,7 @@ MODULES_VERSIONS = { |
29 | 29 | # Set MYSQL to False if you want to use SQLITE |
30 | 30 | # This line MUST NOT be changed at all except from changing True/False |
31 | 31 | # (or install_requirements script will become invalid) |
32 | -MYSQL = True | |
32 | +MYSQL = False | |
33 | 33 | |
34 | 34 | import os |
35 | 35 | ... | ... |