ketzlquatl
createsuperuser with sqlite
I have a low priority django app that just uses a sqlite db instead of postgres so I have a volume attached to my service for it.
Locally I have linked the service, but when I try and run
railway run python manage.py createsuperuser
I get errors.
django.db.utils.OperationalError: unable to open database file
Far as I can tell there is no way to run anything directly on the service, which really sucks because that seems to be why this isn't working.17 replies