Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #259 from GunpreetAhuja/guide
Browse files Browse the repository at this point in the history
Editing lines 258 to 262 for better understanding
  • Loading branch information
medhach committed Apr 2, 2017
2 parents c598c61 + 76a6765 commit 382f5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Installation Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ EMAIL_HOST_USER = 'pc.mobile.control.center.com'
EMAIL_HOST_PASSWORD = 'alphadeltaepsilon'
EMAIL_PORT = 465
```
Comment out the following lines like so:
The following lines need to be commented or kept as such if already commented:
```
#import dj_database_url
#DATABASES['default'] = dj_database_url.config()
#DATABASES['default'] = dj_database_url.config()
```

## Generate Database Tables Corresponding to Django Models
Expand Down

0 comments on commit 382f5a6

Please sign in to comment.