Closed taschik closed 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
problem solved! just ensure that settings.SECRET_KEY is set and either 16,24 or 32 characters long.
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