←back to thread

261 points david927 | 2 comments | | HN request time: 0.457s | source

What are you working on? Any new ideas that you're thinking about?
Show context
101008 ◴[] No.43158460[source]
A Django UI Desktop app, a là Docker Desktop, but for manage Django projects. Some people prefer UI apps instead of CLI, and it could be good for juniors and starters, to get familiarized with how Django works before jumping into the command line.

It is more an excuse to create a simlpe Electron app, though.

replies(1): >>43254505 #
1. modo_mario ◴[] No.43254505[source]
I'm using django for my backend so far and am fine just using cli and code but I'm quite curious about this. Anywhere where you're tracking progress?
replies(1): >>43284392 #
2. 101008 ◴[] No.43284392[source]
Hey! Not yet, it's just a peresonal project, nto sure if going to continue because I learnt that to distribute apps to MacOS and Windows you have to pay to sign the software, which was something I didn't know, so I paused development for a bit.