CodersartsMay 20, 20192 min readHow to create Django Model ? | Create Model and insert Object data using Django ShellWhat is model in django ? A model is a class that represents table or collection in our DB, and where every attribute of the class is a...
CodersartsMay 15, 20191 min readHow to make python project using Django framework ?In previous Blog we discussed about how to install Django and how to run server. Now in this blog we will discussed about how to make...