Skip to content

Commit

Permalink
update implementation notes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jan 8, 2016
1 parent 3271506 commit e469423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The `Site` model represents the location where an event occured. It is not stri

```python
# myapp/models.py
from wq.db.patterns import models
from django.db import models
from vera.models import BaseSite

class Site(models.IdentifiedModel, models.LocatedModel, BaseSite):
Expand Down

0 comments on commit e469423

Please sign in to comment.