Adam Hill

Results 103 comments of Adam Hill

https://docs.djangoproject.com/en/4.0/ref/contrib/syndication/

It would also be nice to have a default "theme" so users can just create markdown files and things look good "out of the box". https://watercss.kognise.dev/ is used now in...

Renaming models fails because it misses the input. ``` (.venv) ➜ fake-dir git:(master) ✗ dj md Running 'md' (./manage.py makemigrations && ./manage.py migrate)... failed. 😞 Traceback (most recent call last):...

Would be useful to trigger Python code instead of just having shell commands in `execute`.

This is a neat idea! I wonder if all of the columns could be configurable, but there is a default set of columns if none are specified. Or is that...

@sjbitcode Since you just created https://github.com/adamghill/django-rich-logging/pull/5, what do you think about this idea?

Are you trying to decorate a particular method in a `UnicornView` class? If you can give me some sample code I can dig into what might be going on!

[This issue](https://github.com/adamghill/django-unicorn/issues/382) seems similar to what you are looking to do. For my own code, I tend to override [mount](https://www.django-unicorn.com/docs/advanced/?highlight=mount#mount) and do an auth check there (a decorator should work...

Can you fork this repo and make an example of how you are creating the view. Thank you!

Thanks for the kind words! I'm not sure what is happening with `LocationUpdate` not updating the history. I am using `pushState` in the JS here: https://github.com/adamghill/django-unicorn/blob/a9a69e44e363beb9883781635e2b6d8936cef986/django_unicorn/static/unicorn/js/messageSender.js#L105. Is this only happening...