Skip to content
#

Django

django logo

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

Here are 18,537 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

bogdangoie
bogdangoie commented Nov 29, 2019

Issue Summary

PageChooserPanel displays selected page title instead of custom get_admin_display_title value.
When I click to select a page, the chooser displays correctly the custom get_admin_display_title in the list of pages.

When I select the page desired from the chooser, the chosen page title doesn't display the expected value of get_admin_display_title. Instead, it displays the

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
solarissmoke
solarissmoke commented Jun 13, 2019

The documentation at https://django-oscar.readthedocs.io/en/latest/howto/enforcing_stock_rules.html is incorrect - doing that will cause a 500 error because that exception isn't caught anywhere.

I think we just need to remove this, and instead enhance the [documentation about availability policies](https://django-oscar.readthedocs.io/en/latest/topics/prices_and_availability.html#the-strategy-cl

sambenas
sambenas commented Jul 16, 2019

If using a custom authentication token model, the related_name cannot be auth_token or that will clash with the default token model related name and the django project will fail to start.

The RegisterView returns an authentication token using user.auth_token. Since the related name for a custom token model had to be changed, user.auth_token does not actually exist.

As a workaround a

Created by Adrian Holovaty, Simon Willison

Released 21 July 2005

Repository
django/django
Website
www.djangoproject.com
Wikipedia
Wikipedia

Related Topics

python database crowdbotics
You can’t perform that action at this time.