From e469423f5b7c39d1054abad2e0df66fcc36f0620 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Fri, 8 Jan 2016 16:35:27 -0600 Subject: [PATCH] update implementation notes [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c42636..4b45d52 100644 --- a/README.md +++ b/README.md @@ -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):