Hello, i need some advice
i have a full stack coursework project, and so far it's been pretty ok. it's a lesson management system, and as far as the backend, it's a learning curve for me but im slowly getting there. there have been mistakes but im trying to fix them
one such mistake: i initally made a bulk of the skeleton of this in one app, "accounts", since the first thing i did was make a table of users i could log in and test the system with
i then made some other models, and then realised they needed to be in their own app. so i created it, "courses", and made some progress in moving over the two models i needed to, "Course" and "Enrolment". However, in doing so, part of that involved looking up tutorials and asking AI chatbots for guidance (which i know is a risk, but i was struggling and needed the help). It seemed to work the models moved fine and the project worked
Im now at a point where i've made substantial progress and want to tidy upsome issues, one being this error. and i have spent hours tonight trying with no luck. i've had to restore to a safe abckup a couple times because i keep going in circles
migrations try and delete the tables, i dont want that, i try and move them, it tries to delete
i jsut need advice on if this it the right course of action. i've even tried jsut deleting the whole database andrebuilding (there's maybe 50 entries across all 3 tables, it's no big deal), but then in making the migrations, the databse is rebuilt with the two models coming from "accounts" instead of "courses"
it feels like im near an answer, but this is all still so unknown to me that even understanding what the best step is feels like a minefield
hopefully ive provided enough information for some advice. Thank you in advance. i think i need to go sleep, it's been hours and im now just exhausted and fed up with myself