joshpelkey / cfbets

College football betting web app, built with django/bootstrap/jquery
Apache License 2.0
15 stars 8 forks source link

Refactor UserProfile models outside of bets app #59

Open joshpelkey opened 5 years ago

joshpelkey commented 5 years ago

UserProfile is generic to cfbets now that we have two apps (one for props and one for squares). Either app should be able to live without the other. (may need to consider renaming bets app to props)