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,849 public repositories matching this topic...
Was fixing a broken link and noticed that the referenced section no longer exists in the schemas docs.
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
-
Updated
Nov 5, 2019 - 357 commits
- JavaScript
Jumpserver是全球首款完全开源的堡垒机,是符合 4A 的专业运维审计系统。
-
Updated
Nov 5, 2019 - 4 commits
- 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
When implementing the custom document model, wagtail provides a method called get_document_model to retrieve the document model. For some reason, I get the error: django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet.
After some try and error, I've found that referring to the model using a dotted string works. When implementing the custom image model, a method is provided calle
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
- Bug Report
SUMMARY
the module tower_organization has a parameter organization which is required.
It should not be required, and the user can alternatively specify either user or team.
The module should either enforce that the user supplies 1 of the 3, or correctly surface API error messages to this effect.
ENVIRONMENT
- AWX version: 7.0.0
- AWX i
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
Nov 4, 2019 - 8 commits
- 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
Nov 4, 2019 - 1 commits
- 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
Nov 4, 2019 - 716 commits
- 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
Transparently use webpack with django
-
Updated
Nov 4, 2019 - 164 commits
- Python
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
Nov 4, 2019 - 517 commits
- Python
bug in vote model
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