Thursday, February 28, 2013

Re: Daemonize django server

This (http://software.clapper.org/daemonize/) may do what you want and
can be installed with homebrew on a mac, but if this is in any way a
production setting, I wouldn't do it. The dev server hasn't gone
through any security audits and could and probably does have unknown
weaknesses in that regard, more info here:
https://docs.djangoproject.com/en/dev/ref/django-admin/#runserver-port-or-address-port

On Feb 28, 10:23 am, Tim Johnson <t...@akwebsoft.com> wrote:
> I'm having a hell of a time getting fastcgi to work on my mac, so
> for the time being I'll just stick with using the django server.
>
> Is it possible to daemonize the server? I would prefer that in some
> cases.
>
> Fromhttps://docs.djangoproject.com/en/dev/ref/django-admin/
> I see daemonize as an option for runfcgi but not for runserver.
>
> thanks
> --
> Tim
> tim at tee jay forty nine dot com or akwebsoft dot comhttp://www.akwebsoft.com

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment