Django
Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
-
- Sign up for GitHub or sign in to edit this page
- Created by Adrian Holovaty, Simon Willison
- Released 21 July 2005
Here are 17,209 public repositories matching this topic...
https://www.django-rest-framework.org/api-guide/schemas/
Specifically the block that describes how to override AutoSchema references an undefined method get_link():
from rest_framework.views import APIView
from rest_framework.schemas.openapi import AutoSchema
class CustomSchema(AutoSchema):
def get_link(...):
# Implement custom introspection her
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
-
Updated
Sep 24, 2019 - 328 commits
- 46 contributors
- JavaScript
Jumpserver是全球首款完全开源的堡垒机,是符合 4A 的专业运维审计系统。
-
Updated
Sep 24, 2019 - 4 commits
- 67 contributors
- JavaScript
Context
When deploying a Django app (over 50mb) from a Windows 10 machine the tarball retains the Windows directory separators '\\', when deployed to Lambda this causes the error "No module named 'django.core.wsgi': ModuleNotFoundError"
Expected Behavior
- tarball should keep Unix directory separators
Actual
The Wagtail (frontend) menu (with the Wagtail icon) currently only renders on Page model views. It would be consistent, if this menu would appear on all front-end views, showing relevant links depending on the type of view. It is possible to create a custom template that would conditionally render the Wagtail Menu on all frontend templates, but [takes a considerable amount of boilerplate](https://
How to manage translations
cd <app>
tx pull -s -a
django-admin.py makemessages -l en
tx push -s -l en
django-admin.py compilemessages
Addon Checklist
TBA (PDF)
django CMS Release Checklist
TBA (PDF)
ISSUE TYPE
- Feature Idea
SUMMARY
Right now it's visible only when you open template definition, it would be far more useful if it was visible at least in expanded view, so that it's clear what templates are used for.
How and where can I configure https and tls settings change in Saleor inorder to deploy the same to DigitalOcean?
Rocksteady is listed on this page as a tool that can help integrate RabbitMQ with Graphite: https://graphite.readthedocs.io/en/latest/tools.html
However, yhe Rocksteady code base has been moved to the Google Code Archive - http://code.google.com/p/rocksteady/ redirects to https://code.google.com/archive/p/rocksteady/ - and the downloadable package hasn't been updated since 2010. It seems to rel
Domain-driven e-commerce for Django
-
Updated
Sep 24, 2019 - 8 commits
- 215 contributors
- Python
Let's say I want to create an auth token and return it to the user after they successfully create an account. Is the best way to do this to just redirect the user to the obtain_jwt_token endpoint, or is there some other way that would be preferred in this case?
open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
-
Updated
Sep 24, 2019 - 1 commits
- 13 contributors
- Python
https://github.com/tfoxy/graphene-django-optimizer looks like a great library that can help optimise database queries. We should add it to the documentation.
See #57
Bootstrap 3 integration with Django.
-
Updated
Sep 24, 2019 - 716 commits
- 82 contributors
- Python
I find better code about filters than in docs which allow write less code when we declare fields.
Instead of (see http://django-shop.readthedocs.io/en/latest/reference/filters.html#id3):
from django.forms import forms, widgets
import django_filters
from djng.forms import NgModelFormMixin
from myshop.models.product import MyProduct, Manufacturer
class FilterForm(NgModelFormMixin, forms
Material Design for Django
-
Updated
Sep 24, 2019 - 797 commits
- 28 contributors
- CSS
Transparently use webpack with django
-
Updated
Sep 24, 2019 - 164 commits
- 31 contributors
- Python
Modern theme for Django admin interface
-
Updated
Sep 24, 2019 - 762 commits
- 46 contributors
- CSS
bug in vote model
This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
-
Updated
Sep 24, 2019 - 517 commits
- 76 contributors
- Python
Learn about django
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia


Right now when you get a password reset link, the page you end up on contains the reset token in the url.
Doing this causes a problem in which any page redirected to after this, and especially any third party assets being loaded leak this reset token via the
Refererheader on the request.While this isn't specifically a problem since the only things we embed are trusted vendors, in the c