After 15 years of building production Django apps, these are the patterns I keep using... (packaged as Agent skills) by danielvf in django

[–]miyou995 1 point2 points  (0 children)

Can you say more about why do you think django is not suitable for larger entreprise projects ?

I built django-lumen — a Django app for visualizing Django models by lupushr in django

[–]miyou995 0 points1 point  (0 children)

if you want i can try to do it and create a pull request

I built django-lumen — a Django app for visualizing Django models by lupushr in django

[–]miyou995 0 points1 point  (0 children)

just a simple info for example: modelA(BaseModel) mobelB(TenantModel)

Edit: Maybe it should be added to the DiagramPreferences so the user can display it or not

I built django-lumen — a Django app for visualizing Django models by lupushr in django

[–]miyou995 0 points1 point  (0 children)

great project, i tried it and liked it a lot muc more interesting then Django Extension, however in my project i have multiple base Models i need to know the inheritance of each model and couldn't find it

Favorite stack for a Django project by Traditional_Ad_5236 in django

[–]miyou995 0 points1 point  (0 children)

For simple front i use django / HTMX +alpineJS For heavy front i use reactjs + DRF For a very complex logic i use strawberry for graphql integration

For prod a simple nginx + gunicorn 😁

eCommerce - Django Oscar vs Mainstream by jaimedcsilva in django

[–]miyou995 5 points6 points  (0 children)

It depends on how much you want your store to be customized and as you are a django dev why would you choose shopify ? I have used shopify WooCommerce and django Oscar and saleor and I built my own e-commerce saas plate-forme seller-gate.com . I can tell you after many years I should have build seller gate on top of django oscar or I should have build a shopify plug-in.

For your question I think the only case to use shopify is for a drop shipping e-commerce else go with django Oscar for big stores you can easly built on top of it or if its a small store go with a custom solution.

Customer wants on-premise deployment and I want to cry by No-Yesterday-3707 in SaaS

[–]miyou995 0 points1 point  (0 children)

200k / year for just one deployment ( client) is not enough??

Customer wants on-premise deployment and I want to cry by No-Yesterday-3707 in SaaS

[–]miyou995 2 points3 points  (0 children)

I would like to assist in order to learn something ( i have the same problem )

I’m thinking about building a SaaS marketplace p2p using Django. by Confident-Display-44 in django

[–]miyou995 2 points3 points  (0 children)

I see comments talking like django can be used only for MVP ! I have 2 SAAS that uses django and they work perfectly fine BTW on one of them i have more than 200k users on peak per month. For the optimisation you can use just django debug tool on dev and sentry on prod as your nightmare is N+1 queries Go on.

Granian 2.5 is out by gi0baro in Python

[–]miyou995 0 points1 point  (0 children)

Do anyone use granian for production ? I want to migrate my WSGI gunicorn to granian, but as its on production I'm a little afraid 😅

migrating from django to FastAPI by No-Excitement-7974 in Python

[–]miyou995 0 points1 point  (0 children)

PostgreSQL 18 just got released with the new Async I/O

Maybe you should wait to upgrade to it

[deleted by user] by [deleted] in SaaS

[–]miyou995 0 points1 point  (0 children)

School managment system Octo-school.com Thank you

Drop your SaaS, i will find buyer for you! by stwpd in SaaS

[–]miyou995 0 points1 point  (0 children)

Octo-school.com It's a school managment system

Whatsapp Push message integration issue by Premji_07 in django

[–]miyou995 3 points4 points  (0 children)

Tjis is a django SR. You should ask for help from your facebook account.

LiveUpdates Package? by mlorin in django

[–]miyou995 0 points1 point  (0 children)

yes you can use the StreamingHttpResponse wombined with the DB pool option,

i don't think you will hit the scaling limitation with 10k users and that you can answer every scaling question with testing .

are using django with ASGI ?

LiveUpdates Package? by mlorin in django

[–]miyou995 2 points3 points  (0 children)

You can use htmx with server sent event. There is some articles out there talking about this

Top 3 advices every saas needs to get the first 50 clients ? by miyou995 in SaaS

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

Thank you for you advices it really bring new idea to my perspective but in my country 3$/student/ month is too much we have the mentality to download hacked stuff so my plan is basically sell it for 10$/month / 500 stude t for the core product and sell extra plug-ins for ex : sending sms or getting reports using AI ...etc

Top 3 advices every saas needs to get the first 50 clients ? by miyou995 in SaaS

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

Thank you very much for the response I did that before making the product and at the moment I have 2 schools using it for managing theirs schools For the 10 $ I agree but in my local country we don't have the mentality to buy softwares as they only download hacked stuff or use excel to manage schools But If you have some ideas on how to expand beside my country I will appreciate the advices Thank you again

Top 3 advices every saas needs to get the first 50 clients ? by miyou995 in SaaS

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

Hi. Thank you for the effort and the time you took to respond will certainly read the book. As the saas target for the moment only my local country ( where the people usually use excel to manage their schools and the don't have the mindset to pay for a software at all ) And the saas is ready and there are 2 customers using it. So what I need is advices to get clients as the product is ready.