Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
[COOK-2753] Update README to reflect changes in Django cookbook
Browse files Browse the repository at this point in the history
The Django settings template was changed to use the keyword "adapter" instead of "engine", but the documentation still used the old keyword "engine".
  • Loading branch information
sethvargo committed Oct 1, 2013
1 parent 62fd55f commit f0eb9ef
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 @@ -117,7 +117,7 @@ application 'packaginator' do
collectstatic 'build_static --noinput'
database do
database 'packaginator'
engine 'postgresql_psycopg2'
adapter 'postgresql_psycopg2'
username 'packaginator'
password 'awesome_password'
end
Expand Down

0 comments on commit f0eb9ef

Please sign in to comment.