Skip to content
django logo

Django

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.

Here are 17,849 public repositories matching this topic...

mattrobenolt
mattrobenolt commented Feb 5, 2019

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 Referer header on the request.

While this isn't specifically a problem since the only things we embed are trusted vendors, in the c

pgpgpg
pgpgpg commented Jan 22, 2018

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

  1. tarball should keep Unix directory separators

Actual

Thomasvdh92
Thomasvdh92 commented Oct 11, 2019

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

AlanCoding
AlanCoding commented Oct 21, 2019
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
shevyf
shevyf commented Jul 22, 2019

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

Learn about django

Repository
django/django
Website
www.djangoproject.com
Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.