您的位置:首页 > 编程语言 > Go语言

Django的模块

2018-03-18 14:27 323 查看
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:54:40) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> help(django)
Help on package django:

NAME
django

PACKAGE CONTENTS
__main__
apps (package)
conf (package)
contrib (package)
core (package)
db (package)
dispatch (package)
forms (package)
http (package)
middleware (package)
shortcuts
template (package)
templatetags (package)
test (package)
urls (package)
utils (package)
views (package)

FUNCTIONS
setup(set_prefix=True)
Configure the settings (this happens as a side effect of accessing the
first setting), configure logging and populate the app registry.
Set the thread-local urlresolvers script prefix if `set_prefix` is True.

DATA
VERSION = (2, 0, 3, 'final', 0)

VERSION
2.0.3

FILE
c:\python\python36\lib\site-packages\django\__init__.py
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: