Passionate Django Full Stack developers from Colorado, USA

2024-03-19 Thread ram.mu...@gmail.com
Dear Passionate developers, I would like to connect with expert developers who live in Colorado, USA. Please message me if you are interested? Best Regards, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: Any open source SMS?

2024-03-10 Thread ram.mu...@gmail.com
Hello Vitaly, Thank you for your email but my requirement is to send OTP to registered phone numbers. Best Regards, ~Ram On Friday, March 8, 2024 at 7:41:13 AM UTC-7 Vitaly Bogomolov wrote: > Hi > > > Our use case: > We need to generate OTP code to users upon signup in our application. > >

Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
Rahman wrote: > Why do you need to use a non-standard port such as 4000 when deployed on a > server? > > On Thu, 7 Mar 2024 at 13:18, ram.mu...@gmail.com > wrote: > >> Thank you both. I deployed the same site twice on DO droplets without any >> issues and the si

Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
; > https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu > > Countless attempts and 0 fail. > > Maybe you can try this. If you want to keep trying with your way, also no > problem. > > On Thu, 7 Mar 2024 at 12:02, ram.m

Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
Hi, Hoping someone can provide some clue on this? Best regards, ~Ram On Tuesday, March 5, 2024 at 1:32:51 AM UTC-7 ram.mu...@gmail.com wrote: > Hi, > > Could someone look at this post and help me understand what is missing? We > think there is no issue in our Django application

Django web site is not opened though runserver us running

2024-03-05 Thread ram.mu...@gmail.com
Hi, Could someone look at this post and help me understand what is missing? We think there is no issue in our Django application but Digital Ocean concluded that the issue is from our application.

Re: Why would a deployed site shows up with distorted layout

2024-03-04 Thread ram.mu...@gmail.com
Thank you all for providing valuable answers. 1. My case was actually related to the permission issue on ~/www-data/example.com/static folder as mentioned by @Asamoah Emmanuel. 2. Though I changed the ownership of the folder with siteUser:www-data ~/www-data/example.com/static the problem was

Re: Error while running '$ python manage.py collectstatic --noinput'.

2023-12-19 Thread ram.mu...@gmail.com
Hi Ihor, Thank you for your email. We do not have any reference to heroku but Digital Oceanś App platform is using heroku. We resolved the above error by adding this environment variable: DISABLE_COLLECTSTATIC = 1 But we are planning to enable this once the main deployment is done. Best

Re: Error while running '$ python manage.py collectstatic --noinput'.

2023-12-16 Thread ram.mu...@gmail.com
Here is the static files setting that we have in our settings.py file: *STATIC_URL = '/static/'STATIC_ROOT = os.path.join(BASE_DIR, 'static')* On Saturday, December 16, 2023 at 7:02:46 PM UTC-7 Ram wrote: > Hi, > > Did anyone hit this error before during production server or any type of >

Re: What makes the images deletion from the media folder?

2023-03-30 Thread ram.mu...@gmail.com
Hello David, We are not using a docker container but our server is a dedicated cloud instance. Best regards, ~Ram On Thursday, March 23, 2023 at 10:34:44 PM UTC-6 David Nugent wrote: > Are you using Django in a docker container? > > If so, any changes to the filesystem are ephemeral and