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,552 public repositories matching this topic...

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

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.