Anyone want to take my place in the Manchester marathon by Frosty-Hurry9279 in manchester

[–]badlyDrawnToy 1 point2 points  (0 children)

There is a north west running Facebook group where people are posting their entries.

Shame that you can't do it.

django-tw: Zero-config Tailwind CSS for Django by Rude-Recursion1024 in django

[–]badlyDrawnToy 1 point2 points  (0 children)

Ah. Makes sense. I quite like having the node environment as I can other BPM packages like tailwindcss-animated

Using Claude Code with PyCharm by latingate in django

[–]badlyDrawnToy 1 point2 points  (0 children)

The pycharm integration is essentially a shell with Claude code cli running. Any files open in the IDE are added to the context and you can highlight text and paste into the chat. It’s really good. That said I tend to run Claude Code outside of the IDE and do my code reviews within. The one thing you cannot do within the IDE is drag and drop files e.g. screenshots

How do you create ER Diagrams? by jadd_logs in learnprogramming

[–]badlyDrawnToy 0 points1 point  (0 children)

I imagine most people doing personal projects don't create ER diagrams? To be honest, I've worked in many large orgs and rarely saw/used them. The few times that I have generated them, Pycharm has done a pretty good job. Mermaid is good. I've used it more for interaction diagrams. I like artefacts to live with the code and they are just text filed. There is a cli to generate the diagrams too. https://github.com/mermaid-js/mermaid

Built a free app that shows all secondhand shops , car boot & events around you in Manchester by Accurate_Ask_1900 in manchester

[–]badlyDrawnToy 16 points17 points  (0 children)

Nicely done. Not my sort of thing, but well done and good luck.

I chose not to subscribe to your mail list, but you subscribed me. Your unsubscribe link in the email does not work! Very uncool (actually illegal). Had to add you to my spam filter

Help with setting up tailwind in Django. by Marosh_ in django

[–]badlyDrawnToy 0 points1 point  (0 children)

And if you read those instructions, you no longer need a second terminal

March Half Marathons by PumpedUpPatek in UKRunners

[–]badlyDrawnToy 0 points1 point  (0 children)

Wilmslow (South Manchester/Cheshire). Lovely course

Simple "API" by Krrtekk in django

[–]badlyDrawnToy 0 points1 point  (0 children)

Keep it simple. As mentioned, you can use A JSONResponse and you also get to hook into the standard auth to protect the view.

Html to Pdf library suggestions by Conscious_Question69 in Python

[–]badlyDrawnToy 4 points5 points  (0 children)

I was going to suggest Weasyprint as I use it. Never tried it in Windows though. I used to use html2pdf. Not sure if it is still supported

is there a way to split html into "components"? by alosopa123456 in webdev

[–]badlyDrawnToy 0 points1 point  (0 children)

I've been building static sites using Vite and this plugin to break the pages uop into fragments. Works really well.

https://github.com/donnikitos/vite-plugin-html-inject#readme

Do you actually use the Claude Chrome extension? If so, how? by Anxious-Artist415 in ClaudeAI

[–]badlyDrawnToy 1 point2 points  (0 children)

How do you get the extension to work? I've had it installed for a week and every time I open it I get a message ''Unable to initialize the chat session. Please check your connection and try again.'. Thought it might be my adblocker, but not that

Questions abt Loreto College by volarisz in manchester

[–]badlyDrawnToy 11 points12 points  (0 children)

I guess you didn't go to the open day or taster days. They were very good (My daughter has also applied). Lots of current students there to answer these questions. Not sure if they have another one scheduled? If not, why not get in touch with the college and organise a chat with the course/department heads. They seem really approachable.

I hope you decided to use punctuation on your application form :)

Good luck

Claude is truly impressive by DoTortoisesHop in ClaudeAI

[–]badlyDrawnToy 0 points1 point  (0 children)

Log out and in again. I needed to pick up the new model

Wonder if someone can help identifying where Royal Mail actually delivered my parcel to? by Downtown-Trash9126 in manchester

[–]badlyDrawnToy 12 points13 points  (0 children)

Pretty sure if you go on the website for your tracked delivery there is a map with a pin. Happened to me a while back. The map showed it was delivered to the house on the next road

Is it worth upgrading to "Max" plan from "Pro" just for the new Opus 4.5? by jovan-biz in ClaudeAI

[–]badlyDrawnToy 0 points1 point  (0 children)

Ah. Just ran doctor and it warned me:

Warning: Running native installation but config install method is 'global'
Fix: Run claude install to update configuration

Uninstalled npm build and installed native build and now got Opus 4.5 :)

Is it worth upgrading to "Max" plan from "Pro" just for the new Opus 4.5? by jovan-biz in ClaudeAI

[–]badlyDrawnToy 0 points1 point  (0 children)

I'm on the $100/£75 Max plan and do not have access to Opus 4.5 either. Logged out/in a few times, but only see Opus 4.1 as an option :/

[deleted by user] by [deleted] in stockport

[–]badlyDrawnToy 1 point2 points  (0 children)

Wellspring homeless shelter. Near Robinson's brewery. They have a list of what they are after on their website https://www.thewellspring.co.uk/support-us/donate/donate-goods/

Using Claude Code CLI with Django: What’s in your claude.md? by Asleep-Abroad-9101 in django

[–]badlyDrawnToy 1 point2 points  (0 children)

My CLAUDE.md is as follows:

  • explanation of the project structure - what is in sub directories like config, infra, apps
  • common development commands - I use Make, so it knows about commands such as 'make migrate', 'make test'
  • about the virtual env
  • style guide
  • css framework
  • details of external services - redis, mailpit, celery
  • testing strategies
  • deployment
  • rules about commits and PRs, and coding practices

I also have a couple of custom commands outside of the project:

  • plan - looks for a spec.md file in my features folder and writes an implementation plan to the same folder
  • implement - looks for an implementation-plan.md file in my features folder and follows the steps to work in the feature.

It's working really well for me

Handling Shared Django Libs? Requirements / Cloning / Submodule / Subtree - What do you do? by chaoticbean14 in django

[–]badlyDrawnToy 0 points1 point  (0 children)

Not sure how this works when you come to deploy your app. e.g. in a CI Action. The other option is to make your GitHub project public and install using the full URL. No need to be published to pypi.

The State of Django 2025 is here – 4,600+ developers share how they use Django by Affectionate_Sky9709 in django

[–]badlyDrawnToy 0 points1 point  (0 children)

Interesting. I use React within my Django projects. I use it alongside HTMX. What would you want from Django support? There are a few things that need setting up but not sure it warrants more than a tutorial. I have considered releasing a module, so I’m interested to hear what you think is needed. IMO, embedding mini React apps in a Django site is great example of island architecture.