vayak_
vayak_
RRailway
Created by vayak_ on 11/16/2024 in #✋|help
custom domain name is not linking from long time getting the Issuing TLS certificate
with railway
21 replies
RRailway
Created by vayak_ on 11/16/2024 in #✋|help
custom domain name is not linking from long time getting the Issuing TLS certificate
I have an example also
21 replies
RRailway
Created by vayak_ on 11/16/2024 in #✋|help
custom domain name is not linking from long time getting the Issuing TLS certificate
already used for root domain
21 replies
RRailway
Created by vayak_ on 11/16/2024 in #✋|help
custom domain name is not linking from long time getting the Issuing TLS certificate
this time getting this problem
21 replies
RRailway
Created by vayak_ on 11/16/2024 in #✋|help
custom domain name is not linking from long time getting the Issuing TLS certificate
already added hostinger for other 3 website it is working fine
21 replies
RRailway
Created by vayak_ on 11/16/2024 in #✋|help
custom domain name is not linking from long time getting the Issuing TLS certificate
brother but I have already buy the hostinger
21 replies
RRailway
Created by vayak_ on 11/16/2024 in #✋|help
custom domain name is not linking from long time getting the Issuing TLS certificate
means I need to link my hostinger with cloudfare?
21 replies
RRailway
Created by vayak_ on 11/16/2024 in #✋|help
custom domain name is not linking from long time getting the Issuing TLS certificate
no
21 replies
RRailway
Created by vayak_ on 11/16/2024 in #✋|help
custom domain name is not linking from long time getting the Issuing TLS certificate
means?
21 replies
RRailway
Created by vayak_ on 11/16/2024 in #✋|help
custom domain name is not linking from long time getting the Issuing TLS certificate
yes
21 replies
RRailway
Created by vayak_ on 10/2/2024 in #✋|help
Getting error when deploying the django channels project in railway
amazing experience with railway
61 replies
RRailway
Created by vayak_ on 10/2/2024 in #✋|help
Getting error when deploying the django channels project in railway
yaa no issue
61 replies
RRailway
Created by vayak_ on 10/2/2024 in #✋|help
Getting error when deploying the django channels project in railway
thank you so much
61 replies
RRailway
Created by vayak_ on 10/2/2024 in #✋|help
Getting error when deploying the django channels project in railway
solved brother
61 replies
RRailway
Created by vayak_ on 10/2/2024 in #✋|help
Getting error when deploying the django channels project in railway
can you help me with that?
61 replies
RRailway
Created by vayak_ on 10/2/2024 in #✋|help
Getting error when deploying the django channels project in railway
now getting this error: django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
61 replies
RRailway
Created by vayak_ on 10/2/2024 in #✋|help
Getting error when deploying the django channels project in railway
changed made by chatgpt guide
61 replies
RRailway
Created by vayak_ on 10/2/2024 in #✋|help
Getting error when deploying the django channels project in railway
# Pull official base image
FROM python:3.12-slim

# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV DJANGO_SETTINGS_MODULE charity_pro.settings # Properly set DJANGO_SETTINGS_MODULE to point to your settings module

# Set working directory
WORKDIR /app

# Install dependencies
COPY requirements.txt /app/
RUN pip install --upgrade pip
RUN pip install -r requirements.txt

# Copy project files
COPY . /app/

# Install daphne (no need for gunicorn)
RUN pip install daphne

# Expose the dynamic port (optional)
EXPOSE 8000

# Use the environment variable $PORT for deployment
CMD ["sh", "-c", "daphne -b 0.0.0.0 -p $PORT charity_pro.asgi:application"]
# Pull official base image
FROM python:3.12-slim

# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV DJANGO_SETTINGS_MODULE charity_pro.settings # Properly set DJANGO_SETTINGS_MODULE to point to your settings module

# Set working directory
WORKDIR /app

# Install dependencies
COPY requirements.txt /app/
RUN pip install --upgrade pip
RUN pip install -r requirements.txt

# Copy project files
COPY . /app/

# Install daphne (no need for gunicorn)
RUN pip install daphne

# Expose the dynamic port (optional)
EXPOSE 8000

# Use the environment variable $PORT for deployment
CMD ["sh", "-c", "daphne -b 0.0.0.0 -p $PORT charity_pro.asgi:application"]
61 replies
RRailway
Created by vayak_ on 10/2/2024 in #✋|help
Getting error when deploying the django channels project in railway
yes
61 replies
RRailway
Created by vayak_ on 10/2/2024 in #✋|help
Getting error when deploying the django channels project in railway
after removing the start command from railway
61 replies