Skip to content

Commit

Permalink
Add info about database creation
Browse files Browse the repository at this point in the history
  • Loading branch information
modrzew committed Jul 21, 2016
1 parent 47dd4fe commit d4e6933
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ ACCOUNTS = [
]
```

### Setting up database

Run python REPL and:

```python
import db
db.Base.metadata.create_all(db.get_engine())
```

## License

See [LICENSE](LICENSE).

0 comments on commit d4e6933

Please sign in to comment.