Skip to content
Snippets Groups Projects
Commit 7ea675ca authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Update config default value for sqlite database name

parent 54666888
Branches
No related merge requests found
......@@ -6,7 +6,7 @@ If modifying these values at all, please copy to a new "config.py" file and edit
# SqLite connection values.
sqlite_config = {
'location': 'db_location'
'location': 'db.sqlite3'
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment