Re: production setup

2020-03-01 Thread Soumen Khatua
Actually I'm storing this files in aws s3 bucket..but I want to know Is it a good practice to store all the images and documents inside media folder. On Sat 29 Feb, 2020, 6:45 PM Appu Yadav, wrote: > store image and documents in aws bucket or Google stroage > > On Sat, 29 Feb 2020, 10:25

Re: production setup

2020-02-29 Thread Appu Yadav
store image and documents in aws bucket or Google stroage On Sat, 29 Feb 2020, 10:25 Naveen Arora, wrote: > Try implementing it for once. If you face any problem, you can post in > this community > > Regards > > -- > You received this message because you are subscribed to the Google Groups >

Re: production setup

2020-02-29 Thread Soumen Khatua
Okay, sure. Thank you for your response. On Sat 29 Feb, 2020, 11:33 AM Naveen Arora, wrote: > Hi > > have a look at this - > https://github.com/codingforentrepreneurs/Guides/blob/master/all/Heroku_Django_Deployment_Guide.md > > Cheers > > -- > You received this message because you are

production setup

2020-02-28 Thread Naveen Arora
Hi have a look at this - https://github.com/codingforentrepreneurs/Guides/blob/master/all/Heroku_Django_Deployment_Guide.md Cheers -- 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

Re: production setup

2020-02-28 Thread Naveen Arora
Try implementing it for once. If you face any problem, you can post in this community Regards -- 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: production setup

2020-02-28 Thread Soumen Khatua
I already read the documentation but still I'm confuse that's why I posted. BTW thank you for your help. On Fri, Feb 28, 2020 at 5:51 PM Naveen Arora wrote: > Hi Soumen, > > https://docs.djangoproject.com/en/3.0/howto/static-files/deployment/ >

Re: production setup

2020-02-28 Thread Naveen Arora
Hi Soumen, https://docs.djangoproject.com/en/3.0/howto/static-files/deployment/ https://docs.djangoproject.com/en/3.0/howto/static-files/ Have a look here. Hope it helps :) Cheers On Thursday, 27 February 2020 16:48:46 UTC+5:30, Soumen Khatua wrote: > > Hi Folks, > > I'm storing users images

production setup

2020-02-27 Thread Soumen Khatua
Hi Folks, I'm storing users images and documents inside media folder during development. but I don't how to serve this files for production level.Any one have any idea, actually I read the documentation but I'm still confuse. Thank You in advance regards, soumen -- You received this message

Re: how to cache django javascript message file ('/jsi18n/') with apache (production setup)

2009-08-26 Thread wtanaka.com
This is a wrapper function and some instructions for enabling caching of the /jsi18n/ javascript string catalog: http://wtanaka.com/django/jsi18ncache --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: idea on how to cache django javascript message file ('/jsi18n/') with apache (production setup)

2009-02-17 Thread Malcolm Tredinnick
On Tue, 2009-02-17 at 03:55 -0800, alan wrote: > Following up on this discussion: > http://groups.google.com/group/django-users/browse_thread/thread/83f7b9b93973671f/e4b40ec5a482d155?hl=fr=gst=jsi18n+cache#e4b40ec5a482d155 > > How about a solution where the js i18n file would contain all the >

idea on how to cache django javascript message file ('/jsi18n/') with apache (production setup)

2009-02-17 Thread alan
Following up on this discussion: http://groups.google.com/group/django-users/browse_thread/thread/83f7b9b93973671f/e4b40ec5a482d155?hl=fr=gst=jsi18n+cache#e4b40ec5a482d155 How about a solution where the js i18n file would contain all the translations for all the languages (in a dictionary

Re: Django Production Setup / Threading / Fcgi

2009-01-27 Thread Graham Dumpleton
On Jan 27, 8:20 pm, David wrote: > Hello, > > iam new to django and in the phase of researching django production features. > Iam planing to run django as fcgi behind a thin webserver. Can some point me > out a good read or resource to find more about this topics. Iam

Django Production Setup / Threading / Fcgi

2009-01-27 Thread David
Hello, iam new to django and in the phase of researching django production features. Iam planing to run django as fcgi behind a thin webserver. Can some point me out a good read or resource to find more about this topics. Iam specially interested in the problem about scaling, regarding

Re: how to cache django javascript message file ('/jsi18n/') with apache (production setup)

2008-03-06 Thread alain D.
Thanks for the precise reply ... looking forward to know about your ideas on this matter ... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: how to cache django javascript message file ('/jsi18n/') with apache (production setup)

2008-03-05 Thread Malcolm Tredinnick
On Wed, 2008-03-05 at 14:33 -0800, jfine wrote: > On Mar 5, 5:58 pm, "alain D." <[EMAIL PROTECTED]> wrote: > > Hi, > > > >If there a simple apache configuration that is know to make browser > > cache the javascript message file ('jsi18n') in a

Re: how to cache django javascript message file ('/jsi18n/') with apache (production setup)

2008-03-05 Thread jfine
On Mar 5, 5:58 pm, "alain D." <[EMAIL PROTECTED]> wrote: > Hi, > >If there a simple apache configuration that is know to make browser > cache the javascript message file ('jsi18n') in a standard apache > django production setup ? [snip] > To my

how to cache django javascript message file ('/jsi18n/') with apache (production setup)

2008-03-05 Thread alain D.
Hi, If there a simple apache configuration that is know to make browser cache the javascript message file ('jsi18n') in a standard apache django production setup ? I've tried to add : ExpiresActive on ExpiresDefault "access plus 1 month"

Re: Development / Production Setup

2007-06-23 Thread marknca
Thank you both SmileyChris & Nimrod putting what you've both suggested solved the issues! I really appreciate the help. Cheers, Mark --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Development / Production Setup

2007-06-22 Thread SmileyChris
> I'm obviously missing something basic. I'm 99% sure I should be able > to say something like: > > media="screen" /> Assuming you have SVN... Make sure you have this enabled in your TEMPLATE_CONTEXT_PROCESSORS (it is by default):

Re: Development / Production Setup

2007-06-21 Thread Nimrod A. Abing
nvironment > and my production environment. I would like to be able to move changes > from development to production with a minimum of hassle. > > Production setup > = > I'm serving all the dynamic pages using Apache/mod_python. All static > content (images, s

Development / Production Setup

2007-06-21 Thread marknca
to be able to move changes from development to production with a minimum of hassle. Production setup = I'm serving all the dynamic pages using Apache/mod_python. All static content (images, scripts, styles, etc.) are served from a _different_ subdomain running lighttpd. This setup seems

Re: OS X production setup issues

2007-01-16 Thread Tim Medley
Disregard, I decided to go back to the drawing board and try installing apache2 with mod_python. After several hours exerimenting with different version combinations I managed to get everything up and running. tm --~--~-~--~~~---~--~~ You received this message

OS X production setup issues

2007-01-15 Thread Tim Medley
Hello, I have been playing around with django in the dev environment for a week or so and i want to move what I have over to my production OS X server running Apache 1.3. I have gone through several documents discussing the setup of Apache 1.3 and Fast CGI and I just cannot seem to get this