
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,552 public repositories matching this topic...
https://www.django-rest-framework.org/api-guide/versioning/#urlpathversioning
URLPathVersioning
and NamespaceVersioning
examples use django.conf.urls
implicitly and this function is likely to be deprecated (based on the description in the docs).
I'm opening this issue because I tried copy pasting the code and got an error and spen
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
-
Updated
Oct 16, 2019 - 343 commits
- JavaScript
Jumpserver是全球首款完全开源的堡垒机,是符合 4A 的专业运维审计系统。
-
Updated
Oct 16, 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
- 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
Oct 15, 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
Oct 16, 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
Oct 15, 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
Oct 16, 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
Oct 16, 2019 - 517 commits
- Python
bug in vote model
Learn about django
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia