Series

Beginner's Series to: Django

One of the most popular types of web applications to create is one to act as a front-end for a database. These applications focus on a common set of patters where you will allow users to create, retrieve, update and delete (CRUD) data. Creating CRUD applications can sometimes be tedious as large port...