Skip to content

Commit

Permalink
Fixed indentation on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sureiya committed Nov 13, 2013
1 parent 658f2d1 commit 8f7d34b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Setup
```python
# settings.py
INSTALLED_APPS = (
...
'south',
'django_clickbank',
...
...
'south',
'django_clickbank',
...
)
```

Expand All @@ -56,7 +56,7 @@ INSTALLED_APPS = (
```python
urlpatterns = patterns('',
...
url(r'^', include('django_clickbank.urls')),
url(r'^', include('django_clickbank.urls')),
...
)
```
Expand Down Expand Up @@ -84,8 +84,8 @@ CLICKBANK_SECRET_KEY = <key generated in step 6>
```python
# settings.py
LOGGING['loggers']['django_clickbank.notications' = {
'handlers': ['console'], # Change handlers if you want. Logging levels are DEBUG and INFO
'propogate': True,
'handlers': ['console'], # Change handlers if you want. Logging levels are DEBUG and INFO
'propogate': True,
}
```
9. Test it out.
Expand Down

0 comments on commit 8f7d34b

Please sign in to comment.