Chapter 12, Designing Applications on the Web

  1. From wsgiref.simple_server import make_server
  2. The Model-View-Controller is a pattern for software development that is based on separating the data, the user interface, and the logic of the application
  3. django-admin.py
  4. We can run the following command in the djangoApplication directory that contains the manage.py file: python manage.py migrate
  5. With Flask, we must use the @route annotation
  6. render_template
  7. request.form
  8. Flask-Security
  9. sqlalchemy.engine.base.Engine
  10. SQLALCHEMY_DATABASE_URI, which has been added in your config file
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset