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,209 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

brylie
brylie commented Sep 11, 2019

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://

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

You can’t perform that action at this time.