Can I combine it with Apache so I can serve my static and index.html
with Apache and the rest with django-admin.py server?

Thank you,
Andrew

On Oct 16, 3:10 pm, "Ronaldo Zacarias Afonso"
<[EMAIL PROTECTED]> wrote:
> You can use django-admin.py runserver. Maybe it uses a different
> approach, but in a nutshell, it's a web server that you can use to
> develop your django applications
>  and it does what you want (You don't have to reboot  the server every
> time you do a change in your apps).
>
> []s
> Ronaldo.
>
> On Thu, Oct 16, 2008 at 1:26 PM, Trastabuga <[EMAIL PROTECTED]> wrote:
>
> > Hi
>
> > I am used to Emacs/Slime/Lisp running under detachtty so I can connect
> > to the remote lisp image using Emacs/Slime and do my development in
> > this environment.
> > I'd like to give Python/Django a try, so I'd like to know is it
> > possible to emulate a similar environment?
> > Basically the question is: "Can I connect to remote Python process
> > which handles http requests and add/modify functions there without
> > reloading the server?"
>
> > Thank you,
> > Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to