grapesmoker / qems2

A new implementation of the QEMS submission system for quizbowl questions.
GNU General Public License v2.0
9 stars 4 forks source link

Registration doesn't work with Django 1.8 #299

Closed mbentley00 closed 8 years ago

mbentley00 commented 8 years ago

The current version of Django is 1.8. It doesn't seem like the registration-redux module we're using works with 1.8. We should probably switch to using allauth.

mbentley00 commented 8 years ago

There are a few other things that don't work either. In particular, there are a couple of places where Comments need to be updated, and checks for ContentType need to be changed because Django 1.8 doesn't expose the name property of ContentType anymore.

mbentley00 commented 8 years ago

I'm pretty sure I fixed registration, but I'll need to check on these other things.

mbentley00 commented 8 years ago

After about 3 hours where I somehow messed up Django's ability to inherit from parent templates in one repository, I re-did most of the changes in another one and things are working now.