Yorjan Sandoval
Results
1
comments of
Yorjan Sandoval
I just followed the tutorial that is in the repository pip install django-libsql settings.py ` DATABASES = { "default": { "ENGINE": "libsql.db.backends.sqlite3", "NAME": "libsql://${your-db-name}.turso.io?authToken=${your-auth-token}", } } ` obviously with my...