Web service development

18 views
Skip to first unread message

Seyfullah Tıkıç

unread,
Jul 8, 2012, 4:20:52 AM7/8/12
to django...@googlegroups.com
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Ç

John Yeukhon Wong

unread,
Jul 8, 2012, 9:43:37 AM7/8/12
to django...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages