Skip to content

Commit

Permalink
Small improvement to README to improve readibility
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour authored May 30, 2021
1 parent 5750d03 commit 20651df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DJANGO_DEBUG=False python3 manage.py runserver
Will set DEBUG=False in the settings.py

# advanced usage
You can also replace nested settings like DATABASES by setting a JSON file
You can also replace nested settings like DATABASES by setting a JSON
```bash
DJANGO_DATABASES='{ "default": { "ENGINE": "django.db.backends.sqlite3", "NAME": "db.sqlite3" } }' python3 manage.py runserver
```

0 comments on commit 20651df

Please sign in to comment.