Skip to content

Commit

Permalink
Merge pull request #263 from cfc603/site_runtime_error
Browse files Browse the repository at this point in the history
Include instructions on settings up Sites framework
  • Loading branch information
paltman authored Jul 28, 2016
2 parents b672b7e + a30fd85 commit cb7ccde
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,17 @@ available to customize your integration.
#### Installed Apps

# settings.py
INSTALLED_APPS += ["pinax.stripe"]
INSTALLED_APPS = (
...
"django.contrib.sites",
...
"pinax.stripe",
)

#### Set `SITE_ID` for the `Sites` framework

# settings.py
SITE_ID = 1

#### Creating the `pinax-stripe` database tables

Expand Down

0 comments on commit cb7ccde

Please sign in to comment.