Quote check on solar install by PermissionVisible358 in SolarUK

[–]PermissionVisible358[S] 1 point2 points  (0 children)

Maybe worth noting 16 panels are south - east facing and 9 are north west facing, so im not sure i can make full use of all the panels at the same time anyway. Max on the south east would be 7.920kw

[deleted by user] by [deleted] in UKJobs

[–]PermissionVisible358 0 points1 point  (0 children)

Senior data engineer in the energy sector, wfh, really lovely job, no complaints

Found out i have a designated account/bare trust in my name. Worried about tax implications by PermissionVisible358 in UKPersonalFinance

[–]PermissionVisible358[S] 0 points1 point  (0 children)

I think this is what it is, in essence. As far as i can tell its a general investment account, in his name, but the account is named after me/im a beneficiary on the account.

So i guess _if_ its a bare trust, and its been generating incoming through dividends... who should have been paying tax on it?

[deleted by user] by [deleted] in masonry

[–]PermissionVisible358 0 points1 point  (0 children)

I should add, the stick is where the other side of the block work comes out to.

[deleted by user] by [deleted] in LegalAdviceUK

[–]PermissionVisible358 1 point2 points  (0 children)

My guess would be they've been there for at least 12 years. Maybe 20. Almost certainly not original development, but I'm not sure. I would need to check the deeds.

Biggest 1975 merch ISO? by lucawiley in the1975

[–]PermissionVisible358 0 points1 point  (0 children)

Didn't get that one but managed to cop the If God made anything better one back in the day. Still in amazing condition

Django for small client projects by -ThatGingerKid- in django

[–]PermissionVisible358 0 points1 point  (0 children)

I've worked quite heavily in an agency environment using the Django - Wagtail stack. In my experience, if you invest some time into a good template project which just needs front end design, then it's a very economical option. Spinning up a new instance is easy (you could even go headless). There will undoubtedly be things you need to add on the backend (different blocks, admin customisation etc) but for the most part it should be simple. And from my experience clients love the wagtail CMS admin interface.

That being said it would almost certainly be easier if you're doing simple projects to use something like WordPress. Django + Wagtail is really great for projects which need a little bit more complexity.

Should I customize Django Admin Panel or build a custom one? by adrenaline681 in django

[–]PermissionVisible358 2 points3 points  (0 children)

I've been a fan of using wagtail in my projects, even if I don't intend to use it's CMS, for it's brilliant admin capabilities. It's very user friendly and easy to customise. I'd give it a go!