-
Hi!
I really like the idea behind this library and think it could complement `black`, `isort` (and `ruff`) really well : )
Unfortunately, I can't use it on any Django projects because the enforc…
-
Hello! I am a GSSOC'21 participant.
I observed that there is no chatbot in the website which needs to be there as there are lots of benefits of having chatbots like-
Customer engagement will be in…
-
Pasirinkus VITRINA_MESSAGES -> Subscriptions (1), meta 500 klaidą (2)
(1)
![image](https://github.com/atviriduomenys/katalogas/assets/85924252/9bb55ad9-0ef7-4c8b-be0b-840816d8ca8f)
(2)
https://t…
-
It would be really cool to be able to extend the sidebar with our own items. The easiest way would be to have block definitions at different places, but still we'll need a way to easilly implement sub…
bkfox updated
6 years ago
-
Hi, thanks for this wonderful library. I am using with great pleasure for both closed and opened source projects.
But, currently I am developing a new REST framework for `django`. And I am building…
-
Hello
I tried to connect Dataverse with Worldmap, using connector geoconnect
I followed step by step instructions, but i had the following error at the "Create/sync the database (still in ~\geo…
-
Hi!
How to make library friends with mypy?
For example if I use code from readme
```
class MyModelAdmin(DjangoObjectActions, admin.ModelAdmin):
def toolfunc(self, request: HttpRequest, obj: M…
-
Django has something called a [command](https://docs.djangoproject.com/en/1.10/howto/custom-management-commands/). It allows you to use Django to run scripts with your models and data.
This is how …
-
# Frontend
- [x] 1. Login Page
- Design the layout.
- Implement basic client-side validation for immediate user feedback.
- [x] 2. Registration Page
- Design the layout.
- Implement basic client-s…
-
It does look that this is the same issue as: #37
I just faced that very same issue: `TypeError: don't know how to make test from: None` using Django==3.2.14, Python=3.9.5, and parametrized==0.8.1,…