Django
Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 19,174 public repositories matching this topic...
Was fixing a broken link and noticed that the referenced section no longer exists in the schemas docs.
-
Updated
Feb 5, 2020 - JavaScript
-
Updated
Feb 5, 2020 - 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
Is your proposal related to a problem?
When you add a User to a Group in Wagtail, you cannot easily see a list of Users that belong to that Group.
For example, we have added a number of Users to a "Pathology" Group over a long period of time. Now, we are try
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
From @one-t
The vanilla k8s installation does not work with the newly released version of helm due to some client syntax changes. It no longer accepts the --tiller-namespace flag.
ENVIRONMENT
- AWX version: N/A
- AWX install method: Kubernetes
- Ansible version: N/A
- Operating System: N/A
- Web Browser: N/A
STEPS TO R
-
Updated
Feb 5, 2020 - Python
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
-
Updated
Feb 4, 2020 - 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?
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
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
-
Updated
Feb 3, 2020 - Python
-
Updated
Feb 4, 2020 - Python
I tried following part 2 of the tutorial in a project using Django 2.0 and it raised an error saying :
'Specifying a namespace in include() without providing an app_name '
django.core.exceptions.ImproperlyConfigured: Specifying a namespace in include() without providing an app_name is not supported. Set t
Created by Adrian Holovaty, Simon Willison
Released 21 July 2005
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia


In reference to getsentry/docker-sentry#210 (comment) it would be great to get a better and more complete documentation on how to work with the getsentry/sentry docker images