pinax / django-waitinglist

DEPRECATED - please see https://github.com/pinax/pinax-waitinglist
MIT License
65 stars 14 forks source link

Use settings.AUTH_USER_MODEL instead of auth.User #10

Closed stepmr closed 10 years ago

stepmr commented 10 years ago

Waitinglist is still using auth.User, so this won't work with custom user models. Use settings.AUTH_USER_MODEL instead. Happy to add a pull request if needed.