GoodCloud / django-zebra

Forms, widgets, template tags and examples that make Stripe + Django easier.
MIT License
194 stars 68 forks source link

zebra not syncing with database on makemigrations? #46

Open geoffrey-eisenbarth opened 8 years ago

geoffrey-eisenbarth commented 8 years ago

Using Django 1.9.4 with mezzanine 4.1.0.

Upon installation (zebra was under INSTALLED_APPS, included URLS, had the Stripe API keys, and had ZEBRA_ENABLE_APP set to true), the necessary tables in my PostgreSQL table were not created by a normal manage.py makemigrations but I had to run makemigrations zebra in order to get this to work.