Vasanth
Vasanth
The message `Reusing existing shared layer deployment package.` implies that chalice can detect if the deployment package has been changed. It just needs to skip updating it. This is currently...
Some kind of hash can be associated with layer that can be deterministically recreated which can be used to validate against the existing hash of the layer when choosing whether...
The initial migration runs a foreign key to the Group model under auth automatically. ` ('group', models.ForeignKey(to='auth.Group', on_delete=models.CASCADE)),` in 0001_initial.py Can the string made into a swappable dependency or set...
I faced the same error but on adding "rest_framework.authtoken" along with "rest_framework", it started working.
I've just discovered the project by chance when looking upon rust-based projects. So I wasn't aware of the neat little `pass` feature. I'm certain the password notes can be used...
I'm searching for a list filter autocomplete myself and the only issue with `django-admin-autocomplete-filter` is the UI doesn't mesh well with jazzmin as it seems to have its own widget...
it'd nice to see support _docker-compose_ added so that I can replicate my env perfectly on my local machine. :+1:
What do you think of adding two active themes ? One can be used for the light mode and the other can be used for dark mode. Django officially support...
This is particularly useful when merged with separate workspaces per monitor. I usually have docs or a browser open on the secondary display while the primary has the IDE, terminal...
This is best added in a separate, optional middleware. I check if the URL is the API endpoint and then look for the header key. If it isn't the API...