Django common commands cheat sheet
Here is the list of commands commonly used in django projects. All following commands are to be run from inside main app folder that we created with the first command. Below is a sample code that tell us how we can benefit from interactive shell. Using that we easily created two database entries using Track…