Filik
Filik
RRailway
Created by Filik on 10/4/2023 in #✋|help
Asgi:daphne
i got this error when i run server File "/opt/venv/lib/python3.8/site-packages/django/apps/registry.py", line 138, in check_apps_ready raise AppRegistryNotReady("Apps aren't loaded yet.") django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. it works fine but when i deploy i got this error
75 replies
RRailway
Created by Filik on 8/19/2023 in #✋|help
cant see my domains in settings
50 replies
RRailway
Created by Filik on 8/18/2023 in #✋|help
Deployment has crashed
import cv2  File "/opt/venv/lib/python3.8/site-packages/cv2/init.py", line 181, in <module>  bootstrap()  File "/opt/venv/lib/python3.8/site-packages/cv2/init.py", line 153, in bootstrap  native_module = importlib.import_module("cv2")  File "/root/.nix-profile/lib/python3.8/importlib/init.py", line 127, in import_module  return _bootstrap._gcd_import(name[level:], package, level)  ImportError: libGL.so.1: cannot open shared object file: No such file or directory hello can i get help pls
17 replies
RRailway
Created by Filik on 8/31/2022 in #✋|help
django-crontab
Hello developers, im trying to deploy django app with corntab jobs included but it’s not working after deployment any suggestions how i can fix this and thanks 🙏
3 replies
RRailway
Created by Filik on 8/29/2022 in #✋|help
Hey ! Deploying Issue
i keep getting this error while i'm deploying my first app Operations to perform: Apply all migrations: admin, auth, contenttypes, members, posts, sessions Running migrations: No migrations to apply. /bin/bash: line 1: gunicorn: command not found Operations to perform: Apply all migrations: admin, auth, contenttypes, members, posts, sessions Running migrations: No migrations to apply. /bin/bash: line 1: gunicorn: command not found Operations to perform: Apply all migrations: admin, auth, contenttypes, members, posts, sessions Running migrations: No migrations to apply. /bin/bash: line 1: gunicorn: command not found Operations to perform: Apply all migrations: admin, auth, contenttypes, members, posts, sessions Running migrations: No migrations to apply. /bin/bash: line 1: gunicorn: command not found Operations to perform: Apply all migrations: admin, auth, contenttypes, members, posts, sessions Running migrations: No migrations to apply. /bin/bash: line 1: gunicorn: command not found Operations to perform: Apply all migrations: admin, auth, contenttypes, members, posts, sessions Running migrations: No migrations to apply. /bin/bash: line 1: gunicorn: command not found Operations to perform: Apply all migrations: admin, auth, contenttypes, members, posts, sessions Running migrations: No migrations to apply. /bin/bash: line 1: gunicorn: command not found Operations to perform: Apply all migrations: admin, auth, contenttypes, members, posts, sessions Running migrations: No migrations to apply. /bin/bash: line 1: gunicorn: command not found Operations to perform: Apply all migrations: admin, auth, contenttypes, members, posts, sessions Running migrations: No migrations to apply. /bin/bash: line 1: gunicorn: command not found
18 replies