The Wayback Machine - https://web.archive.org/web/20200705004852/https://github.com/topics/django-application
Skip to content
#

django-application

django logo

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

Here are 1,453 public repositories matching this topic...

dopatraman
dopatraman commented Mar 21, 2019

When I include easy_audit via the steps in the readme (add it to INSTALLED_APPS and MIDDLEWARE), I get this error on app startup:

request_started_handler() missing 1 required positional argument: 'environ'

As far as I can tell, this argument is supposed to be passed to the signal receiver automatically. I'm not sure what's causing this issue.

apragacz
apragacz commented May 6, 2019

This should be done after #48 will be done.
From #48:

I guess the initial solution could be leaving the name user_id but allow the user identification field to be changed, and then make the change user_id -> user in next major version (0.5.0?, 1.0.0?). Probably user_id should be deprecated first, and then removed altogether.

IMPORTANT: please remember to provide backward compatibility for th

mlderebecki
mlderebecki commented Jan 14, 2019

Could someone explain (or give example) to me how can I use taxonomy fields? I've created simple thesaurus that contains hierarchy (broader, narrower). Using the solr admin panel I can query documents that contain fields "tag_ss_taxonomy_X_ss" but how can I use those fields in search?

For example, I have 2 fields:
`"tag_ss_taxonomy_0_ss":["Human",
"Human",
"Human",

Created by Adrian Holovaty, Simon Willison

Released 21 July 2005

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