KimSia Sim
KimSia Sim
I have this exact code snippet and the migration is successful. ```python from core.models import PersonStampedModel from django_ltree.fields import PathField from model_utils.models import SoftDeletableModel, TimeStampedModel from organizations.managers import OrganizationOwnedSoftDeletableManager from...
I create this gist https://gist.github.com/simkimsia/2640f3a5b2753fc40450dba25d1c2ab6 In it i have 3 index files that are modified from your current docs/index.html. the differences between all 3 are: 1. index-with-Home.html (this will have...
I am curious to know so wants to clarify in https://phalt.github.io/django-api-domains/plugins/#django-rest-framework you wrote > When using DRF, we can organise the logic in a domain this way: > urls.py -...
Hi there, i like what you're trying to do with modernising django to use DDD There's another DDD related book called cosmic python whose authors recommend this DDD pattern called...
I used handsontable on my web app Tho that allows me to copy paste data from excel its tedious to write code that works Im wondering if there's an example...
If so how do I use this? As an additional or as replacement for pytest?
I stumbled upon this project by chance. I find this project highly interesting. I prefer a python implementation of this. I was wondering out of curiosity, why the choice of...
I saw in the podcast https://changelog.com/podcast/127#transcript-17 that changelog is meant for the end users (I think?) but it's not explicit. I suggest making the target audience explicit in the website....
https://github.com/timonweb/django-tailwind/blob/7f9edb8dc0653d949dd27a369298b0093cb8db27/pyproject.toml#L30 See this https://github.com/adamchainz/django-browser-reload/blob/main/HISTORY.rst#140-2022-05-10 two choices: 1. either drop django-browser-reload to 1.3.0 2. or drop supporting django 2.2, 3.0, and 3.1 
* Cookiecutter version: 1.7.3 * Template project url: https://github.com/simkimsia/cookiecutter-test-template * Python version: 3.9 ### Description: Is there a way to set default value in case a context variable is undefined?...