Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rusev committed Jun 8, 2011
1 parent 4a6c87b commit b816390
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Expand Up @@ -17,20 +17,16 @@ the database creation and the test run
2. Add ``django_better_tests`` to your INSTALLED_APPS in settings.py:

INSTALLED_APPS = (
...
'django_better_tests',
...
'django_better_tests',
)


3. Add test database details in settings.py

DATABASES = {
'default': {
'ENGINE': '',

},
'test': {
'default':{
'ENGINE':''},
'test':{
'ENGINE': '',
'NAME': 'test_database',
}
Expand Down

0 comments on commit b816390

Please sign in to comment.