hey guys, so i was trying to add post sign in/sign up mechanics to my project. one of those mechanics was to save user data once someone signed up. since the init function runs in the django settings.py file and i would have to import the model to make such configurations and run the function that accesses the models.py file which does not allow the app to backend to run. wondering if there was anyway around this.