Re: Where are you deploying Django App? How much does it cost for a hobby project

2021-10-04 Thread Paul Tiplady
You can deploy to Heroku, there's a free tier and it's very low maintenance. https://devcenter.heroku.com/articles/deploying-python I've had a free Django app running there that I set up almost 10 years ago without any work required to keep it up since then. Heroku is somewhat expensive if you

Re: Where are you deploying Django App? How much does it cost for a hobby project

2021-10-04 Thread MR INDIA
*Since it is a hobby project *i would recommend *heroku free hosting* On Sunday, 3 October 2021 at 21:57:25 UTC+5:30 avi.me...@gmail.com wrote: > Hello! I am building a prototype Django app and would like to deploy it so > that people can use it. > What would be the most cost-effective and cheap

Where are you deploying Django App? How much does it cost for a hobby project

2021-10-03 Thread Avi Mehenwal
Hello! I am building a prototype Django app and would like to deploy it so that people can use it. What would be the most cost-effective and cheapest deployment solution to host a django backend? How much would it cost? Any ideas, help is most welcomed and appretiated -- You received this messa

Re: Deploying django in plesk

2021-08-25 Thread
Hello, Please make sure you have run collectstatic command before deploying. You can follow https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/#static-root-and-static-url. On Thursday, August 26, 2021 at 12:38:52 AM UTC+5:30 frankg...@gmail.com wrote: > Hi everybody. > I've alre

RE: Deploying django in plesk

2021-08-25 Thread Mike Dewhirst
Try manage.py collectstatic --settings=path-to-settingsLook up collectstatic in the docsMike--(Unsigned mail from my phone) Original message From: frank galan Date: 26/8/21 05:09 (GMT+10:00) To: Django users Subject: Deploying django in plesk Hi everybody.I've al

Re: Deploying django in plesk

2021-08-25 Thread Gabriel Araya Garcia
Hi, Frank: Perhaps that can run if you put the statics folder in the exterior level. Por example: misite/misite/myapp In local, I have my statics folder in myapp level, but in hosting I must to put it in: misite (fisrts misite) try it, and tell me how has solve that problem. Greetings Gabriel Ara

Deploying django in plesk

2021-08-25 Thread frank galan
Hi everybody. I've already deployed my app in Plesk, but the process is incomplete, . The static files not working, I mean the app can not read them. I know I need put them in the right position, but I can not achieve. Any help is welcome thanks a lot in advance -- You received this message becau

Re: Newbee help on deploying Django App to Apache2

2021-05-30 Thread Moose Smith
Thanks Guy Very helpful thanks for the information. I'm working the issue right now. On Sunday, May 30, 2021 at 10:30:18 AM UTC-4 Antonis Christofides wrote: > Apache and nginx are called "web servers". Windows and FreeBSD are called > "operating systems". What is the term for Gunicorn, uWSGI

Re: Newbee help on deploying Django App to Apache2

2021-05-30 Thread Antonis Christofides
Apache and nginx are called "web servers". Windows and FreeBSD are called "operating systems". What is the term for Gunicorn, uWSGI and mod_wsgi? I believe there's no good term, which is one reason for the confusion. Gunicorn, uWSGI and mod_wsgi are specialized web servers that run Python WSGI

Re: Newbee help on deploying Django App to Apache2

2021-05-30 Thread Chetan Ganji
I think, you are using the default python version installed on the machine, not the one of the virtualenv. You will have to configure the mod_wsgi to use the python of the virtuelanv. This might help you. https://modwsgi.readthedocs.io/en/develop/user-guides/virtual-environments.html# Regards, C

Newbee help on deploying Django App to Apache2

2021-05-30 Thread Moose Smith
App written in ubuntu virtual environment python 3.8.5. Works well on Visual Studio Code development server. Am trying to make it run on Apache2 development server. I have been able to install WSGI module on Apache Server and ran a test Hello World in Python and it worked. However, the django

DEPLOYING DJANGO ON ASGI

2021-05-29 Thread ngal...@gmail.com
Hello Am familiar with deploying django on WSGI especially using apache on windows ecosystem Am trying to find any source which explain on deploying django on ASGI especially using uvicorn on windows ecosystem. -- You received this message because you are subscribed to the Google Groups

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: Assistance for deploying django app to heroku

2021-04-26 Thread Ejike Enyinnaya
Good day Jim, My process from beginning includes: 1. I reset the database: rm -f db.sqlite3 2. python manage.py migrate 3. In django admin platform: I added all the books information from the fixtures.json and tied it to the user which is admin 4. Implemented a new fixtures.json 5. ran python man

Re: Assistance for deploying django app to heroku

2021-04-24 Thread Jim Illback
I didn’t see a “createsuperuser" command. Was that done or is it part of your fixtures.json load? Jim On Apr 24, 2021, at 8:04 AM, Ejike Enyinnaya mailto:ejike.chib...@gmail.com>> wrote: Good day Kasper, Thanks for your response. The git commands I put in the email was just to give a summary

Re: Assistance for deploying django app to heroku

2021-04-24 Thread Ejike Enyinnaya
Good day Kasper, Thanks for your response. The git commands I put in the email was just to give a summary of what I had done and not the full details, that way my email is not too long and cumbersome to read. I can assure you on my CLI, I ran the proper git commands putting in the right informat

Re: Assistance for deploying django app to heroku

2021-04-24 Thread Ejike Enyinnaya
Good day Kasper, Hi Kasper, Thanks for your response. The "git" commands I put in the email was not just to give any one an idea of what commands I had run but on my CLI, I ran the proper git commands with the proper messages and not leaving it empty. BR, Ejike Chiboka 0804537; 08166516400

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Irfan Khan
check this one try to run the console $ python manage.py sqlsequencereset your_app_name it will give you the psql queries. run those queries on PSQL console and then try to run loaddata. check below link https://stackoverflow.com/questions/64251547/django-resync-autoincrementing-pk-with-restored

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Kasper Laudrup
On 23/04/2021 20.41, Ejike Enyinnaya wrote: > I did a git add ., git commit -m and git push heroku master Not sure if it's related, but it's possible: This is not how you should use revision control (git). You should keep your source files under revision control, not just blindly add everything a

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Sujayeendra G
Please explain all your steps clearly. How are you creating fixture.json, Are you taking all data dump or only book model dump ?? On Sat, 24 Apr 2021 at 00:12, Ejike Enyinnaya wrote: > Hi Guys, > > This is the error I am getting: > > (first_django_app) ➜ first_django_app git:(master) heroku

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Ejike Enyinnaya
Hi Guys, This is the error I am getting: (first_django_app) ➜ first_django_app git:(master) heroku run python manage.py loaddata books/fixtures.json Running python manage.py loaddata books/fixtures.json on ⬢ gotbooksapp... up, run.6617 (Free) Traceback (most recent call last): File "/app/.her

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Sujayeendra G
Hi, You can see IntegrityError: fixtures you are updating trying to find user with user_id=1 which are not available in your db. Try to create one user and migrate again. Or if the App is still in the development stage. Delete DB and migrate again. It may work. Thank you Regards Sujay On Fri,

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Mohammad Anarul
kindly shere your code On Fri, Apr 23, 2021 at 5:56 PM ejike@gmail.com wrote: > Good day All, > > I am trying to deploy my django app to heroku but i keep getting this > error in the screenshot attached. > > Please can anyone assist in me in finding a solution to this and where the > iss

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. > Nei

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 "

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: tengo un problema a la hora de hacer deploying django app to heroku

2019-11-14 Thread DANIEL URBANO DE LA RUA
tambien prueba lo que dice el compañero si no puede detectar que tipo de app se trata igual es eso talvez borraste algun archivo de configuracion El jue., 14 nov. 2019 a las 13:22, DANIEL URBANO DE LA RUA (< dannybombas...@gmail.com>) escribió: > yo heroku no utilizo ya que los despiegues los ha

Re: tengo un problema a la hora de hacer deploying django app to heroku

2019-11-14 Thread DANIEL URBANO DE LA RUA
yo heroku no utilizo ya que los despiegues los hago yo en docker o directo sobre el server pero lo unico que veo en tu log es que desde heroku no puede hacer ese push o commit al que lo tengas sincronizado con heroku, prueba a hacer tu el push y ver si pasa el push o comit o merge al evento al que

Re: tengo un problema a la hora de hacer deploying django app to heroku

2019-11-14 Thread DANIEL URBANO DE LA RUA
vamos a ver no puede hacer push sobre la rama master puedes tu hacerlo con git normal El jue., 14 nov. 2019 a las 12:59, Integr@te System (< datacentral...@gmail.com>) escribió: > Hola por favor revisa > > https://devcenter.heroku.com/articles/buildpacks#detection-failure > > On Thu, Nov 14, 2019

Re: tengo un problema a la hora de hacer deploying django app to heroku

2019-11-14 Thread Integr@te System
Hola por favor revisa https://devcenter.heroku.com/articles/buildpacks#detection-failure On Thu, Nov 14, 2019, 09:02 jose angel encinas ramos < encinasj.an...@gmail.com> wrote: > mas que nada el poblema que tengo es técnico , el detalle es que cuando > escribo en la terminal git push heroku mast

tengo un problema a la hora de hacer deploying django app to heroku

2019-11-13 Thread jose angel encinas ramos
mas que nada el poblema que tengo es técnico , el detalle es que cuando escribo en la terminal git push heroku master me lanza el siguiente error y no entiendo cual es el error. (webapps) ➜ BuscadorTims git:(master) ✗ git push heroku master Counting objects: 221, done. Delta compression using u

Deploying Django app with Channels on a Shared Linux Hosting

2019-07-15 Thread DANIEL URBANO DE LA RUA
Yo have to use daphne to deploy asgi application is all not uwsgi -- 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 p

Deploying Django app with Channels on a Shared Linux Hosting

2019-07-15 Thread Fatemeh Ahmadzadeh
Hi friend, Are you slove this problem? I have the same problem. Thanks -- 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.

Re: Urgently need help with deploying django on plesk.

2019-04-01 Thread Saurabh Jaiswal
th the mod_wsgi setup process. > > Have you seen ... https://modwsgi.readthedocs.io/en/develop/ > > > > > > On Mon, Apr 1, 2019 at 6:03 AM Mike Dewhirst > <mailto:mi...@dewhirst.com.au>> wrote: > > > > On 1/04/2019 3:29 am, Saurabh Jaiswal wrote

Re: Urgently need help with deploying django on plesk.

2019-03-31 Thread Mike Dewhirst
:mi...@dewhirst.com.au>> wrote: On 1/04/2019 3:29 am, Saurabh Jaiswal wrote: > Can someone please help me with deploying django on plesk onyx 17.08. > Been unsucessful trying to launch it. Plesk is written by and for sysadmins and php people to insulate them from needin

Re: Urgently need help with deploying django on plesk.

2019-03-31 Thread Saurabh Jaiswal
Hey Mike, I have access to the pesk server as root user. I have been facing issue with the mod_wsgi setup process. On Mon, Apr 1, 2019 at 6:03 AM Mike Dewhirst wrote: > On 1/04/2019 3:29 am, Saurabh Jaiswal wrote: > > Can someone please help me with deploying django on plesk o

Re: Urgently need help with deploying django on plesk.

2019-03-31 Thread Mike Dewhirst
On 1/04/2019 3:29 am, Saurabh Jaiswal wrote: Can someone please help me with deploying django on plesk onyx 17.08. Been unsucessful trying to launch it. Plesk is written by and for sysadmins and php people to insulate them from needing access to the machine. That means you won't gain

Urgently need help with deploying django on plesk.

2019-03-31 Thread Saurabh Jaiswal
Can someone please help me with deploying django on plesk onyx 17.08. Been unsucessful trying to launch it. -- 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 multi servers, 1 DB server

2019-01-03 Thread Christian Ledermann
You will have to split migrations from code changes. The migrated database will have to run with both old and new code. You may have to split one migration into several to achieve this On Thu, 3 Jan 2019 at 15:28, Peter van der Does wrote: > We currently have one app server, so deployment with

Deploying Django multi servers, 1 DB server

2019-01-03 Thread Peter van der Does
We currently have one app server, so deployment with migrations is easy, but we're expanding to multiple app servers and one DB server. How do people handle migrations? I understand you run migrations on one server only. But how do you inform the other servers that migrations has finished and they

Re: Deploying Django app with Channels on Linux Hosting

2018-10-03 Thread Manjunath
Hi Andrew, I checked with my host providers. They are telling that websockets are supported & I should check my code. :( On Thursday, October 4, 2018 at 3:18:23 AM UTC+5:30, Andrew Godwin wrote: > > Hi there - it sounds like your host does not support websockets. You > should check with them for

Re: Deploying Django app with Channels on Linux Hosting

2018-10-03 Thread Andrew Godwin
Hi there - it sounds like your host does not support websockets. You should check with them for more. Andrew On Wed, 3 Oct 2018 at 23:43, Manjunath wrote: > Hi all, > I have developed a simple app using django channels. > > I would like to deploy it on a linux hosting provider (Currently I have

Deploying Django app with Channels on Linux Hosting

2018-10-03 Thread Manjunath
Hi all, I have developed a simple app using django channels. I would like to deploy it on a linux hosting provider (Currently I have account with mochahost.com - Web Hosting:mocha package) & I have deployed the app there. All features of the app are working except for web sockets which give the

Deploying Django app with Channels on a Shared Linux Hosting

2018-10-03 Thread Manjunath
Hi all, I have developed a simple django application using channels & deployed it in a shared linux hosting service(mochahost.com - Webhosting: mocha package). It serves django app with help of Passenger. The wsgi is working without any issue but the ASGI layer seems to be non responsive. When

Re: Trouble deploying Django/wagtail on Ubuntu 14.04

2018-04-03 Thread drone4four
Thank you for your reply, Tom. Here it is running as intended: https://daniel496.agency/ Inside the TEMPLATES variable, the line for ‘DIRS’ now a list which now reads: [PROJECT_ROOT + '/bakerydemo/templates'] 'DIRS': [PROJECT_ROOT + '/bakerydemo/templates'], M project root directory

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/wagtail on Ubuntu 14.04

2018-03-20 Thread 'Tom Evans' via Django users
It is not looking for "home_page.html", it is looking for "base/home_page.html". On the error page it lists the locations it is searching for the template, and explicitly says the directories that are being searched. You say the file is at /home//bakerydemo/bakerydemo/templates/base/home_page.html

Re: Trouble deploying Django/wagtail on Ubuntu 14.04

2018-03-20 Thread drone4four
Thank you, Andreas. I added the python-path to my Apache ssl.conf and the Internal Server Error is gone now. It appears WSGI is serving my Django project perfectly. I adjusted ALLOWED_HOSTS just fine. But now Django is saying something about "TemplateDoesNotExist at /" in base/home_page.html.

Re: Trouble deploying Django/wagtail on Ubuntu 14.04

2018-03-20 Thread Cictani
You have to set the python-path too: WSGIDaemonProcess bakerydemo python-home=/home//.virtualenvs/wagtailbakerydemo/ python-path=/home//bakerydemo/ In the logs you see "No module named 'bakerydemo'" because you did not add the project directory to the python-path. Hope this works. Best regard

Trouble deploying Django/wagtail on Ubuntu 14.04

2018-03-19 Thread drone4four
I successfully installed wagtail ’s bakery demo site locally. I ended up leveraging the README for this bakery demo site on their GitHub page which calls to use a ‘virtu

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 Di

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

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 Tutorials or Guides - mod_wsgi, Apache, Linux

2017-08-25 Thread Mike Gering
After a lot of trouble, I got my django apps running on an apache server in CentOS/cPanel. I documented the apache config file in the readme for the project . And the website is https://quotes.klezy.xyzhttps://quote.klezy.xyz > -- You received this me

Re: Deploying Django Tutorials or Guides - mod_wsgi, Apache, Linux

2017-08-23 Thread Antonis Christofides
Hi, Shameless plug: http://djangodeployment.com/ is the best :-) However it doesn't treat mod_wsgi. I have explained that when deploying on Unix/Linux, there is no reason to prefer it over Gunicorn (and Apache+Gunicorn is a

Re: Deploying Django Tutorials or Guides - mod_wsgi, Apache, Linux

2017-08-22 Thread gerardo.palazuelos
hi, You might want to check this link: https://www.fullstackpython.com/deployment.html I hopes this can guide you. Regards, Gerardo. On Tuesday, August 22, 2017 at 2:32:17 PM UTC-6, pieceof...@gmail.com wrote: > > I should add Python 2.7, Django 1.11 > >> >> -- You received this message becaus

Re: Deploying Django Tutorials or Guides - mod_wsgi, Apache, Linux

2017-08-22 Thread pieceofkayk2718
I should add Python 2.7, Django 1.11 > > -- 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 post to this group, send

Deploying Django Tutorials or Guides - mod_wsgi, Apache, Linux

2017-08-22 Thread pieceofkayk2718
Does anyone have any good tutorials or guides on how to deploy a Django project using mod_wsgi, Apache, and Linux? The documentation isn't really cutting it for my beginner self. Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Django users" gr

Re: Deploying django with Apache2 and mod-wsgi in ubuntu14.04

2017-08-03 Thread Antonis Christofides
Hi, It's not easy to know with certainty what has happened, but from the symptoms you describe it seems to me that most probably between Saturday and Monday something may have happened (such as a change of the system's IP address) that means that Apache isn't resolving it to the appropriate "virtu

Re: Deploying django with Apache2 and mod-wsgi in ubuntu14.04

2017-08-03 Thread Thiago Luiz Parolin
I am using django and apache in a debian 8 and 9 server and everything is working fine. Firstly, don't use /var/www/html for python files. In my server, we have a ordinary user that host python files in his home dir. I will try enumerate some steps used in one of my projects: - with your ordina

Deploying django with Apache2 and mod-wsgi in ubuntu14.04

2017-08-03 Thread surajit mishra
I have developed a project (named pubnet) in django and is trying deploy it on production server(currently my ubuntu 14.04 machine for user testing). The project did work on built-in django server during development but on deploying, it fails to work. All it displays is the apache index.html pag

Re: Structure for deploying django channels in producting in AWS

2016-11-27 Thread Andrew Godwin
Hi Vaisagh, You do not need nginx/apache in front of daphne to make it work (though it is usually a good idea to have it to serve static images, like you would with gunicorn). Have you tried connecting to the container directly locally from the host machine or from inside the container itself? Ha

Structure for deploying django channels in producting in AWS

2016-11-27 Thread Vaisagh Viswanathan
Hi, I'm trying to setup up my django project to use django channels in a dockerized setup. The whole setup seems to work fine on a local server and when I use runserver instead of daphne. When I run the setup using daphne, the web page gives no response The page isn’t working * did

Re: Deploying Django via wsgi

2016-06-28 Thread Coulson Kgathi
how did you do that? please assist On Saturday, 19 March 2016 00:22:18 UTC+2, parall...@gmail.com wrote: > > Thank you all for your replies. It turned out to be something simple. > Since Django was installed in a virtualenv I needed to include the path to > the Django libs in the wsgi paths. Don

Re: Questions about Deploying django for production using apache and mod_wsgi.

2016-06-26 Thread Peter of the Norse
On May 26, 2016, at 12:12 PM, Bruce Whealton wrote: > > Hello all, > I have a few questions of which I am not finding answers. > 1) If I export my development db (Postgresql) and then import it into > production database, > won't I be pulling in a very weak password that I used for deve

Re: Questions about Deploying django for production using apache and mod_wsgi.

2016-05-26 Thread Gergely Polonkai
On May 26, 2016 20:12, "Bruce Whealton" wrote: > > Hello all, > I have a few questions of which I am not finding answers. > 1) If I export my development db (Postgresql) and then import it into production database, > won't I be pulling in a very weak password that I used for development? I

Questions about Deploying django for production using apache and mod_wsgi.

2016-05-26 Thread Bruce Whealton
Hello all, I have a few questions of which I am not finding answers. 1) If I export my development db (Postgresql) and then import it into production database, won't I be pulling in a very weak password that I used for development? I guess I can just change that. 2) Should I export all t

Re: Deploying Django via wsgi

2016-03-18 Thread parallaxplace
Thank you all for your replies. It turned out to be something simple. Since Django was installed in a virtualenv I needed to include the path to the Django libs in the wsgi paths. Done and site up. Again thanks! On Tuesday, March 15, 2016 at 5:00:10 AM UTC-7, parall...@gmail.com wrote: > > Qu

Re: Deploying Django via wsgi

2016-03-15 Thread Ryan Nowakowski
On Mon, Mar 14, 2016 at 09:01:46PM -0700, parallaxpl...@gmail.com wrote: > Quite new, and trying to deploy first Django site. I keep getting 503 > errors. Here are the particulars, any hints as to what I'm doing wrong > would be much appreciated! All directories and files are group owned and > w

Re: Deploying Django via wsgi

2016-03-15 Thread Avraham Serour
unless you are strictly required to use apache I strongly suggest using nginx and uwsgi to deploy your django application On Tue, Mar 15, 2016 at 6:01 AM, wrote: > Quite new, and trying to deploy first Django site. I keep getting 503 > errors. Here are the particulars, any hints as to what I'm

Deploying Django via wsgi

2016-03-15 Thread parallaxplace
Quite new, and trying to deploy first Django site. I keep getting 503 errors. Here are the particulars, any hints as to what I'm doing wrong would be much appreciated! All directories and files are group owned and writable by www-data. Ubuntu server, and Apache2.4 server where I have root acces

Deploying Django Application to AWS Beanstalk

2015-10-21 Thread Sudhanshu Shekhar
S. I asked a question on stack overflow but haven't received any answers there either : http://stackoverflow.com/questions/33131324/database-trouble-deploying-django-app-to-amazon-beanstalk Thank you! -- You received this message because you are subscribed to the Google Groups "Djan

  1   2   3   4   >