- 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.
推薦閱讀
- Python機器學(xué)習(xí):數(shù)據(jù)分析與評分卡建模(微課版)
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計
- Mastering Ember.js
- C和C++安全編碼(原書第2版)
- HBase從入門到實戰(zhàn)
- Getting Started with PowerShell
- Building a Recommendation Engine with Scala
- Android底層接口與驅(qū)動開發(fā)技術(shù)詳解
- Python機器學(xué)習(xí)基礎(chǔ)教程
- 機器學(xué)習(xí)與R語言實戰(zhàn)
- Learning Apache Karaf
- ExtJS Web應(yīng)用程序開發(fā)指南第2版
- Python應(yīng)用與實戰(zhàn)
- 測試工程師Python開發(fā)實戰(zhàn)
- Building Microservices with .NET Core 2.0(Second Edition)