Open ebecollege opened 10 years ago
We have a branch on pinax-project-account (the project this is based on) for 1.7 support. We should get it wrapped up soon so we can upgrade teams.
https://github.com/pinax/pinax-project-account/compare/django-1.7
Hopefully this can help unblock you.
Great thank you!
Issue can be closed.
Looking to use Django 1.7 for this project to be able to use new http module JsonResponse. Upgrading appears to break the project though. First couple issues I ran into are:
1- django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.
2 - ImproperlyConfigured: Put 'django.contrib.admin' in your INSTALLED_APPS setting in order to use the admin application.