You run the development server right out of the box such as python manage.py runserver But for real deployment you don't use the development servers. It doesn't support multiple requests. It will break. It's a toy, basically.
Watch some youtube videos on getting started with Django. Then look at Django's tutorials. Sometimes you want to have some "Graphical" tutorials before diving into textual tutorials. On Sunday, July 8, 2012 4:20:52 AM UTC-4, stikic wrote: > > Hello, > > How can I develop web service using django? > > Is there edit and continue feature in django/python like Microsoft Visual > Studio/CSharp? > Thank you. > > -- > SEYFULLAH TIKIÇ > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/oN7T2Rarx3sJ. To post to this group, send email to [email protected]. 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.

