I think this makes sense. Ideas: - Showcase your reciprocal contributions you make back to django community packages (e.g. Jazzband packages). - Release a permissively licensed django package (with no catches) under your GH's org and brand name and have it take off. (e.g. django-forge-admin) - The holy grail would be contributions to django itself. Example: Adding more CSS variables in django admin to font-size and f…
I wonder if this creates more problems than it solves. For example, imagine there are a bunch of startups trying their hardest to shoe-horn contributions in Django main branch. It puts a lot of load on core developers at Django to reject frivolous features and unnecessary bloat. The end effect would be that we get features no one asks for and Django becomes even more bloated. Django is already a very popular framewor…
Forge – A Django SaaS Framework
51–60 of 65 posts
Re: Forge – A Django SaaS Framework
#52Unfortunate naming conflict with Laravel Forge
Re: Forge – A Django SaaS Framework
#53I think this makes sense. Ideas: - Showcase your reciprocal contributions you make back to django community packages (e.g. Jazzband packages). - Release a permissively licensed django package (with no catches) under your GH's org and brand name and have it take off. (e.g. django-forge-admin) - The holy grail would be contributions to django itself. Example: Adding more CSS variables in django admin to font-size and f…
I wonder if this creates more problems than it solves. For example, imagine there are a bunch of startups trying their hardest to shoe-horn contributions in Django main branch. It puts a lot of load on core developers at Django to reject frivolous features and unnecessary bloat. The end effect would be that we get features no one asks for and Django becomes even more bloated. Django is already a very popular framewor…
There are some parts of django core that are stable, but fundamentally broke for non-trivial apps. Let's just take /admin:
- Can inline admin models be paginated? Searched? Both? Asynchronously?
- Use autocomplete_fields by default via ID/PK lookup / when `search_fields` exist. Right now related fields will load the whole table into a box. This is an absurd default.
Other opportunities that'd be universal:
- Integrate channels into admin
- AJAX form validation
- Revision history that includes actual values / diffs / undo
Re: Forge – A Django SaaS Framework
#54Re: Forge – A Django SaaS Framework
#55Earlier quoted context omitted.
The project seems really well put together but until you figure out your ideal target customer (and their needs) I would hold off on pricing it too high. Maybe offer it for free, get some learnings and as you add more value and get more clarity on your target group, you can then ramp up the price?
Yeah I've been considering that. Probably more likely that I'll lower the price, learn some things, then ramp it up. Free feels hard to reverse and the difference between "I wouldn't pay at all" vs "I'd pay less than that, but something" is pretty big (and important to me unless I figure out another way for the project to get paid for).
Absolutely true. I remember the amount of hate HN spewed at Docker for making their desktop app /paid/ for Corp users.
Re: Forge – A Django SaaS Framework
#56Re: Forge – A Django SaaS Framework
#57Earlier quoted context omitted.
I wonder if this creates more problems than it solves. For example, imagine there are a bunch of startups trying their hardest to shoe-horn contributions in Django main branch. It puts a lot of load on core developers at Django to reject frivolous features and unnecessary bloat. The end effect would be that we get features no one asks for and Django becomes even more bloated. Django is already a very popular framewor…
I wouldn't limit django patches to just being new features. Ample room for incremental improvements. There are some parts of django core that are stable, but fundamentally broke for non-trivial apps. Let's just take /admin: - Can inline admin models be paginated? Searched? Both? Asynchronously? - Use autocomplete_fields by default via ID/PK lookup / when `search_fields` exist. Right now related fields will load the w…
Re: Forge – A Django SaaS Framework
#58Earlier quoted context omitted.
Thanks for the support and let me know if you have any suggestions on how to make Pegasus better! :)
Kudos to czue and Pegasus! I haven't used it before, but if that's a better fit for what you want, go buy it! Honestly I feel a little weird "competing" directly with something like this, but such is life. Thanks to everyone who has made something similar (in any ecosystem), which is part of what got me over the hump of thinking it was even possible. I'm glad Django is getting some options and new ideas!
In this case there's probably room for a handful of small players at least, and certainly many people will have different opinions about what the "right" way to build a Django SaaS should be, so it makes sense there would be multiple products in the space.
At first glance Forge looks like it's trying to be more upmarket and more opinionated than Pegasus, while Pegasus is more price-accessible and flexible. Certainly there are pros and cons to both positions.
Good luck! I'm sure we'll see each other on the battlefield. :)
Re: Forge – A Django SaaS Framework
#59How is this different from Pegasus https://www.saaspegasus.com/ which is a fully basked SaaS?
From what I understand, the update process for Pegasus is also a little bit more manual? Forge is intentionally set up to be a git remote, with directories and stuff named so that an update is essentially `git merge django-forge/main`.
Probably lots of little differences when you get into it — just different decisions from different people. Hoping to document more of Forge soon!
Re: Forge – A Django SaaS Framework
#60The docs show me what words to type to get your product, but not what your product gives me. From what I figured out it gives me a lot of django stuff. So should I go away now to learn all that djange stuff (probably yes), but then why do I need django forge?
The best explanation is the heading of the video. But still, what is the benefit. How difficult is it to build a SaaS with vanilla django, and how much easier is it with django-forge. I couldnt figure that out.
Can you make a video, where you show how to make a full fledged SaaS with django-forge and deploy it? How long would that video be?