I live in 15th arrondissement, like 5 minutes from portes de versaille, 35 square meters, I pay 900€, not sharing a room.
- I don't have a car, I use public transportation because you don't really need a car, ~90 Euros per month I can go as far as 40km outside paris, 50% of the public transportation is paid by the employer so it's 45€ per month
- teleco bundle: 50€ (1Gbs up and down + 100Gb 5G)
- energy spending: 35€/month
- I eat basically 50% of the time outside, good food organic, burger, ramen etc ...
At the end of the month, I have 1k left.
You clearly don't know Paris, don't know France and don't know Europe :)
Indeed, but the goal of the project is to support django ORM, if you already have a backend running under django and you wanna migrate to async, you will have to write a lot of wrappers. with this module it patches django (QuerySet) with async methods.
You still have to update your code for example
MyModel.objects.get(name="something")
becomes
MyModel.objects.async_get(name="something")
so even though tortoise orm syntax's is similar to django, everything else can be different, migrations etc ...
agreed, I'm more convinced now that django is really enough and get shit done even if there a poor support of async, more convinced after reading this blog post that async python is not faster (was on hn) : https://calpaterson.com/async-python-is-not-faster.html
I'm wondering how much time do you put in contacting prospects and looking for customers ? and how big your team is ? I already heard of single person startups that are working very well but what about remoteok ?