mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-29 17:28:53 +01:00
dc76854667
Starting from django 1.2, the CSRF middleware is enabled by default. However, API calls require parameters passing by POST requests but they cannot be served as they can't contain a CSRF token. This patch removes the CSRF middleware from API requests. |
||
---|---|---|
.. | ||
fixtures | ||
locale | ||
management | ||
migrations | ||
static/helpdesk | ||
templates/helpdesk | ||
templatetags | ||
views | ||
__init__.py | ||
admin.py | ||
akismet.py | ||
forms.py | ||
lib.py | ||
models.py | ||
settings.py | ||
urls.py |