stephenmuss / django-ios-notifications

Django iOS Notifications makes it easy to send push notifications to iOS devices
Other
230 stars 72 forks source link

Error on Migrate #42

Closed taschik closed 10 years ago

taschik commented 10 years ago

I setup everything like you described in your howto. But the 4th step - migration - runs into the following error. What is the problem here?

meibookproretina:project $ ./manage.py migrate ios_notifications ValueError: AES key must be either 16, 24, or 32 bytes long

taschik commented 10 years ago

problem solved! just ensure that settings.SECRET_KEY is set and either 16,24 or 32 characters long.