Struggles with FREE Django Deployment

2024-11-10 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi all, I tried to deploy my Django + Celery app to a few well-known free services. The TL:DR version is that it doesn't work. The long answer is in my blogpost: https://buymeacoffee.com/qoyyuum/the-struggle-django-deployments If anyone has any other free service that you want me to try, do leave

Help for deployment with ArgoCD, kubernetes and gitlab CI/CD

2024-10-13 Thread Théodore KOSSI
Hi everyone, I hope everything is going well for you. Someone here can help me to deploy on my VPS server by using Argo-CD, kubernetes and Gitlab CI/CD ? Best Regards. -- theodoros17@python-developer -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Django Static Files Not Loading After EC2 Deployment with Nginx

2024-09-01 Thread Jayesh Bafna
Look into whitenoise if you want to serve it from ec2 / Django-storages if from s3+ CloudFront directly. If you're using docker you might need to mount the staticfiles path on the container. On Thu, 29 Aug 2024, 22:05 Kiran Barai, wrote: > Hello everyone, > > >1. I’m having trouble with my

Re: Django Static Files Not Loading After EC2 Deployment with Nginx

2024-08-29 Thread Abdul Qoyyuum Haji Abdul Kadir (Agent Q)
Did you set up your STATIC_ROOT and do collectstatic? How to manage static files (e.g. images, JavaScript, CSS) | Django documentation | Django (djangoproject.com) <https://docs.djangoproject.com/en/5.0/howto/static-files/#deployment> On Friday 30 August 2024 at 04:06:41 UTC+8 Kiran

Django Static Files Not Loading After EC2 Deployment with Nginx

2024-08-29 Thread Kiran Barai
Hello everyone, 1. I’m having trouble with my Django project after deploying it on an EC2 instance. The issue is that my static files (CSS, JavaScript) are not loading correctly. 2. second issues in URL: - issue with a Django project where the URL generated using the {% url %

Re: APP DEPLOYMENT

2023-08-09 Thread ivan harold
Maybe this will help. https://docs.djangoproject.com/ On Sunday, August 6, 2023 at 5:09:29 AM UTC+8 Dennis Kinanga wrote: > Someone to give me instructions on how to go about it please > > On Aug 6, 2023 00:07, "John McClain" wrote: > > Heroku is easy to implement and offers free tier > > On Th

Re: Error regarding Deployment on Vercel

2023-08-07 Thread krishna soni
how? On Sunday, 6 August, 2023 at 10:09:37 pm UTC+5:30 Mithilesh Rawani wrote: > Yes it's easy > > On Sun, 6 Aug 2023, 4:36 pm krishna soni, wrote: > >> recently I have deployed a project on vercel " >> https://blogstar-web.vercel.app/"; >> giving me error 404 not found can any one tell why thi

Re: Error regarding Deployment on Vercel

2023-08-06 Thread Mithilesh Rawani
Yes it's easy On Sun, 6 Aug 2023, 4:36 pm krishna soni, wrote: > recently I have deployed a project on vercel " > https://blogstar-web.vercel.app/"; > giving me error 404 not found can any one tell why this error is coming > ??? I have searched on google regarding this but not found helpful

Error regarding Deployment on Vercel

2023-08-06 Thread krishna soni
recently I have deployed a project on vercel "https://blogstar-web.vercel.app/"; giving me error 404 not found can any one tell why this error is coming ??? I have searched on google regarding this but not found helpful -- You received this message because you are subscribed to the Google

Re: APP DEPLOYMENT

2023-08-05 Thread Dennis Kinanga
Someone to give me instructions on how to go about it please On Aug 6, 2023 00:07, "John McClain" wrote: Heroku is easy to implement and offers free tier On Thu 20 Jul 2023 at 10:57, Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the r

Re: APP DEPLOYMENT

2023-08-05 Thread John McClain
Heroku is easy to implement and offers free tier On Thu 20 Jul 2023 at 10:57, Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing them as my technical experience. > > -- > You received this message because you are subsc

Re: APP DEPLOYMENT

2023-08-04 Thread Andrei Copelet
Yes, it’s free. On Friday, August 4, 2023 at 10:28:55 AM UTC-4 Dennis Kinanga wrote: > You mean it's freee > > On Aug 4, 2023 17:25, "Andrei Copelet" wrote: > > Hi, > You can deploy on https://fly.io. > > On Thursday, July 20, 2023 at 5:58:24 AM UTC-4 Abdou KARAMBIZI wrote: > >> >> Hello friend

Re: APP DEPLOYMENT

2023-08-04 Thread Andrei Copelet
Hi, recommend this one :https://fly.io On Thursday, July 20, 2023 at 5:58:24 AM UTC-4 Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing them as my technical experience. > -- You received this message because you are

Re: APP DEPLOYMENT

2023-08-04 Thread Kerem Üllenoğlu
Hi, You can also try Render <https://render.com/>. Deployment is free and easy, there is free PostgreSQL database server for 90 days. After 90 days, you can just create a new one for free again and use the backup of old one. 4 Ağustos 2023 Cuma tarihinde saat 14:28:55 UTC itibarıyla

Re: APP DEPLOYMENT

2023-08-04 Thread Dennis Kinanga
You mean it's freee On Aug 4, 2023 17:25, "Andrei Copelet" wrote: Hi, You can deploy on https://fly.io. On Thursday, July 20, 2023 at 5:58:24 AM UTC-4 Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing them as my tec

Re: APP DEPLOYMENT

2023-08-04 Thread Andrei Copelet
Hi, You can deploy on https://fly.io. On Thursday, July 20, 2023 at 5:58:24 AM UTC-4 Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing them as my technical experience. > -- You received this message because you are

Re: APP DEPLOYMENT

2023-07-20 Thread Dennis Kinanga
You mean deploying them in heroku is free was unable to do that On Thu, Jul 20, 2023, 13:03 jeremiah nthiwa wrote: > Hello you can deploy your projects on heroku. > > You can use this YouTube video to help you: > https://www.youtube.com/watch?v=XZoTukqekzY > > On Thu, Jul 20, 2023 at 12:58 PM Abd

Re: APP DEPLOYMENT

2023-07-20 Thread jeremiah nthiwa
Hello you can deploy your projects on heroku. You can use this YouTube video to help you: https://www.youtube.com/watch?v=XZoTukqekzY On Thu, Jul 20, 2023 at 12:58 PM Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing

APP DEPLOYMENT

2023-07-20 Thread Abdou KARAMBIZI
Hello friends, I want to know where I can upload my django projects for the reason of showing them as my technical experience. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, se

Re: Django Deployment.

2023-06-25 Thread David Nugent
; >> Please recommend an article or a tutorial on Django deployment on windows >> server 2016 using either IIS or Apache. If you know the whole process you >> can also share. >> >> Thanks >> >> -- >> You received this message because you are subscribed t

Re: Django Deployment.

2023-06-24 Thread Steve Liu
Hey Maybe you can use Docker for it? On Sat, Jun 24, 2023 at 6:44 PM Thomas Mutavi wrote: > Hello team, > > Please recommend an article or a tutorial on Django deployment on windows > server 2016 using either IIS or Apache. If you know the whole process you > can also sh

Django Deployment.

2023-06-24 Thread Thomas Mutavi
Hello team, Please recommend an article or a tutorial on Django deployment on windows server 2016 using either IIS or Apache. If you know the whole process you can also share. Thanks -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Django aws deployment doesn't work, please help

2023-06-05 Thread Jishnu Ramachandran
This tutorial will help you to achieve what you are trying. On Mon, Jun 5, 2023 at 2:32 PM Jishnu Ramachandran < jishnuchandrala...@gmail.com> wrote: > https://www.youtube.com/watch?v=Xlp9G137-MI > > On Mon, Jun 5, 2023 at 5:51 AM Makan Dianka > wrote: > >> Do you have an account on aws ? Do you

Re: Django aws deployment doesn't work, please help

2023-06-05 Thread Jishnu Ramachandran
https://www.youtube.com/watch?v=Xlp9G137-MI On Mon, Jun 5, 2023 at 5:51 AM Makan Dianka wrote: > Do you have an account on aws ? Do you have a web server on aws ? > Can you ssh into your server aws ? > > > Le dim. 4 juin 2023, 21:17, Francesco Gariboldi < > fgfrancescogaribol...@gmail.com> a écr

Re: Django aws deployment doesn't work, please help

2023-06-04 Thread Makan Dianka
Do you have an account on aws ? Do you have a web server on aws ? Can you ssh into your server aws ? Le dim. 4 juin 2023, 21:17, Francesco Gariboldi < fgfrancescogaribol...@gmail.com> a écrit : > Hi I developed a simple personal blog with Django and Nginx as a reverse > proxy server and want to

Django aws deployment doesn't work, please help

2023-06-04 Thread Francesco Gariboldi
Hi I developed a simple personal blog with Django and Nginx as a reverse proxy server and want to deploy It with AWS in the most cost effettive way. Which Is It? And I don't understand the ports flow between localhost, Django (uwsgi+gunicorn), Nginx, docker (compose), postgrSQL and AWS RDS...ca

RE: Django deployment on local host

2022-12-14 Thread Mike Dewhirst
can find the server.Good luckM--(Unsigned mail from my phone) Original message From: Tinashe Mphisa Date: 15/12/22 01:35 (GMT+10:00) To: Django users Subject: Django deployment on local host I have been looking for clear article or video on how to deploy Django on local

Django deployment on local host

2022-12-14 Thread Tinashe Mphisa
I have been looking for clear article or video on how to deploy Django on local server with no luck. i would appreciate it if I can get a link or any kind of help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: Apache2 hates my Django deployment method

2022-12-11 Thread Mike Dewhirst
hirst wrote: On 12/12/2022 1:33 am, Jason wrote: AFAIK, restarting apache process on deployment is standard, is there a reason you don't want to do that? With Ubuntu 2020.04 and the version of Apache which came with that, reload worked fine and I always thought th

Re: Apache2 hates my Django deployment method

2022-12-11 Thread Jason
read contained in all the processes in that list that is still busy or stuck somehow. On Sunday, December 11, 2022 at 5:45:40 PM UTC-5 Mike Dewhirst wrote: > On 12/12/2022 1:33 am, Jason wrote: > > AFAIK, restarting apache process on deployment is standard, is there a > reason you

Re: Apache2 hates my Django deployment method

2022-12-11 Thread Mike Dewhirst
On 12/12/2022 1:33 am, Jason wrote: AFAIK, restarting apache process on deployment is standard, is there a reason you don't want to do that? With Ubuntu 2020.04 and the version of Apache which came with that, reload worked fine and I always thought that was the right way to redeploy.

Re: Apache2 hates my Django deployment method

2022-12-11 Thread Jason
AFAIK, restarting apache process on deployment is standard, is there a reason you don't want to do that? Templates are picked up because they're not evaluated and compiled, rather they're processed dynamically so any changes there do not require a restart. On Saturday, Decembe

Apache2 hates my Django deployment method

2022-12-10 Thread Mike Dewhirst
Server Version: Apache/2.4.52 (Ubuntu 2022.04) OpenSSL/3.0.2 mod_wsgi/4.9.0 Python/3.10 Server MPM: event Server Built: 2022-09-30T04:09:50 Apache *seems* to hang onto something and eventually crashes after I reload it after deploying a Python file. That is either scripted (delete site and re

Re: Django app deployment on Heroku

2022-09-18 Thread Luciano Martins (luxu)
Use pipenv? I've seen errors like these for those who use it... Em domingo, 18 de setembro de 2022 às 13:15:27 UTC-3, dashlaksh...@gmail.com escreveu: > Why do you want to deploy on heroku ??? If you've the premium > subscription, you can use it or else use railway or render to deploy app. > >

Re: Django app deployment on Heroku

2022-09-18 Thread Lakshyaraj Dash
Why do you want to deploy on heroku ??? If you've the premium subscription, you can use it or else use railway or render to deploy app. On Fri, Sep 16, 2022, 15:00 Wilford Chidawanyika wrote: > Good day. > > l need help on how to deploy my django project on Heroku > > l am getting the below erro

Re: Django app deployment on Heroku

2022-09-18 Thread Joel Wembo
Seem like to get to have root certificate from your computer On Friday, September 16, 2022 at 5:29:55 PM UTC+8 shodza...@gmail.com wrote: > Good day. > > l need help on how to deploy my django project on Heroku > > l am getting the below error when l push heroku master > > Processing > /C:/Windo

Django app deployment on Heroku

2022-09-16 Thread Wilford Chidawanyika
Good day. l need help on how to deploy my django project on Heroku l am getting the below error when l push heroku master Processing /C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi remote:ERROR: Could not install package

Re: static file serve nothing is load in deployment

2022-06-15 Thread Antonis Christofides
ttps://djangodeployment.readthedocs.io/en/latest/_images/how-static-files-work-apache.png. Otherwise, please explain in more detail what your deployment environment looks like. On 15/06/2022 13.08, luca72.b...@gmail.com wrote: Hello i have this configuration in settings

Re: static file serve nothing is load in deployment

2022-06-15 Thread luca72.b...@gmail.com
o/en/latest/_images/how-static-files-work-apache.png. > > Otherwise, please explain in more detail what your deployment environment > looks like. > > > On 15/06/2022 13.08, luca72.b...@gmail.com wrote: > > Hello i have this configuration in settings.py > >

Re: static file serve nothing is load in deployment

2022-06-15 Thread Antonis Christofides
Is this in production? Are you using apache or something? if yes, please take a look at https://djangodeployment.readthedocs.io/en/latest/_images/how-static-files-work-apache.png. Otherwise, please explain in more detail what your deployment environment looks like. On 15/06/2022 13.08

static file serve nothing is load in deployment

2022-06-15 Thread luca72.b...@gmail.com
Hello i have this configuration in settings.py STATIC_URL = '/static_files/' STATIC_ROOT = 'D:/prova_nuovo_sito/static_files' INSTALLED_APPS = [ 'polls.apps.PollsConfig', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions',

Re: Cannot start Daphne / Looking for channels production deployment with daphne/nginx

2021-09-26 Thread mab.mo...@gmail.com
Ok. Got a bit further but getting a different error daphne -b 0.0.0.0 -p 8000 mabtest.asgi.main ERROR: ValueError: not enough values to unpack (expected 2, got 1) Any suggestions? On Thursday, September 23, 2021 at 9:45:59 AM UTC-5 jmenen...@gmail.com wrote: > You are missing a main at

Re: Cannot start Daphne / Looking for channels production deployment with daphne/nginx

2021-09-23 Thread Javier Menéndez Rizo
You are missing a main attribute on your asgi.py file. Try with daphne -b 0.0.0.0 -p 8001 mabtest.asgi:application El miércoles, 22 de septiembre de 2021 a las 20:37:50 UTC, mab.mo...@gmail.com escribió: > Hello, > > I am attempting to add asgi/channels to an existing django project/web > app

Cannot start Daphne / Looking for channels production deployment with daphne/nginx

2021-09-22 Thread mab.mo...@gmail.com
Hello, I am attempting to add asgi/channels to an existing django project/web app. I was originally able to get channels to work via python manage.py runserver I am trying to deploy the project in production but cannot cat Daphne to start. Error messages and relevant files below. Questi

Heroku error after deployment of Django API

2021-06-10 Thread Rudrakshi soni
My API gets deployed but when I check the endpoints of the URL then it's showing an error that tables are missing even after running the Heroku migrations also. I am using the default SQLite db of Django. -- You received this message because you are subscribed to the Google Groups "Django user

Re: NGINX AND DJANGO DEPLOYMENT ISSUE

2021-04-18 Thread Kasper Laudrup
On 18/04/2021 16.51, Sunday Iyanu Ajayi wrote: > Hi Team > > Please I am having serious issue with my nginx server. > > At midnight when the traffic on the server is at it peak, my server > spikes and I get 502 error and from the nginx error log, I get : > > upstream prematurely closed connectio

NGINX AND DJANGO DEPLOYMENT ISSUE

2021-04-18 Thread Sunday Iyanu Ajayi
Hi Team Please I am having serious issue with my nginx server. At midnight when the traffic on the server is at it peak, my server spikes and I get 502 error and from the nginx error log, I get : upstream prematurely closed connection while reading response header from upstream upstream timed o

Re: deployment UI

2021-03-15 Thread Chetan Ganji
Checkout PythonAnywhere if it helps you or not On Mon, Mar 15, 2021, 8:15 PM waverider wrote: > Hi, > > Is there some web interface (SaaS or on premises) for initial server setup > and Django apps deployment? > > Are you happily using it? > > There are a few SaaS t

deployment UI

2021-03-15 Thread waverider
Hi, Is there some web interface (SaaS or on premises) for initial server setup and Django apps deployment? Are you happily using it? There are a few SaaS tools for PHP apps, but I haven't seen one for Django. Thanks PS: I'm not asking about CLI tools like configuration managemen

Re: Django app deployment

2021-02-03 Thread Eugene TUYIZERE
Dear Kasper, Thank you very much for the documentation. regards, On Mon, 1 Feb 2021 at 13:54, Kasper Laudrup wrote: > On 01/02/2021 12.49, Eugene TUYIZERE wrote: > > > > How to connect a django application to a Database that is on a different > > machine with an application file? I mean, if th

Re: Django app deployment

2021-02-01 Thread Kasper Laudrup
On 01/02/2021 12.49, Eugene TUYIZERE wrote: How to connect a django application to a Database that is on a different machine with an application file? I mean, if the application files are on the machine(server) A and database is on the machine(server) B Simple enough. Have a look at the HO

Django app deployment

2021-02-01 Thread Eugene TUYIZERE
Dear Team, How to connect a django application to a Database that is on a different machine with an application file? I mean, if the application files are on the machine(server) A and database is on the machine(server) B Regards, -- *TUYIZERE Eugene* *Msc Degree in Mathematical Science* *Afr

Re: Error After Heroku Deployment

2020-12-30 Thread Sumit Pande
Yes . I got the solution. Thanks On Wed, Dec 30, 2020, 8:43 PM RANGA BHARATH JINKA wrote: > Hi, > > Run > heroku run python manage.py makemigrations > heroku run python manage.py migrate > > All the best > > On Wed, Dec 30, 2020 at 8:18 PM Sumit Pande <2018bit...@sggs.ac.in> wrote: > >> Program

Re: Error After Heroku Deployment

2020-12-30 Thread RANGA BHARATH JINKA
Hi, Run heroku run python manage.py makemigrations heroku run python manage.py migrate All the best On Wed, Dec 30, 2020 at 8:18 PM Sumit Pande <2018bit...@sggs.ac.in> wrote: > ProgrammingError at /accounts/login/ > relation "django_site" does not exist > LINE 1: ..."django_site"."domain", "dj

Re: deployment error : django + pgsql

2020-12-29 Thread Govind Kumar Yadav
Hi, Arisophy No it's not the same case as I'm getting error while running "python manage.py makemigrations". But what I have gathered through this time is I need to empty the migration and cache folder as there is no error while creating a new project. I don't know why it's like that. regards, Govi

Re: deployment error : django + pgsql

2020-12-29 Thread Arisophy ISJ
Hi, Govind, Did you see this page? https://stackoverflow.com/questions/51903606/errors-when-i-try-to-migrate-in-django2 Is that situation similar to yours? regards, Arisophy 2020年12月30日水曜日 6:33:13 UTC+9 jayo...@gmail.com: > Initially my webapp was using sqlite and I tried migrate my data to

Re: deployment error : django + pgsql

2020-12-29 Thread Govind Kumar Yadav
Initially my webapp was using sqlite and I tried migrate my data to postgresdb by following the same procedure as mentioned in the " Dev post " you just shared with me while I was deploying the webapp on nginx server but it failed with error "unknown field (s) (next_post, previous_post)". After th

Re: deployment error : django + pgsql

2020-12-29 Thread Kasper Laudrup
Hi Govind, On 29/12/2020 21.57, Govind Kumar Yadav wrote: Like if I am trying to deploy a new project from beginning I am able to do that without any error but when I try to deploy my already existing project which works fine on my local windows machine with postgresdb it fails to migrate the

Re: deployment error : django + pgsql

2020-12-29 Thread Danny Gho
Can you describe the error? Is there any error message you are getting? Make sure that your pgsql port is open to local network/your Django server connection. Sincerely yours, Danny Gho dannygho.com On Tue, Dec 29, 2020, 21:43 Govind Kumar Yadav wrote: > hi I have been trying to deploy my

Re: deployment error : django + pgsql

2020-12-29 Thread Chetan Ganji
Give the details of not able to migrate and someone might be able to help you Meanwhile refer to below doc and try again. https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-20-04 Regards, Chetan Ganji +91-900-483-4183 ganji.che...@gma

Re: deployment error : django + pgsql

2020-12-29 Thread Kasper Laudrup
Hi Govind, On 29/12/2020 15.43, Govind Kumar Yadav wrote: hi I have been trying to deploy my Django project with pgsql on Linux with over nginx server but i am not able to migrate for my already existing project which works fine in my windows machine. Help me to get over the issues. No one i

deployment error : django + pgsql

2020-12-29 Thread Govind Kumar Yadav
hi I have been trying to deploy my Django project with pgsql on Linux with over nginx server but i am not able to migrate for my already existing project which works fine in my windows machine. Help me to get over the issues. regards , Govind -- You received this message because you are subscribe

Re: Help: Deployment to Production Server

2020-12-28 Thread Prashanjeet Halder
es, free or paid? >> >> Min requirements: >> >>- Django app prep for production >>- Deployment to production servers >> >> Bonus: >> >>- Deployment via Containers (Kubernetes / Docker) >> >> >> If you'

Re: Help: Deployment to Production Server

2020-12-28 Thread Januarius Njoku
s/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04 > > On Sun, Dec 27, 2020 at 10:19 PM rpower wrote: > >> Any resources, free or paid? >> >> Min requirements: >> >>- Django app prep for production >>- Deployment to production

Re: Help: Deployment to Production Server

2020-12-27 Thread Devender Kumar
wrote: > Any resources, free or paid? > > Min requirements: > >- Django app prep for production >- Deployment to production servers > > Bonus: > >- Deployment via Containers (Kubernetes / Docker) > > > If you'd like to offer services, ema

Help: Deployment to Production Server

2020-12-27 Thread rpower
Any resources, free or paid? Min requirements: - Django app prep for production - Deployment to production servers Bonus: - Deployment via Containers (Kubernetes / Docker) If you'd like to offer services, email me separately, but understand you'll be teaching, not just

Deployment to VM (full root access) with container or not?

2020-09-10 Thread guettli
I know this page: https://docs.djangoproject.com/en/3.1/howto/deployment/ And yes, I could help myself to get my django project running on a webserver. Nevertheless I would like to follow a common way instead of hacking it on my own. In the past I used this pattern: I created a linux user for

Re: error at deployment

2020-08-23 Thread Kasper Laudrup
Hi Sayur, On 22/08/2020 22.53, Sayur Patel wrote: hello i am beginner and this is my first project. Welcome to developing websites using Django. Hope you'll enjoy it. anything am i missing? You should probably let us know a bit about what Phusion Passenger is and how you have deployed

Re: error at deployment

2020-08-23 Thread MUGOYA DIHFAHSIH
Also that error comes about if you didn't create well the python application like maybe you missed the application root, or you didn't replace the code in your wsgi.py with this line. from myproject import application On Sun, Aug 23, 2020, 22:49 MUGOYA DIHFAHSIH wrote: > You are missing python

Re: error at deployment

2020-08-23 Thread MUGOYA DIHFAHSIH
You are missing python manage.py collectstatic, this is used to copy your static files to public fold so that they can be served by the server . On Sun, Aug 23, 2020, 02:14 Amresh Giri wrote: > Check logs bro. You'll know what went wrong and where. > > On Sun, Aug 23, 2020, 3:45 AM Sayur Patel

Re: error at deployment

2020-08-22 Thread Amresh Giri
Check logs bro. You'll know what went wrong and where. On Sun, Aug 23, 2020, 3:45 AM Sayur Patel wrote: > hello i am beginner and this is my first project. > > i have error on my home page. > > i do > >1. installing dependency >2. makemigrations >3. migrate >4. createsuperuser

error at deployment

2020-08-22 Thread Sayur Patel
hello i am beginner and this is my first project. i have error on my home page. i do 1. installing dependency 2. makemigrations 3. migrate 4. createsuperuser - setting.py - change static root - static dir - media root - allowed host - debug = false anyt

Re: Django deployment on linux rhel 7

2020-07-13 Thread Ajish Gopinath
Try changing version of Bootstrap..4.0.0 On Sun 12 Jul, 2020, 8:33 PM Kasper Laudrup, wrote: > On July 12, 2020 4:41:31 PM GMT+02:00, Ashish General < > kumarashish2...@gmail.com> wrote: > >Hi Kasper, > > > >Thanks that link is good for reference but I just try to run run server > >with below co

Re: Django deployment on linux rhel 7

2020-07-12 Thread Kasper Laudrup
On July 12, 2020 4:41:31 PM GMT+02:00, Ashish General wrote: >Hi Kasper, > >Thanks that link is good for reference but I just try to run run server >with below command but bootstrap is not getting loaded. Same project on >win10 is loading bootstrap correctly. Can you help > Send your replies to

Re: Django deployment on linux rhel 7

2020-07-12 Thread Ajish Gopinath
Yes, I have installed and its working fine. On Sun, 12 Jul 2020 at 17:47, ashish goyal wrote: > Hi, > > Anyone done django deployment on linux rhel 7 and bootstrap working fine > with below command > python manage.py runserver > > Need help > > Thanks > Ashish >

Re: Django deployment on linux rhel 7

2020-07-12 Thread Kasper Laudrup
On July 12, 2020 2:16:19 PM GMT+02:00, ashish goyal wrote: >Hi, > >Anyone done django deployment on linux rhel 7 and bootstrap working >fine with below command >python manage.py runserver > >Need help > https://simpleisbetterthancomplex.com/tutorial/2017/05/2

Django deployment on linux rhel 7

2020-07-12 Thread ashish goyal
Hi, Anyone done django deployment on linux rhel 7 and bootstrap working fine with below command python manage.py runserver Need help Thanks Ashish -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: Search returned after deployment to Heroku

2020-06-22 Thread Kasper Laudrup
Hi Sunday, On 22/06/2020 23.35, sunday honesty wrote: My search functionnlaity worked fine and is even working well now on my local host but always returns error when I run it on heroku. (Server error) How has any idea pls Look at the logs on the server to figure out the actual cause of the

Search returned after deployment to Heroku

2020-06-22 Thread sunday honesty
My search functionnlaity worked fine and is even working well now on my local host but always returns error when I run it on heroku. (Server error) How has any idea pls -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g

Re: Error Deployment

2020-06-22 Thread Kasper Laudrup
Hi Giovanni, On 22/06/2020 20.21, Giovanni Silva wrote: Hi everybody. I have an VPS and I'm trying to configure it to deploy some djangos app. I'm follow this tutorial, but I had an error https://www.techsupportpk.com/2019/08/how-to-set-up-django-with-postgres-nginx-gunicorn-ubuntu-1904.html

Error Deployment

2020-06-22 Thread Giovanni Silva
Hi everybody. I have an VPS and I'm trying to configure it to deploy some djangos app. I'm follow this tutorial, but I had an error https://www.techsupportpk.com/2019/08/how-to-set-up-django-with-postgres-nginx-gunicorn-ubuntu-1904.html gmrsbh@vmi404911:~/testprojectdir$ sudo systemctl status

Re: Django, Markdownx, image upload from admin after deployment

2020-05-02 Thread Atsunori Kaneshige
Hi, Yashwanth, Thank you for your reply. I watched it, but this is nothing to do with markdownx. I implemented markdownx, https://github.com/neutronX/django-markdownx. This is working properly locally and I can upload images by drag&drop in my admin site. *However, I cannot drag and drop images

Re: Django, Markdownx, image upload from admin after deployment

2020-05-02 Thread yashwanth balanagu
https://www.youtube.com/watch?v=0Ov1Yd1uCuA once see this video -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To vi

Django, Markdownx, image upload from admin after deployment

2020-05-02 Thread Atsunori Kaneshige
deployment and everything works fine *However, only image uploading from admin site in production is not working.* Since everything works fine locally, I have trouble in figuring out what is a possible solution for this. Could anyone give an advice about this image upload issue? I really appreciate

Which Application server is best for django deployment on Windows server 2012R2 flatform

2020-04-02 Thread Surendranath Kuchi
Dear all, I am new to django and python. I would like to know which Application server is best for to deploy and consider as a production environment. Our infrastructure is window based. Currently we have Windows server 2012R2. Kindly let me know free application servers for commercial use. Tha

Deployment process and commands?

2020-03-23 Thread Ram
Hi, We deployed our first version of source code our dJango application into our development hosting server using 'git clone ...' command. Now we need to deploy or integrate next version of developed code, for which we would like to know commands and process to achieve the following. 1. Do we nee

Re: Django deployment with .htacess

2020-01-30 Thread Motaz Hejaze
I dont think that will work for django ! On Thu, 30 Jan 2020, 10:07 pm Perceval Maturure, wrote: > Hi All > Is there anyone who has used .htacess to deploy a Django website on a > server you do not have access to the apache2 conf file. ? > > Please share the tricks > Regards > Perceval > > -- >

Django deployment with .htacess

2020-01-30 Thread Perceval Maturure
Hi All Is there anyone who has used .htacess to deploy a Django website on a server you do not have access to the apache2 conf file. ? Please share the tricks Regards Perceval -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
08:53 PM UTC+5:30, Motaz Hejaze wrote: >> >> Hey Friends! >> >> I want to ask what is the best Django deployment stack to increase the >> request/per/second rate ?? >> >> does Nginx have better performance than apache ? >> >> What about Gunicor

Re: Best Django Deployment

2020-01-25 Thread aakansha jain
Can anyone tell me how to run the django development environment so that I can contribute to Django. On Wednesday, January 22, 2020 at 10:08:53 PM UTC+5:30, Motaz Hejaze wrote: > > Hey Friends! > > I want to ask what is the best Django deployment stack to increase the > request/

Re: Best Django Deployment

2020-01-25 Thread aakansha jain
Can anyone tell me how to run the django development environment so that I can contribute to Django. On Wed, Jan 22, 2020 at 10:09 PM Motaz Hejaze wrote: > Hey Friends! > > I want to ask what is the best Django deployment stack to increase the > request/per/second rate ?? > &g

Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
stalk deployments and various others. >>>> >>>> Realistically I don't think there is a "best" way. It all depends on >>>> your environment, what you're working with and what you know. >>>> >>>> If you're new to deploying

Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
27;d just follow the digital ocean >>> guide with nginx and gunicorn here: >>> https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04 >>> >>> It teaches you the basics of what you want to know. >>>

Re: Best Django Deployment

2020-01-25 Thread Nick Sarbicki
/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04 >> >> It teaches you the basics of what you want to know. >> >> In the end every style of deployment has its ups and downs so I'd just >> use whatever works best for you. If you don&#x

Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
you know. > > If you're new to deploying Django I'd just follow the digital ocean guide > with nginx and gunicorn here: > https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04 > > It teaches you the basics of

Re: Best Django Deployment

2020-01-25 Thread Nick Sarbicki
hes you the basics of what you want to know. In the end every style of deployment has its ups and downs so I'd just use whatever works best for you. If you don't know what that is then try whatever seems simplest (in my opinion that digital ocean guide) and feel free to evolve and adapt fr

Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
I found this comparison on a blog .. Apache vs Nginx https://www.hostingadvice.com/how-to/nginx-vs-apache/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to djan

Re: Best Django Deployment

2020-01-23 Thread Mike Dewhirst
On 24/01/2020 3:14 pm, onlinejudge95 wrote: +1 on the question. Mainly whether the Apache + modWSGI or Nginx is the better way to go. I use Apache + modWSGI because I'm familiar with it. I also run a Mezzanine site which uses Gunicorn + nginx and the setup wasn't difficult. I don't think per

Re: Best Django Deployment

2020-01-23 Thread onlinejudge95
+1 on the question. Mainly whether the Apache + modWSGI or Nginx is the better way to go. On Fri, Jan 24, 2020, 7:41 AM Aldian Fazrihady wrote: > Google AppEngine fFex will handle everything for you, but for my > requirement, the price is too expensive, so I don't use it and I also don't > use a

Re: Best Django Deployment

2020-01-23 Thread Aldian Fazrihady
Google AppEngine fFex will handle everything for you, but for my requirement, the price is too expensive, so I don't use it and I also don't use any Google cloud product to host my Django app. If your app code is not efficient, it means it will use more resources, then the monthly bill of AppEngine

  1   2   3   4   5   6   7   8   9   >