- What Python module is used for developing our own WSGI server?
- What is the main advantage that the MVC pattern provides, from a developer's point of view?
- What Django script can we use to create the file structure that's necessary to create applications with the framework?
- What Django command can we use to create a database in our application?
- What is the annotation that's used for creating routes in Flask?
- What method is used in Flask that looks in the templates folder for the file that's supplied as the first argument?
- If we are working in Flask with the POST method to send information to a server, what object can we use to access information on the attributes of the form?
- What is the Flask extension for managing the registration and authentication processes in your application?
- What class from SQLAlchemy is responsible for instantiating objects and connecting to a database?
- What is the config keyword that's required by the Flask-SQLAlchemy extension, and that represents the local address to your database file?