- Django RESTful Web Services
- Gaston C. Hillar
- 185字
- 2021-06-30 19:30:56
Test your knowledge
Let's see whether you can answer the following questions correctly:
- After we activate a virtual environment, all the packages we install with pip are available:
- For all the virtual environments available in the computer or device that is running Python
- Only for the activated virtual environment
- For all the virtual environments created by the current user
- HTTPie is a:
Command-line HTTP server written in Python that makes it easy to create a RESTful Web Server
- Command-line utility that allows us to run queries against an SQLite database
- Command-line HTTP client written in Python that makes it easy to compose and send HTTP requests
- Which of the following commands creates a new app named books in Django?
- django startapp books
- python django.py startapp books
- python manage.py startapp books
- In Django, a subclass of which of the following classes represents a Django application and its configuration?
- django.apps.AppConfig
- django.application.configuration
- django.config.App
- Which of the following strings must be added to the INSTALLED_APPS string list in the settings.py file to enable Django REST framework?
- 'rest_framework'
- 'django_rest_framework'
- 'Django_REST_framework'
The rights answers are included in the Appendix, Solutions.
推薦閱讀
- Advanced Splunk
- Learning ROS for Robotics Programming(Second Edition)
- C++程序設計(第3版)
- x86匯編語言:從實模式到保護模式(第2版)
- 機械工程師Python編程:入門、實戰與進階
- Full-Stack React Projects
- Java性能權威指南(第2版)
- PhoneGap Mobile Application Development Cookbook
- 軟件工程
- Java EE 8 Application Development
- Python Web數據分析可視化:基于Django框架的開發實戰
- PLC應用技術(三菱FX2N系列)
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- 區塊鏈技術與應用
- SEO教程:搜索引擎優化入門與進階(第3版)