Re: Django Deployment.

2023-06-25 Thread David Nugent
gt; 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 Goog

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&q

RE: Django deployment on local host

2022-12-14 Thread Mike Dewhirst
they 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
On 12/12/2022 11:32 am, Jason wrote: https://serverfault.com/questions/1058677/apache-2-4-37-reload-causes-error-scoreboard-is-full-not-at-maxrequestworkers and https://serverfault.com/questions/1084635/apache-mpm-workers-stuck-in-g-gracefully-finishing-growing-scoreboard-is-fu seems

Re: Apache2 hates my Django deployment method

2022-12-11 Thread Jason
https://serverfault.com/questions/1058677/apache-2-4-37-reload-causes-error-scoreboard-is-full-not-at-maxrequestworkers and https://serverfault.com/questions/1084635/apache-mpm-workers-stuck-in-g-gracefully-finishing-growing-scoreboard-is-fu seems reloading is problematic because >When 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. The

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, December 10, 2022 at

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: 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

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

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

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

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.

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

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
https://github.com/andrewgodwin/deps/blob/async/draft/0009-async.rst#the-orm On Sat, Jan 25, 2020 at 4:50 PM Motaz Hejaze wrote: > They talking about making django asynchronous nature by the version 3.3 .. > i can see that asynchronous model is high speed and performance like in > node.js > i

Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
They talking about making django asynchronous nature by the version 3.3 .. i can see that asynchronous model is high speed and performance like in node.js i don't know if that will be applicable to django On Sat, Jan 25, 2020 at 4:08 PM Nick Sarbicki wrote: > As far as I'm aware the

Re: Best Django Deployment

2020-01-25 Thread Nick Sarbicki
As far as I'm aware the performance difference between gunicorn and uwsgi is minimal. I prefer gunicorn but I have no real rationale for why. For ASGI Vs WSGI, WSGI is the historical standard most things are built on so is by far the easiest to start with. ASGI requires a fundamental change in

Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
Guys thank you all for all your answers .. I think i'll go with Nginx rather than Apache , Apache seems to have more options , but also seems old , complicated and heavy ! Now i want to consider which layer of integration with web server to use , i.e should i user Nginx/Gunicorn or Nginx/uwsgi

Re: Best Django Deployment

2020-01-25 Thread Nick Sarbicki
I've used nginx+gunicorn/uwsgi, Apache+modwsgi, Google app engine flex, Google app engine standard, heroku, kubernetes on various cloud platforms, elastic beanstalk deployments and various others. Realistically I don't think there is a "best" way. It all depends on your environment, what you're

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

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

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

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

Best Django Deployment

2020-01-23 Thread Motaz Hejaze
Any help friends ? -- 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 view this discussion on the web visit

Best Django Deployment

2020-01-22 Thread Motaz Hejaze
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 Gunicorn and other alternatives ? thank you very much -- You received this message because you are subscribed

Re: Django deployment on production gives error SuspiciousFileOperation

2018-12-19 Thread Devender Kumar
Use collectstatic command On Wed 19 Dec, 2018, 12:11 PM mohit basantani Hello pradeep > > I found the my mistake I was giving the hard coded path of the static > root which is wrong I have attached my settings.py file above now it's > working fine ...Thanks for your concern really appreciated!

Re: Django deployment on production gives error SuspiciousFileOperation

2018-12-18 Thread mohit basantani
Hello pradeep I found the my mistake I was giving the hard coded path of the static root which is wrong I have attached my settings.py file above now it's working fine ...Thanks for your concern really appreciated! On Wed 19 Dec, 2018, 11:49 Pradeep Sukhwani, wrote: > Hi Mohit, > Can you

Django deployment on production gives error SuspiciousFileOperation

2018-12-18 Thread Pradeep Sukhwani
Hi Mohit, Can you please share the settings.py file which is being used for production? Specially that part where you have defined the static_url and static_root -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: Django deployment

2018-03-25 Thread Derek Zeng
You may want to check out http://www.fabfile.org It's a fairly popular deployment tool for Python projects. It doesn't really matter what your local dev environment, but for the server it's relatively easier if it's Linux. -- You received this message because you are subscribed to the Google

Re: Django deployment

2018-03-24 Thread Dylan Reinhold
First off nothing wrong with using your windows 10 box for development. Now using sqllite for your test could lead to issues when you go to deploy. I am guilty of doing to also some times. But here is my deployment flow: Develop on my laptop, check my changes into git Push my changes to github

Re: Django deployment

2018-03-24 Thread graeme
On Saturday, March 24, 2018 at 12:42:52 PM UTC, Goran Radanovic wrote: > > I have set up a server with Ubuntu, Nginx, uwisg, Postgres and Django. I > got this part figured out its running multiple sites with each of its own > virtalenv. > > My development is on Windows 10 and pycharm, what I

Django deployment

2018-03-24 Thread Goran Radanovic
I have set up a server with Ubuntu, Nginx, uwisg, Postgres and Django. I got this part figured out its running multiple sites with each of its own virtalenv. My development is on Windows 10 and pycharm, what I haven't figured out is how I can develop in pyCharm and then deploy to my server.

Re: Django Deployment showing list of directory

2017-10-19 Thread sarfaraz ahmed
This is been fixed On Monday, 8 May 2017 15:39:25 UTC+5:30, sarfaraz ahmed wrote: > > Hello Guys, > > After lot of struggle I understood there is no MOD_WSGI file available for > latest version of XAMP which is compiled in VC14. I am not sure how to > compile MOD_WSGI with VC 14 so I gave up >

Re: Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
Hey Tom, Thanks, you rightly pointed out right security way to implement django. But currently I am facing issue with implementing whatever way I tried. Please suggest what is wrong in vhost file. Here is my host file. Please take a look WSGIPythonPath C:\Python27\Lib\site-packages

Re: Django Deployment showing list of directory

2017-05-08 Thread 'Tom Evans' via Django users
On Mon, May 8, 2017 at 11:08 AM, sarfaraz ahmed wrote: > Hello Guys, > [ .. ] > This is conf file for Apache >

RE: Django Deployment showing list of directory

2017-05-08 Thread Matthew Pava
rfaraz ahmed Sent: Monday, May 8, 2017 10:09 AM To: django-users@googlegroups.com Subject: Re: Django Deployment showing list of directory Thanks for your reply This is how it looks like after all the changes made. WSGIPythonPath cannot be under virtua

Re: Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
executable. It is to the > site-packages where your dependencies are installed. > > > > *From:* django-users@googlegroups.com [mailto:django-users@ > googlegroups.com] *On Behalf Of *sarfaraz ahmed > *Sent:* Monday, May 8, 2017 9:28 AM > > *To:* django-users@googlegroups.com >

Re: Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
:django-users@googlegro > ups.com] *On Behalf Of *sarfaraz ahmed > *Sent:* Monday, May 8, 2017 9:13 AM > > *To:* django-users@googlegroups.com > *Subject:* Re: Django Deployment showing list of directory > > > > I am new to python 2.7 and I see python 3.6 is very differen

RE: Django Deployment showing list of directory

2017-05-08 Thread Matthew Pava
Subject: Re: Django Deployment showing list of directory I am new to python 2.7 and I see python 3.6 is very different from 2.7. I tried your suggestion. Now my vhost file looks like this WSGIScriptAlias / c:/Apache24/htdocs/testarhamcollections/project1/wsgi.py WSGIPythonPath c:/Apache24/htdocs

Re: Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
t; > WSGIPythonPath ${project_path};${project_virtualenv}; > > > > > > *From:* django-users@googlegroups.com [mailto:django-users@ > googlegroups.com] *On Behalf Of *sarfaraz ahmed > *Sent:* Monday, May 8, 2017 8:21 AM > *To:* django-users@googlegroups.com > *Subject:

RE: Django Deployment showing list of directory

2017-05-08 Thread Matthew Pava
: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of sarfaraz ahmed Sent: Monday, May 8, 2017 8:21 AM To: django-users@googlegroups.com Subject: Re: Django Deployment showing list of directory forgot to mention I m using python 2.7. If you look at link

Re: Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
ttp://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi > > > > > > > > *From:* django-users@googlegroups.com [mailto:django-users@ > googlegroups.com] *On Behalf Of *sarfaraz ahmed > *Sent:* Monday, May 8, 2017 5:09 AM > *To:* django-users@googlegroups.com > *Subject:*

RE: Django Deployment showing list of directory

2017-05-08 Thread Matthew Pava
: Django Deployment showing list of directory Hello Guys, After lot of struggle I understood there is no MOD_WSGI file available for latest version of XAMP which is compiled in VC14. I am not sure how to compile MOD_WSGI with VC 14 so I gave up Now I downloaded Apache 2.4 compiled in VC9 + Python

Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
Hello Guys, After lot of struggle I understood there is no MOD_WSGI file available for latest version of XAMP which is compiled in VC14. I am not sure how to compile MOD_WSGI with VC 14 so I gave up Now I downloaded Apache 2.4 compiled in VC9 + Python 2.7.13 on my windows server 2016(AWS

Re: can anyone tell django deployment process with apache, mod_wsgi using aws ec2 hosting requirements

2017-01-03 Thread Avraham Serour
https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-16-04 On Tue, Jan 3, 2017 at 1:58 PM, chowdam1992 wrote: > So i can thankfull. > > -- > You received this message because you are subscribed to the Google

can anyone tell django deployment process with apache, mod_wsgi using aws ec2 hosting requirements

2017-01-03 Thread chowdam1992
So i can thankfull. -- 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 email to

Django Deployment: Polls Tutorial: Advanced Tutorial: How to write reuseable apps

2016-05-23 Thread Kern Goretzky
New to Django. I have some Python programming experience (beginner-intermediate). I was taking the Django Polls tutorial and can't resolve deployment problem in the Advanced Tutorial: How to write reuseable apps: https://docs.djangoproject.com/en/1.9/intro/reusable-apps/ In the Using Your Own

Re: Django deployment

2015-09-18 Thread Javier Guerra Giraldez
On Fri, Sep 18, 2015 at 4:51 PM, monoBOT wrote: > The guide Mario Gudelj shared is probably the best you can find on internet. (the best if you like gunicorn) -- Javier -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Django deployment

2015-09-18 Thread monoBOT
The guide Mario Gudelj shared is probably the best you can find on internet. 2015-09-18 21:06 GMT+01:00 Mario Gudelj : > Try this guide > http://michal.karzynski.pl/blog/2013/06/09/django-nginx-gunicorn-virtualenv-supervisor/ > On 18 Sep 2015 6:55 am, "Hugo Kitano"

Re: Django deployment

2015-09-18 Thread Mario Gudelj
Try this guide http://michal.karzynski.pl/blog/2013/06/09/django-nginx-gunicorn-virtualenv-supervisor/ On 18 Sep 2015 6:55 am, "Hugo Kitano" wrote: > What is the nginx config? And where do I find it? > > On Tuesday, September 15, 2015 at 12:46:40 PM UTC-7, Shawn Milochik

Re: Django deployment

2015-09-17 Thread Hugo Kitano
What is the nginx config? And where do I find it? On Tuesday, September 15, 2015 at 12:46:40 PM UTC-7, Shawn Milochik wrote: > > It's very simple. Just follow these instructions: > > http://milocast.com/flasknginx.html > > Instead of the final line (gunicorn filename:appname -b 127.0.0.1:),

Re: Django deployment

2015-09-17 Thread Hugo Kitano
o, > > > I keep hearing that Django deployment is unnecessarily difficult. > > Who says this? And what are the reasons they give for it? > > > > For a website with very little traffic, and for somebody who's new to it > all, what is the best way to deploy? And ho

Re: Django deployment

2015-09-16 Thread 'Tom Evans' via Django users
On Wed, Sep 16, 2015 at 2:20 PM, bobhaugen wrote: > You gotta give PHP credit here. They did deployment better than anybody. > I'd disagree massively. Deploying code is not the same as ftping a bunch of files in to a directory and hoping for the best. Where is the

Re: Django deployment

2015-09-16 Thread Daniel Chimeno
El miércoles, 16 de septiembre de 2015, 15:20:32 (UTC+2), bobhaugen escribió: > > You gotta give PHP credit here. They did deployment better than anybody. > +1 > Django as a community could stand to put more concentrated work into > deployment. > That was my unique constraint in the last

Re: Django deployment

2015-09-16 Thread bobhaugen
1:02:36 PM, Michiel Overtoom <mot...@xs4all.nl > > wrote: > Hi Hugo, > > > I keep hearing that Django deployment is unnecessarily difficult. > > Who says this? And what are the reasons they give for it? > > > > For a website with very little traffic, and for someb

Re: Django deployment

2015-09-15 Thread Tim Chase
On 2015-09-15 22:02, Michiel Overtoom wrote: > > I keep hearing that Django deployment is unnecessarily > > difficult. > > Who says this? And what are the reasons they give for it? I wouldn't say it's *unnecessarily* difficult, but compared to "dump a pile of PHP files

Re: Django deployment

2015-09-15 Thread Nikolas Stevenson-Molnar
1:02:36 PM, Michiel Overtoom <mot...@xs4all.nl> wrote: Hi Hugo, > I keep hearing that Django deployment is unnecessarily difficult. Who says this? And what are the reasons they give for it? > For a website with very little traffic, and for somebody who's new to it all, > what is the be

Re: Django deployment

2015-09-15 Thread Michiel Overtoom
Hi Hugo, > I keep hearing that Django deployment is unnecessarily difficult. Who says this? And what are the reasons they give for it? > For a website with very little traffic, and for somebody who's new to it all, > what is the best way to deploy? And how should I go about deployin

Re: Django deployment

2015-09-15 Thread Shawn Milochik
It's very simple. Just follow these instructions: http://milocast.com/flasknginx.html Instead of the final line (gunicorn filename:appname -b 127.0.0.1:), use this: ./manage.py run_gunicorn -b 127.0.0.1: -- You received this message because you are subscribed to the Google Groups

Django deployment

2015-09-15 Thread Hugo Kitano
Hi, I'm a Django newbie, and I'm trying to decide how to deploy my small Django project. I've read into a few options, but I keep hearing that Django deployment is unnecessarily difficult. For a website with very little traffic, and for somebody who's new to it all, what is the best way

Re: django deployment in a virtual machine.

2015-02-25 Thread felix
El 25/02/15 12:19, dk escribió: thanks guys, I installed Apache and I am setting everything, does my project really need to be in /etc/www/ No. It's even not recommended. or I can put anywhere in the computer? just making sure the apache.conf point to that address? Basic

Re: django deployment in a virtual machine.

2015-02-25 Thread James Schneider
I believe a2ensite is a Debian-specific shortcut that allows you to quickly enable/disable various site configurations through the use of symlinks. For CentOS you'll need to create a configuration file in your conf.d directory for your virtual host. I believe it will be included automatically by

Re: django deployment in a virtual machine.

2015-02-25 Thread dk
looks like centos7 doesn't have or need that, it comes with a folder call conf.d and if the .conf file I inside this folder, is like if was activate it. =) On Wednesday, February 25, 2015 at 1:01:57 PM UTC-6, Blazor wrote: > thanks I am watching >>

Re: django deployment in a virtual machine.

2015-02-25 Thread Blazor
> > thanks I am watching > https://www.youtube.com/watch?v=hBMVVruB9Vs > but i am stuck at min 20 since it say that I need to activate the website, > with a2ensite > they gave me a centos7 machine that doesn't have those commands. > a2ensite is basically a shortcut for creating a symbolic

Re: django deployment in a virtual machine.

2015-02-25 Thread dk
thanks I am watching https://www.youtube.com/watch?v=hBMVVruB9Vs but i am stuck at min 20 since it say that I need to activate the website, with a2ensite they gave me a centos7 machine that doesn't have those commands. On Wednesday, February 25, 2015 at 11:39:01 AM UTC-6, Andrew Farrell

Re: django deployment in a virtual machine.

2015-02-25 Thread Andrew Farrell
Linode and Digital Ocean both have good tutorials on setting up a production deployment

Re: django deployment in a virtual machine.

2015-02-25 Thread Rodrigo Zayit
anywhere Atenciosamente, Rodrigo de Oliveira On Wed, Feb 25, 2015 at 2:19 PM, dk wrote: > thanks guys, I installed Apache and I am setting everything, does my > project really need to be in /etc/www/ > > or I can put anywhere in the computer? just making sure the

Re: django deployment in a virtual machine.

2015-02-25 Thread dk
thanks guys, I installed Apache and I am setting everything, does my project really need to be in /etc/www/ or I can put anywhere in the computer? just making sure the apache.conf point to that address? On Wednesday, February 25, 2015 at 6:29:25 AM UTC-6, Fernando Ramos wrote: > If there's

Re: django deployment in a virtual machine.

2015-02-25 Thread Fernando Ramos
If there's more than one person using it your site will only grow. The Django web server is meant for debugging, not production. Go the extra step and setup ngnix or another simple http server. You will thank yourself later. El martes, 24 de febrero de 2015, 14:49:16 (UTC-7), dk escribió: > >

Re: django deployment in a virtual machine.

2015-02-25 Thread aRkadeFR
Hello there, It's always good to take a look at how prodding a django website. As George Silva said, you need nginx/apache or other. They will serve your media and static files. Then for the django server, you need to run it in uWSGI or another wsgi, and link it to your nginx/apache.

Re: django deployment in a virtual machine.

2015-02-24 Thread dk
its just a website with one link =) basicly shows one graph. and that's it. On Tuesday, February 24, 2015 at 3:41:14 PM UTC-6, george wrote: > not production i hope. > > in prod use nginx. if not on prod use runserver 0.0.0.0:8000 > Em 24/02/2015 18:37, "dk" escreveu: > >> I

Re: django deployment in a virtual machine.

2015-02-24 Thread George Silva
not production i hope. in prod use nginx. if not on prod use runserver 0.0.0.0:8000 Em 24/02/2015 18:37, "dk" escreveu: > I got a virtual machine with Linux centos that we are going to use for our > django webpage. > that machine will have the html service on. so when people

django deployment in a virtual machine.

2015-02-24 Thread dk
I got a virtual machine with Linux centos that we are going to use for our django webpage. that machine will have the html service on. so when people go to the computer typing the IP, will show them the webpage. is there any special trick to do? like make a service that lunch manage.py with

Re: Django deployment - problems with static files

2014-02-07 Thread Schmitt, Christian
You need to change the permissions of the static files that the webserver user could access those. 2014-02-07 18:29 GMT+01:00 : > Hello, > > I am trying to deploy a new Django website where I am trying to point to > many css, js, image, pdf files, etc. Everything works

Django deployment - problems with static files

2014-02-07 Thread bhudspeth60
Hello, I am trying to deploy a new Django website where I am trying to point to many css, js, image, pdf files, etc. Everything works well in the development setup. Basically, I am using a mod-wsgi setup in Apache, and Django version 1.5 on Ubuntu linux 12.10. The application is served with

Re: Seeking reviewers for a "Guide to Idiomatic Django Deployment"

2013-11-06 Thread George London
@Vijay: I've actually got the guide up on Github much like that (you can find it via my Github, if you're motivated). You can check out the draft here: https://github.com/rogueleaderr/definitive_guide_to_django_deployment. I was a bit nervous about throwing it directly in front of this

Re: Seeking reviewers for a "Guide to Idiomatic Django Deployment"

2013-11-06 Thread Thomas Murphy
To all that are having trouble with live server deployment, have you tried Python Anywhere as a start? It's the method introduced in the Tango with Django tut, and it's the easiest "deploy with Django" live environment I've seen. -Excellent error logging -bash and sql shells -great support On

Re: Seeking reviewers for a "Guide to Idiomatic Django Deployment"

2013-11-06 Thread Derek
I agree there is a huge amount to learn in development... but deployment to a Real Live Server is not trivial; I have read two different (and each fairly detailed) guides so far, and still cannot get things working... for me, a really good guide would also include "trouble-shooting" - along

Re: Seeking reviewers for a "Guide to Idiomatic Django Deployment"

2013-11-06 Thread pnichols104
This sounds great! I'm still learning myself (coming up on 2 years experience) so I'm a little hesitant to volunteer to offer opinions on content, but I'm an excellent proofreader and would love to help out. I talk English much good and spel grate. Best, Paul On Tuesday, November 5, 2013

Re: Seeking reviewers for a "Guide to Idiomatic Django Deployment"

2013-11-06 Thread Javier Guerra Giraldez
On Tue, Nov 5, 2013 at 7:34 PM, George London wrote: > > I think it would be really helpful for new-comers to have a clear, > opinionated guide to "commonly accepted (i.e. idiomatic)" deployment best > practices. Or at least I know it would have really helped me.

Re: Seeking reviewers for a "Guide to Idiomatic Django Deployment"

2013-11-06 Thread James Turley
Hi George, As a fellow relative n00b to Django (and 'serious' web development), I think this is a very good idea. I'm working through Harry Percival's excellent book, and only got hopelessly lost during the deployment

Re: Seeking reviewers for a "Guide to Idiomatic Django Deployment"

2013-11-05 Thread Vijay Khemlani
Wouldn't it be better to publish the book the same way as the Django Book ( http://www.djangobook.com/, https://github.com/jacobian/djangobook.com) instead of looking for private reviewers? On Tue, Nov 5, 2013 at 9:34 PM, George London wrote: > Hi All! > > As a fairly

Seeking reviewers for a "Guide to Idiomatic Django Deployment"

2013-11-05 Thread George London
Hi All! As a fairly recently self-taught Djangonaut, I was a bit dissatisfied with the existing resources for learning to deploy Django in a production setting. There are lots of blog posts about how to configure specific services but really not much that recommends which services to use or

Re: Django deployment questions

2012-09-04 Thread Stephen Anto
Hi Guys, For Django related questions and answers Pls visit http://www.f2finterview.com/web/Django/ On Sunday, September 2, 2012 10:37:03 AM UTC+5:30, Mike wrote: > > I just started to use Fabric to automate my deployments to my staging > server. (and

Re: Django deployment questions

2012-09-03 Thread Matt Stevens
One more thing, my repositories are usually quite small. My virtualenv and static file directories are in my .gitignore, so they're never included. So cloning an entire repo isn't a big deal and disk space itself is very rarely a problem (and when it is, it's not down to the size of the repo).

Re: Django deployment questions

2012-09-03 Thread Matt Stevens
Hi Mike, I think this is a matter of preference. I've always cloned the entire repository - new features can go live by simply checking out a new branch, if something goes wrong I can just checkout the (stable) master branch again. I can also see if any boxes are out of sync with the current

Re: Django deployment questions

2012-09-02 Thread Mike
On Sunday, September 2, 2012 10:29:52 AM UTC+2, Mulianto wrote: > > Hi, > > i just use git only, create Gits bare repo in the server , upload via git > push [ssh of course] , then use the hook/post-update script to pull the git > in the production code. > > thats a good idea, I forgot about

Re: Django deployment questions

2012-09-02 Thread Phang Mulianto
Hi, i just use git only, create Gits bare repo in the server , upload via git push [ssh of course] , then use the hook/post-update script to pull the git in the production code. so only change/ updated part in the code got uploaded. save Bandwidth, and also reduce error, also faster deploy. for

Django deployment questions

2012-09-01 Thread Mike
I just started to use Fabric to automate my deployments to my staging server. (and when I'm ready, to the production server as well). I have just a few questions for more experienced folks: Do you clone your whole git repository onto your server, or upload a new archive each time you release?

Re: Django deployment practices -- do people use setup.py?

2012-04-27 Thread Daniel Sokolowski
From: Simon Bächler Sent: Friday, April 27, 2012 3:19 AM To: django-users@googlegroups.com Subject: Re: Django deployment practices -- do people use setup.py? Hi We have been using git and git submodules and just started using virtualenv and pip. Submodules works well but you need a git

Re: Django deployment practices -- do people use setup.py?

2012-04-27 Thread Simon Bächler
Hi > > We have been using git and git submodules and just started using virtualenv and pip. Submodules works well but you need a git repo of your packages. I wrote a blog post on using them: http://www.feinheit.ch/blog/2012/04/18/using-git-submodules/ Now we use pip for working packages like

  1   2   3   >