Scot Hacker

Results 85 comments of Scot Hacker
trafficstars

@tuhaolam Can you say more? Sorry I have no idea what you are requesting here. You realize this is just the "example site wrapper" for Django-todo, right?

Stumbled on this thread while looking for alternate themes for Sigal. I was thinking I'd find a community of themes, or a directory, but I'm not turning up anything. Is...

In my case, I'm trying to alter the display of the caption so that it shows the date but not the time. Unfortunately it looks like there's some javascript involved...

I am currently trying to upgrade a project to python3.11 but am blocked by this issue. PYarrow is on version 10.x, but snowflake-connector specifies v8.x, which will not build under...

@akravetz I just upgraded to snowflake-connector 3.x, then tried updating to python3.11 again, and this time it worked. Problem solved!

Can someone chime in on the status of this pull request, or recommend a fork of this project that is actively maintained?

Hmm. I uninstalled the pip version and instead installed via `git+https://github.com/contraslash/django-subdomains` but am getting the same error against Django 1.11.

Ah, this fork/fix does work with Django 1.11: https://github.com/abe312/django-subdomains

Addendum: In the same document, but in the sub-context of a `` section within the same Django Template, I pressed Cmd-/ , expecting a JS `//` but got a Django...

andybak - MCE should have no bearing on django_inlines - you can define and use your inlines normally, whether or not a rich text editor is in place (I'm using...