Ask HN: What's your Django side project?
For those who are developing with Django, what are you working on / building / learning?
I've been building https://builtwithdjango.com and learning how to integrate Stripe.
I've been building https://builtwithdjango.com and learning how to integrate Stripe.
92 comments
[ 2.6 ms ] story [ 170 ms ] threadEdit: username demo/password testpass1
Do you have a landing page? Or is it only possible to login / register?
I was planning to use Transistor.FM for hosting, but now will certainly consider using Wisecast to support a fellow Django maker.
It was a side project from March 2014 to March 2020, but as of last month it’s now my full-time job!
Thanks for calling that out!
Just FYI, the CSS for your homepage appears to be intermittently 404'ing. Could be a failed release and your static manifest being out of date on one or more of your running backend processes – we've had this before with Django.
Watching Cronitor grow the past few years, and seeing all the ways that people rely on it today, has been extremely rewarding. Working on it full-time means I can finally tackle some of the bigger projects that I've wanted to do, but haven't been able to due to time constraints. In other words, I get to make it even more useful now!
slow and steady wins the race I guess...
As with any cool project nowadays, CodeSnippetSearch is powered by neural networks (six in fact - one for each programming language). The project is open-sourced and you can read about the implementation details here: https://github.com/novoselrok/codesnippetsearch
It's way too advanced for my current skill level but is certainly I am working towards. Nice job!
Built with Django and Gatsby (the latter migration is still work-in-progress).
(Though after a very positive developer experience working in Ruby on Rails when I worked at Triplebyte, I'd probably lean toward RoR for a new project.)
The public, user facing data input, and production deployment, is taking the other 18 months :)
You know the saying, it is 90% done, now we only have to do the other half.
But I recently restarted. As of yesterday the app actually runs on AWS Beanstalk, although with its attached RDS. I have a coworker now that’s really into cocktails so I feel like I am building the site for him.
Currently developing an API to create a mobile app with Flutter + Django!
I wrote a machine learning "deployment" microservice using Django, and wrote a client for it in Flask, with the front-end doing some nice d3 graphs of the output in JavaScript. Works great, although in the end I thought Flask maybe would have been a better choice for the service, and Django for the client! Not sure. Both running in Docker on separate machines, one a dedicated host, the other on Heroku. Frankly the whole thing was a pretty pleasant experience and only took me a week so I felt gratified that I made the attempt and now have something to point to when people ask if I can program in Python. (I won't post the link unfortunately as there is no way my server can handle the HN load; it's just for my own personal demonstrations while I'm working on getting hired, anyway. In the future I might move the model execution to tensorflow.js and then the whole thing could be an almost static site running on Heroku with some client-side processing handling the heavy stuff, but no time for that now.)
Do you have a demo link? Would love to check it out!
We started on Django 1.6 and I’ll admit: we liked it so much we stuck with that version for 5 years (ha ha).
Earlier this year we did the mythic trek to Python3 and are enjoying the all the new Django goodies.
August is working full time on Cronitor but for me it’s still technically a “side project” — for now!
Edit: sorry for the dupe! August already posted here.
Can you share anything about how that upgrade journey went? What are some of the newer features that have been helpful for you? Were those features you knew would be helpful, or were you happily surprised?
We were excited to have Django Migrations (So long, South!) and honestly it's great to have access to current docs again.
We did have a snag with memory leaks in a threadpool in one of our non-django Python APIs. It was actually our worst outage in 5 years because it failed several hours after we deployed and we were no longer staring at our graphs.
(Maybe I can get August to write a blog post about how he accidentally sent a million emails to our personal inboxes while trying to clean that up)
The Django project is open source here (https://github.com/judymou/spacedb) but most of my ongoing work is on the visualization rather than the Django side here (https://github.com/typpo/spacekit/).
Yes, I am aware of the problem you are referring to. I've known about it for some time, but I can't do anything about it. I just don't understand why the images don't show up.
I've searched everywhere, but couldn't find the solution. I fanyone here knows how to solve it, I'd be forever grateful.
Here's a screenshot to show what I started disabling: https://i.imgur.com/BinJqAD.png
- A Funko POP! collection tracker.
- A Disc Golf auction/news site.
- A qeepsake competitor.
Django - channels - celery
Another project to be launched soon that uses a similar stack. Just waiting on stripe activation.
Sorry, didn't want to criticize what seems to be a cool service but I thought you should know!
I'll try to add a way to switch locale to English or do you think it's better to keep just English as the only language till I can get other languages translated professionally?
Edit: Added language dropdown on the top-right of the landing page.
Edit: It still appears to be an issue - I'll post an update here after I fully fixed it.
No, I don't use any framework (still haven't had the time to learn any) - it's just ES5.
It's still quite rough around the edges, mostly due to me being demotivated for not having a good way to host it. Now solved with linode+dokku which I am super happy with.
This is a site i have wanted for decades and I Googled after it every year for a decade before I realized I could build it myself with the data from wikidata.
Code at https://github.com/boxed/relatedhow
Link: https://www.puzzlehunt.club
Code: https://github.com/dlareau/puzzlehunt_server
The project currently serves as the main site for PuzzlehuntCMU, a group from Carnegie Mellon that writes and runs their own puzzlehunts, but the point of the project in general now-a-days is for any group that wants to run a puzzlehunt to be able to stand up a copy of the server and just go.
We recently just hosted a 24 hour, 1400 person, 400 team (5x the max number of users we've ever seen before) event a few weeks ago and thankfully everything held up fine.
Here's the product page: https://www.feldroy.com/products/two-scoops-of-django-3-x
Also working on a book writing app where the file generating service backend is monitored by a Django project. Launches soon!