7 min read

    Django - A Python Web Framework for Perfectionists with Deadlines

    By lakshmi b on Aug 17, 2020 5:42:12 AM

    Django is a free and open-source collection of libraries written in Python, which follows the model-view-template-controller (MVTC) architectural pattern. It is one of the most popular server-side web frameworks with the motto being ‘Don’t Repeat Yourself’. It is maintained by the Django Software Foundation (DSF), an independent non-profit organization.

    Topics: Template Setups fullstack Python Programming Tips django

    Featured