Wiki
  • Glossary
  • License
  • Myles' Wiki
  • Meta
  • Status
  • Android
    • Fire OS
  • Computer Science
    • Artificial Intelligence
    • Machine Learning
  • Cooking
    • Recipies
      • Desserts
        • Peanut Butter Swirl Brownies
  • Dat Protocol
  • Databases
    • MySQL
    • Postgres
  • DevOps
    • Ansible
    • Docker
  • Graphic Design
    • Adobe Illustrator
    • Design Systems
    • Pen Plotters
    • SVG
    • Zine
  • iOS
  • Linux
  • Lists
    • Books to Read :open_book:
    • Film to Watch :film_projector:
    • TV Shows to Binge :television:
    • Video Games to Play :joystick:
  • Pentesting
    • Metasploit
    • nmap Cheat Sheet
  • Productivity
  • Programming
    • CSS
    • GitHub
    • Go
    • GraphQL
    • Methodology
    • R
    • Ruby
    • Data Science
      • Organizing Data Science Projects
    • JavaScript
      • Node.js
      • Vue.js
        • Nuxt.js
    • PHP
      • Laravel
      • WordPress
    • Python
      • Anaconda
      • Celery
      • django
      • Jupyter
      • pandas
      • Useful Regular Expression
      • Wagtail
      • Web Scraping in Python
    • Static Website Generators
      • Hugo
      • Jekyll
      • VuePress
  • Raspberry Pi
  • Selfhosted
  • Setup
    • Android
    • Bag
    • iOS Applications
    • macOS Setup
    • Microsoft Windows Setup
  • Startup
  • Text Editors
    • Visual Studio Code
  • UNIX
  • User Experience (UX)
  • Windows
Powered by GitBook
On this page
  • Libaries
  • Templates
  • Links
  1. Programming
  2. Python

django

PreviousCeleryNextJupyter

Last updated 2 years ago

django is a -based free and open-source web framework, which follows the model-view-template (MVT) architectural pattern.

Libaries

  • - a set of helpers for baking your Django site out as flat files -

  • - login as any user from the Django admin interface, then switch back when done -

  • - an open source and always free workflow framework for Django which support on the fly changes instead of hardcoding states, transitions and authorization rules -

  • -

  • - an implementation of object permissions for Django providing an extra authentication backend. -

  • - Feature flags allow you to toggle functionality in both Django code and the Django templates based on configurable conditions. -

  • - Django Activity Stream is a way of creating activities generated by the actions on your site. It is designed for generating and displaying streams of interesting actions and can handle following and unfollowing of different activity sources. -

  • - This package allows deprecating model fields and allows removing them in a backwards compatible manner.

Templates

  • - Bleeding edge django2.2 template focused on code quality and security.

Links

  • by Haki Benita, 29 April 2017.

  • by Ryley Sill, 6 January 2019.

  • by Derek Haynes, 22 April 2019.

  • by Daniel Hepper, 15 August 2018.

  • by Michael Herman, 13 August 2019.

  • - A single-page Django website as demoed by

  • by Paul, 13 November 2019.

  • by Calvin Spealman, 2 Feburary 2016.

Python
django-bakery


django-su


django-river


django-webmentions

django-guardian


django-flags


Django Activity Stream


django-deprecate-fields
wemake-django-template
All You Need To Know About Prefetching in Django
Basic Performance Optimization in Django
Is your Django app slow? Think like a data scientist, not an engineer
The Ultimate Guide to Django Redirects
Dockerizing Django with Postgres, Gunicorn, and Nginx
Django as a Microframework
Carlton Gibson at DjangoCon US 2019
Django shell_plus with panadas, and Jupyter Notebook
Writing Unit Tests for Django Migrations