Re: Apps aren't loaded yet exception when trying to run migrate Django oscar

2022-11-21 Thread Leslie Taffe
Hey so I solved that problem by deleting all the migrations then migrating again to apply changes. now I just need to figure out how to configure the rest of the app to my needs. Do any of you know any up to date repos I could take a look at? On Saturday, 12 November 2022 at 15:31:31 UTC-8 ja

Re: Apps aren't loaded yet exception when trying to run migrate Django oscar

2022-11-12 Thread James
I fixed something similar once by having the model that was causing the problem be set to abstract in its class meta. O you need to "makemigrations user" if you've opened up the usermodel and changed a lot of stuff (also had that problem before) Hope these simple solutions work! On Friday,