pinax / pinax-project-teams

a starter project that has account management, profiles, teams and basic collaborative content.
20 stars 6 forks source link

Django 1.7 support #2

Open ebecollege opened 10 years ago

ebecollege commented 10 years ago

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.

brosner commented 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.

ebecollege commented 10 years ago

Great thank you!

KatherineMichel commented 5 years ago

Issue can be closed.