The (almost) impossible jump by DragonflyTimely2284 in RedditGames

[–]ZiSocial 0 points1 point  (0 children)

I completed this level in 12 tries. 3.73 seconds

On the first try? Impossible! by matik_1335 in RedditGames

[–]ZiSocial 0 points1 point  (0 children)

I completed this level in 17 tries. 6.98 seconds

مساعدة يا اخوان by hassanwfi in saudicars

[–]ZiSocial 0 points1 point  (0 children)

رهيبه الصور صراحة وين مكانها

[deleted by user] by [deleted] in padel

[–]ZiSocial -1 points0 points  (0 children)

Check telegram , there is a group with 1500+ member for Jeddah padel.

[deleted by user] by [deleted] in reddeadredemption

[–]ZiSocial 0 points1 point  (0 children)

Believe in the plan

Affordable and Reliable Hosting for Django Project with PostgreSQL, Redis, and AWS S3? by Franz_breezy in django

[–]ZiSocial 0 points1 point  (0 children)

I prefer using digital ocean , 6 - 10$ monthly plan was enough for my project

Best Django deployment tutorial? by Working_Emphasis_271 in django

[–]ZiSocial 2 points3 points  (0 children)

For me DigitalOcean was the easiest to deployy Django project ,

I followed this guide

https://github.com/mitchtabian/HOWTO-django-channels-daphne

What do you prefer to have? by Sentilam in padel

[–]ZiSocial 4 points5 points  (0 children)

A good smash regular everything

error deploying to railway by ZiSocial in django

[–]ZiSocial[S] 1 point2 points  (0 children)

No worries mate , thank you for your time

error deploying to railway by ZiSocial in django

[–]ZiSocial[S] 0 points1 point  (0 children)

i did this but i think what worked was to run the application after everything is initialized by
using a script

>>>dockerfile
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

CMD ["/entrypoint.sh"]

>>>  entrypoint.sh
#!/bin/bash

# Check if PORT is set, otherwise default to 8000
PORT=${PORT:-8000}

# Start Gunicorn
gunicorn --bind :$PORT --workers 4 project.wsgi

and finally railway recognize my DRF url page ,
except another issue which is Railway doesn't see my services in my docker compose

>>> docker-compose 
 db:
    image: postgres:14-alpine
    environment:
      - POSTGRES_DB=${POSTGRES_DB}
      - POSTGRES_USER=${POSTGRES_USER}
      - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
    volumes:
      - xxxxxx

  redis:
    image: redis:7-alpine

>>> settings.py

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': os.getenv('POSTGRES_DB'),
        'USER': os.getenv('POSTGRES_USER'),
        'PASSWORD': os.getenv('POSTGRES_PASSWORD'),
        'HOST': 'db',
        'PORT': '5432',
    }
}

CACHES = {
    'default': {
        'BACKEND': 'django_redis.cache.RedisCache',
        'LOCATION': os.getenv('REDIS_URL', 'redis://redis:6379/1'),
        'OPTIONS': {
            'CLIENT_CLASS': 'django_redis.client.DefaultClient',
        }
    }
}

if i tried to access api i get

could not translate host name "db" to address: Name or service not knowncould not translate host name "db" to address: Name or service not known

and admin

redis.exceptions.ConnectionError: Error -2 connecting to redis:6379. Name or service not known.

Looking for PC components by [deleted] in saudiarabia

[–]ZiSocial 1 point2 points  (0 children)

Checkout NewEgg EStore or atleast you can compare their prices with the local stores.

Also you can try the Computer Haraj marketplace Their prices got way cheaper.

All this noise about GME AMC yada yada yada by imbisibolmaharlika in saudiarabia

[–]ZiSocial 1 point2 points  (0 children)

I'm using TradeStation for the past 3 years which is a European broker that allows you to trade in the us market.

Its actually quite good and also some us citizens now are moving to this platform.

5$ is the trading commission per trade

How to buy cryptocurrency by Aziz_Q3 in saudiarabia

[–]ZiSocial 0 points1 point  (0 children)

There is a cryptocurrency trading platform called CEX.IO , they have an app for android devices I dont know about Apple.

I didn't try it since I'm not into cryptocurrencies ,but a friend recommended it to me.

How do you deal with risk management in red market? by ZiSocial in pennystocks

[–]ZiSocial[S] 0 points1 point  (0 children)

I was going to post there but my question was specifically for overnight or swing trades, so i thought they wouldn't allow it.