Skip to content

Instantly share code, notes, and snippets.

View pvanfas's full-sized avatar
🏅
Investing Insights

PV ANFAS pvanfas

🏅
Investing Insights
View GitHub Profile
@pvanfas
pvanfas / Awesome PHP.md
Last active July 16, 2024 04:10
A curated list of amazingly awesome PHP libraries, resources and shiny things.
@pvanfas
pvanfas / Awesome Python.md
Last active July 16, 2024 04:10
A curated list of awesome Python frameworks, libraries, software and resources.
@pvanfas
pvanfas / Awesome Django.md
Last active July 16, 2024 04:09
An awesome package is one that is mature (not recently released), is well maintained, has a good amount of users, has good documentation, follows the best practices, and which latest release is less than 1 year old. Awesome Django packages and projects are the ones that inspire and serve as examples.

Awesome Django Awesome

The Best and awesome Django resource for packages.

A curated list of awesome Django apps, projects and resources.

Table of Contents

Django Class-based views

A view is a callable which takes a request and returns a response. This can be more than just a function, and Django provides an example of some classes which can be used as views. These allow you to structure your views and reuse code by harnessing inheritance and mixins. There are also some generic views for tasks which we’ll get to later, but you may want to design your own structure of reusable views which suits your use case

@pvanfas
pvanfas / 00_django.md
Last active July 16, 2024 04:10
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

Django Documentaion

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

Django was invented to meet fast-moving newsroom deadlines, while satisfying the # Django Documentaion Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

Django was invented to meet fast-moving newsroom deadlines, while satisfying the tough requirements of experienced Web developers.

  • Django was designed to help developers take applications from concept to completion as quickly as possible.