Transcription of Introduction to web development with Python and Django ...
{{id}} {{{paragraph}}}
Introduction to web development with Python and Django Documentation Release Greg Loyse Apr 23, 2017. Contents 1 Introduction 3. The Internet .. 3. Http and the Request / Response cycle .. 3. The Client Server Architecture .. 5. HTML .. 5. Databases .. 5. Exercise .. 5. Take Away .. 7. 2 Setup 9. Project folder .. 9. Installing Django .. 9. Creating Django project .. 9.. 10. Creating the Database .. 10. Inspecting the Database .. 11. Running the server .. 11. Creating & installing the Blog App .. 12. 3 Creating Web Services 15.. 15. Saying hello .. 15. GET parameters .. 16. Exercises .. 16. 4 Resources 19. i ii Introduction to web development with Python and Django Documentation, Release Contents: Contents 1. Introduction to web development with Python and Django Documentation, Release 2 Contents CHAPTER 1.
Introduction to web development with Python and Django Documentation, Release 0.1 Every time you click on a link, or type a url and enter into a browser, you are making what is called an http GET request. Here is an example that uses curl from the command line as a client: $ curl -sv www.example.com -o /dev/null
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}