From 035b6a17a402e6f7dc68a7f91f947b3de2302203 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Tue, 31 May 2016 14:05:28 -0400 Subject: [PATCH] Fixes #90 Add alternative way to add Django SES database tables if running Django 1.9 > --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index dd405d39..e3432353 100644 --- a/README.rst +++ b/README.rst @@ -201,6 +201,10 @@ django-ses also comes with a model that lets you store these. To use this feature you'll need to first run ``syncdb``:: python manage.py syncdb + +If you are running Django 1.9 or greater, you'll need to run this command:: + + python manage.py migrate --run-syncdb To collect the statistics, run the ``get_ses_statistics`` management command (refer to next section for details). After running this command the statistics