Re: Deploying Django Project on Kubernetes

2021-05-07 Thread Mohit Gupta
Online training on python and django for beginners. Interested people contact on me On Fri, 7 May, 2021, 8:56 AM parmeshwar deharkar, < parmeshwardehar...@gmail.com> wrote: > yes we guide you and i will solve your problem. tell me your requirement > now > > On Thu, May 6, 2021 at 7:11 PM 'Muhamma

Re: Deploying Django Project on Kubernetes

2021-05-06 Thread parmeshwar deharkar
yes we guide you and i will solve your problem. tell me your requirement now On Thu, May 6, 2021 at 7:11 PM 'Muhammad Asim Khaskheli' via Django users < django-users@googlegroups.com> wrote: > Hello everyone! > I want to make my django project with mysql backend live on kubernetes, > however, I d

Deploying Django Project on Kubernetes

2021-05-06 Thread 'Muhammad Asim Khaskheli' via Django users
Hello everyone! I want to make my django project with mysql backend live on kubernetes, however, I dont have any prior knowledge about this. Can anyone guide me in this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: deploying django project with mod_wsgi and apache

2020-05-17 Thread みやうち`
I found out part of my code has problem, althogh I don't know why it didn't output an error. Anyway, thank you for reply. -- 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

Re: deploying django project with mod_wsgi and apache

2020-05-16 Thread みやうち`
AWS EC2 with Linux. Since deployment of "polls" app works fine, I think there is no problem with server... But django and apache give no error about my app. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: deploying django project with mod_wsgi and apache

2020-05-16 Thread Kurosh Sol
what is your server as you are Japanese might be use server or sakura? On Sun, May 17, 2020 at 10:07 AM みやうち` wrote: > I got completely stuck deploying django to production. > > I deployed my project using apache and mod_wsgi, and then it hangs I > access it with browser. > Neither django nor a

deploying django project with mod_wsgi and apache

2020-05-16 Thread みやうち`
I got completely stuck deploying django to production. I deployed my project using apache and mod_wsgi, and then it hangs I access it with browser. Neither django nor apache gives me any errors at all, so I can't guess the cause of problem. Since it can be accessed by starting with "runserver",

Re: Deploying Django Project on heroku

2020-05-16 Thread Sunday Iyanu Ajayi
Hi Akshat, It worked *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sat, May 16, 2020 at 2:39 PM Akshat Zala wrote: > Did the downgrading django==2.2 LTS worked? > > On Friday, 15 May 2020 00:40:42 UTC+5:30, Sunday Iyanu Ajayi wrote: >> >> Thank you. I will do that >> *AJAY

Re: Deploying Django Project on heroku

2020-05-16 Thread Akshat Zala
Did the downgrading django==2.2 LTS worked? On Friday, 15 May 2020 00:40:42 UTC+5:30, Sunday Iyanu Ajayi wrote: > > Thank you. I will do that > *AJAYI Sunday * > (+234) 806 771 5394 > *sunne...@gmail.com * > > > > On Thu, May 14, 2020 at 3:58 AM Akshat Zala > wrote: > >> If possible, please dow

Re: Deploying Django Project on heroku

2020-05-14 Thread Sunday Iyanu Ajayi
Thank you. I will do that *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Thu, May 14, 2020 at 3:58 AM Akshat Zala wrote: > If possible, please downgrade the django version to django2.2 LTS and try > again... > > -- > You received this message because you are subscribed to the

Re: Deploying Django Project on heroku

2020-05-13 Thread Shyam Acharjya
dude the error is staring at you. have you read the logs? just update the whitenoise library. django.utils.six is deprecated. if you want to use six you have to import it independently. On Thu, May 14, 2020 at 8:28 AM Akshat Zala wrote: > If possible, please downgrade the django version to djang

Re: Deploying Django Project on heroku

2020-05-13 Thread Akshat Zala
If possible, please downgrade the django version to django2.2 LTS and try again... -- 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...@goog

Re: Deploying Django Project on heroku

2020-05-13 Thread Akshat Zala
If possible, please downgrade DJ version to 2.2 LTS and try again to execute the code. -- 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...@

Re: Deploying Django Project on heroku

2020-05-13 Thread Sunday Iyanu Ajayi
Django 3.0.5 *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Wed, May 13, 2020 at 4:17 PM Akshat Zala wrote: > Which version of django are you using? > > On Saturday, 9 May 2020 19:21:53 UTC+5:30, Sunday Iyanu Ajayi wrote: >> >> I have but I still get error >> >> [image: image.

Re: Deploying Django Project on heroku

2020-05-13 Thread Akshat Zala
If using django3.0.0, please down grade the django.VERSION to django==2.2 On Wednesday, 13 May 2020 20:46:17 UTC+5:30, Akshat Zala wrote: > > Which version of django are you using? > > On Saturday, 9 May 2020 19:21:53 UTC+5:30, Sunday Iyanu Ajayi wrote: >> >> I have but I still get error >> >> [i

Re: Deploying Django Project on heroku

2020-05-13 Thread Akshat Zala
Which version of django are you using? On Saturday, 9 May 2020 19:21:53 UTC+5:30, Sunday Iyanu Ajayi wrote: > > I have but I still get error > > [image: image.png] > *AJAYI Sunday * > (+234) 806 771 5394 > *sunne...@gmail.com * > > > > On Sat, May 9, 2020 at 1:50 PM ola neat > > wrote: > >> Halo,

Re: Deploying Django Project on heroku

2020-05-09 Thread ola neat
Halo, i feel if u follow the step in this article https://www.codementor.io/@jamesezechukwu/how-to-deploy-django-app-on-heroku-dtsee04d4 u should b good On Sat, May 9, 2020, 01:15 Sunday Iyanu Ajayi wrote: > Hi Motaz, > Thank you so much. > Is today cool? > What time (in GMT+1) will be cool for

Re: Deploying Django Project on heroku

2020-05-08 Thread Sunday Iyanu Ajayi
Hi Motaz, Thank you so much. Is today cool? What time (in GMT+1) will be cool for you? *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sun, May 3, 2020 at 11:05 PM Motaz Hejaze wrote: > Let us have a zoom meeting to fix it > > On Sun, 3 May 2020, 11:45 pm Sunday Iyanu Ajayi,

Re: Deploying Django Project on heroku

2020-05-03 Thread Motaz Hejaze
Let us have a zoom meeting to fix it On Sun, 3 May 2020, 11:45 pm Sunday Iyanu Ajayi, wrote: > I have but it keeps telling that it is misconfigured > *AJAYI Sunday * > (+234) 806 771 5394 > *sunnexaj...@gmail.com * > > > > On Sat, Apr 25, 2020 at 3:17 PM sagar ninave > wrote: > >> Do you insta

Re: Deploying Django Project on heroku

2020-05-03 Thread Sunday Iyanu Ajayi
I have but it keeps telling that it is misconfigured *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sat, Apr 25, 2020 at 3:17 PM sagar ninave wrote: > Do you installed whitenoise package > If not then run this command > Pip insatll whitenoise > > On Sat, 25 Apr 2020 at 7:43 P

Re: Deploying Django Project on heroku

2020-04-25 Thread Jorge Gimeno
On Sat, Apr 25, 2020 at 7:13 AM Sunday Iyanu Ajayi wrote: > I have spent over 2weeks on deploying a django project to heroku but I > keep getting error messages such as : > > My WhiteNoise is not configured and I have followed all the tutorials > recommended and yet same thing. > > Please who h

Re: Deploying Django Project on heroku

2020-04-25 Thread Motaz Hejaze
why the hell would anyone try to deploy for 2 weeks please follow this tutorial . i personally used it and worked for me twise .. also read the comments section .. https://www.codementor.io/@jamesezechukwu/how-to-deploy-django-app-on-heroku-dtsee04d4 On Sat, Apr 25, 2020 at 4:17 PM sagar n

Re: Deploying Django Project on heroku

2020-04-25 Thread sagar ninave
Do you installed whitenoise package If not then run this command Pip insatll whitenoise On Sat, 25 Apr 2020 at 7:43 PM, Sunday Iyanu Ajayi wrote: > I have spent over 2weeks on deploying a django project to heroku but I > keep getting error messages such as : > > My WhiteNoise is not configured

Re: Deploying Django Project on heroku

2020-04-25 Thread sagar ninave
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Deployment Follow this documentation On Sat, Apr 25, 2020 at 7:16 AM sagar ninave wrote: > Do you installed whitenoise package > If not then run this command > Pip insatll whitenoise > > On Sat, 25 Apr 2020 at 7:43 PM, Sunday Iya

Deploying Django Project on heroku

2020-04-25 Thread Sunday Iyanu Ajayi
I have spent over 2weeks on deploying a django project to heroku but I keep getting error messages such as : My WhiteNoise is not configured and I have followed all the tutorials recommended and yet same thing. Please who has a guide I can follow that is very updated. Thank you. *AJAYI Sunday *

Re: issues deploying django project to cpanel

2020-03-06 Thread Devender Kumar
You can't deploy to cpanel go for cloud services of pythonanywhere On Fri, 6 Mar, 2020, 12:23 pm Tosin Ayoola, wrote: > good morning guys, > i'm trying to deploy my project on cpanel but i'm encountering this err > msg, hoping anyone can help me out > i have the screen shot of the msg below tnks

issues deploying django project to cpanel

2020-03-05 Thread Tosin Ayoola
good morning guys, i'm trying to deploy my project on cpanel but i'm encountering this err msg, hoping anyone can help me out i have the screen shot of the msg below tnks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g

Re: Error H10 while deploying Django project

2018-04-02 Thread Andréas Kühne
Hi, You need to give us more information. You should be able to get logs from the python part of the application, because all this is saying currently is that there is an error in your code (or at least the way heroku expects the code to be). A 503 error (which you are getting) means that the pyth

Error H10 while deploying Django project

2018-04-02 Thread prince gosavi
heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=miniprojectcc.herokuapp.com dyno= connect= service= status=503 bytes= protocol=http ^C(miniproject-wxhZ76U4) heroku ps -a miniprojectcc Free dyno hours quota remaining this month: 549h 30m (99%) === web (Free): gunic

Re: Trouble deploying Django (project folder, wsgi.py and libapache2-mod-wsgi)

2018-03-08 Thread Jason
you need to use libapache2-mod-wsgi-py3, since the package you used is for python2 only On Thursday, March 8, 2018 at 1:23:44 PM UTC-5, drone4four wrote: > > I’m having some issues deploying Django. > > > Here is my site: https://daniel496.agency/ > > > I’m running a Digital Ocean Droplet with U

Trouble deploying Django (project folder, wsgi.py and libapache2-mod-wsgi)

2018-03-08 Thread drone4four
I’m having some issues deploying Django. Here is my site: https://daniel496.agency/ I’m running a Digital Ocean Droplet with Ubuntu 14.04 and Python v3.4 with Django 2.0.2 installed. In this post first I share what errors I am encountering, then what I think is the issue is and then what

Re: deploying django project

2017-09-02 Thread Andréas Kühne
You will have to specify your problem more if you want any more help. It's hard to help you troubleshoot without any more information :-) Regards, Andréas 2017-09-02 14:17 GMT+02:00 k2527806 : > I tried this but my problem was not resolved > > On Saturday, September 2, 2017 at 1:44:50 PM UTC+4:

Re: deploying django project

2017-09-02 Thread k2527806
I tried this but my problem was not resolved On Saturday, September 2, 2017 at 1:44:50 PM UTC+4:30, Andréas Kühne wrote: > > You could also check out the tutorial at digitalocean: > > > https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu

Re: deploying django project

2017-09-02 Thread Andréas Kühne
You could also check out the tutorial at digitalocean: https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-16-04 Regards, Andréas 2017-09-02 10:51 GMT+02:00 Antonis Christofides < anto...@djangodeployment.com>: > Hello, > > Deploymen

Re: deploying django project

2017-09-02 Thread Antonis Christofides
Hello, Deployment is such a big thing it can't easily be summarized in small step-by-step guides. This is why people are so often frustrated over such guides and can't get them to work. It's as if a person with zero Python knowledge says "give me a step-by-step guide on how to build a blog with Dj

deploying django project

2017-09-01 Thread k2527806
I want deploying my django project on ubuntu 16.04 with nginx and uwsgi i need some Tips step by step from zero -- 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

Re: Deploying Django project

2014-11-21 Thread Phang Mulianto
Hi Fred, Sory for the missunderstanding ... i just remember my first time deploying manually with all the typing and typo and the step.. :) Cheers Mulianto On Fri, Nov 21, 2014 at 11:42 PM, Fred Stluka wrote: > Mulianto, > > You said: > > Fred way is good, but need time to type and remember

Re: Deploying Django project

2014-11-21 Thread Fred Stluka
Mulianto, You said: Fred way is good, but need time to type and remember all the steps. WIth fabric you will not miss a step and it can be automated. I think you misunderstood my post. The commands I showed are excerpts from my automated script. I provided them so termopro could write such

Re: Deploying Django project

2014-11-20 Thread Phang Mulianto
Hi termopro, TO automate the deployment, look for fabric + cuisie (CHef like fabric) . You will bored with the command line in each deployment, and you will need fast and standard way of deploying to each new machine. Fred way is good, but need time to type and remember all the steps. WIth fabri

Re: Deploying Django project

2014-11-20 Thread Fred Stluka
termopro, I have automated my deployments mostly separate from my version control. The other team members and I write, test, commit, and push our code changes to our Git repo. I then pull, review, test, update the version number, commit, tag, and push to Git. Then I use a shell script (on Mac,

Re: Deploying Django project

2014-11-20 Thread ajohnston
I would recommend that you read the book "Two Scoops of Django" which covers many (all?) of the issues involved with maintaining dev/staging/production environments, including the kinds of deployment questions you're asking. I think it will answer a lot of your questions, then maybe you could a

Re: Deploying Django project

2014-11-19 Thread termopro
Thank you for your reply Daniel. On Wednesday, November 19, 2014 9:07:31 PM UTC+2, Daniel Roseman wrote: > > On Wednesday, 19 November 2014 10:22:25 UTC, termopro wrote: >> >> I have created a Django 1.7 project and would like to deploy it. I am >> reading about how to do it right and i have so

Re: Deploying Django project

2014-11-19 Thread Daniel Roseman
On Wednesday, 19 November 2014 10:22:25 UTC, termopro wrote: > > I have created a Django 1.7 project and would like to deploy it. I am > reading about how to do it right and i have some questions. > > If i understand correctly deployment should contain the following steps: > > 1) Initial remote ma

Deploying Django project

2014-11-19 Thread termopro
I have created a Django 1.7 project and would like to deploy it. I am reading about how to do it right and i have some questions. If i understand correctly deployment should contain the following steps: 1) Initial remote machine set up: - a) install os / server / database / cache ... -

Re: First time deploying Django project

2009-08-26 Thread Graham Dumpleton
On Aug 26, 8:38 pm, Hussein B wrote: > I changed it to the following: > > >         SetHandler python-program >         PythonHandler django.core.handlers.modpython >         SetEnv DJANGO_SETTINGS_MODULE SshConnector.settings >         PythonPath "['/home/me/', '/home/me/SshConnector/'] + > s

Re: First time deploying Django project

2009-08-26 Thread Hussein B
I changed it to the following: SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE SshConnector.settings PythonPath "['/home/me/', '/home/me/SshConnector/'] + sys.path" PythonDebug On I tried this URL http

Re: First time deploying Django project

2009-08-26 Thread Graham Dumpleton
On Aug 26, 7:51 pm, Kenneth Gonsalves wrote: > On Wednesday 26 Aug 2009 2:42:47 pm HB wrote: > > > Hey, > > I'm trying to deploy my first Django application to Apache. > > The project is located under:  /home/me/SshConnector/ > > Here is my configuration: > > > > >         Options Indexes Foll

Re: First time deploying Django project

2009-08-26 Thread Kenneth Gonsalves
On Wednesday 26 Aug 2009 2:42:47 pm HB wrote: > Hey, > I'm trying to deploy my first Django application to Apache. > The project is located under: /home/me/SshConnector/ > Here is my configuration: > > > Options Indexes FollowSymLinks MultiViews > AllowOverride None > Ord

Re: First time deploying Django project

2009-08-26 Thread Hussein B
The previous conf is python.conf under /etc/httpd/conf.d On Aug 26, 12:12 pm, HB wrote: > Hey, > I'm trying to deploy my first Django application to Apache. > The project is located under:  /home/me/SshConnector/ > Here is my configuration: > > >         Options Indexes FollowSymLinks MultiView

First time deploying Django project

2009-08-26 Thread HB
Hey, I'm trying to deploy my first Django application to Apache. The project is located under: /home/me/SshConnector/ Here is my configuration: Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all AddHandler mod_pyt