摘要:
View In Django, each view is represented by a simple python function.To get from a URL to view, Django uses what are know as 'URLconfs'. A URL conf m... 阅读全文
摘要:
Database Default database In the project setting file 'samsite/settings.py', there are some lines' code about the db. DATABASES = { 'default'... 阅读全文
摘要:
Django Admin Django entirely automates creation of admin interfaces for models.The admin isn't intended to be used by site visitors.It's for site m... 阅读全文