openlearningtools / opencompetencies

A tool for organizing educational competencies.
MIT License
16 stars 3 forks source link

Separate out users app #105

Closed ehmatthes closed 8 years ago

ehmatthes commented 8 years ago

User registration/ authentication views and such should go in a separate users app. Definitely do this before pushing live; much easier to rebuild db than migrate for this change, I imagine.

ehmatthes commented 8 years ago

Probably not as big as I imagined, because project does not use custom user model yet. At that point, a separate app would become more entrenched in the code.

ehmatthes commented 8 years ago

Deployed; quite happy to have this done before user model more fully developed.