Creating the models.py, views.py, urls.py, admin.py & the superuser
In writing models in Django, we have to follow the coding standards that are stated in the docs. A few pointers to remember are all field names should be in lower case, and should be using underscores instead of camelCase. The next tip is that the cl...
blog.vicentereyes.org6 min read