-
### Proposed Changes
Move all Django template code used to render table columns into discrete HTML files. For example, the IP addresses table has an `address` column which references the following te…
-
Add Django Rest Framework and implement logic for JWT Authentication.
Implement ModelSerializers for Django User Model and use it for authentication and registration of a new user.
Remember that …
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
1.39.1
### Steps to Reproduce
I'm using this task to send check-ins from airflow:
```python
def sentry_checkin(status: str, init_t…
-
I have the situation where I have to post-process a valid login and enriching the `User` object with some custom data. In the backend, I listen for the `user_logged_in` signal of the `django.contrib.a…
-
### What is the expected enhancement?
As a dev I want program jobs emit an event and notify backend to update status of job and results in order to remove polling logic.
Currently job upda…
-
The newly released Channels 2.0 Django package "relies on the `asyncio` library and native Python async support". [They recommend](http://channels.readthedocs.io/en/latest/topics/testing.html) to use …
-
The idea is to have a complete standalone application that wraps an audio file into a handy Django model.
Requires:
- Moving most of the audio processing work from the view to the model manager, but…
theof updated
6 years ago
-
## Type
- Request modification of existing behavior or design
## What is the problem that your feature request solves
This comes from a conversation with @pirate in the [REST API status quest…
-
Read the Django getting-started tutorial up to the 4th step. Refer to the polls app created by Mike, and pay special attention to portions regarding:
- View logic
- Model classes
- Model…
-
# Middleware and Request/Response Cycle
Middleware in Django is a framework of hooks into Django's request/response processing. It's a lightweight, low-level plugin system that allows you to modif…