Middlewarer / ToDoAppdjango

ToDo application with basic CRUD operations involved
0 stars 1 forks source link

In your readme file, you are telling the user to run `makemigration` and then `migrate`. #11

Open Blankscreen-exe opened 3 days ago

Blankscreen-exe commented 3 days ago

Normally we would create and push the migrations to the repo so no one else has to make migrations and they can easily just apply the existing migrations.

So you need to push migrations to the repo and update instructions on the readme file.