astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

stop referencing fixtures in db migrations #67

Closed allynt closed 4 years ago

allynt commented 4 years ago

Checklist

Is your feature request related to a problem? Please describe

Thinking I was clever, I mixed fixtures and data migrations. Django says this is a bad idea. Now I know why. I ran into some issues when deploying to new dbs.

Describe the solution you'd like

I would like to recreate the db migrations using pure data migrations and not using fixtures. This will be complicated if I want to do it without losing any data.

Describe alternatives you've considered

Just living w/ the complexity, b/c I don't expect to move dbs.