How to create migrations for a file containing a single class

23 views Asked by At

I have this project structure :-

My project structure

As you can see, I have a directory 'common' in which there resides a file named user_model.py which contains a model class. That directory is just below my mange.py directory(project root).

Now to want to create migrations for that model. Please provide baby steps to do that.

Appreciate for your answers.

0

There are 0 answers