baseplate-admin

Results 213 comments of baseplate-admin

but the Bangla here looks banglish tbh. Can you translate English words to Bangla instead of using phonetic libraries ?

> I wanted to keep the words that we use in our day-to-day life in the industry so that in terms of native readers reading it, they can understand the...

Looks 60% good. I will review after 20 March :)

Looks okay :) Thanks for listening to me

Are we finally merging this ? 👀 ( that'd be awesome )

This is a known issue. How to resolve? 1. Create a middleware that patches the `PUT` files. ```python from collections.abc import Callable from typing import Any from asgiref.sync import iscoroutinefunction,...

To be honest, the error shows up whenever we have any form of errors in the arguments that are passed to a decorated function.. This is specially evident if i...

@boxydog I think your error lies with `_request` Rename the parameter to `request`

> FYI, I named it _request so other tools (e.g., PyCharm, flake8, ..) don't complain about an unused variable. [django contribution guide](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#view-style) has some information on this > Again, any...