資源簡介
全部前臺資源,后臺資源可以參考,學(xué)習(xí)哪個語言都要用到的前臺HTMl頁

代碼片段和文件信息
#!/usr/bin/env?python
import?os
import?sys
if?__name__?==?“__main__“:
????os.environ.setdefault(“DJANGO_SETTINGS_MODULE“?“daily_fresh_demo.settings“)
????try:
????????from?django.core.management?import?execute_from_command_line
????except?ImportError?as?exc:
????????raise?ImportError(
????????????“Couldn‘t?import?Django.?Are?you?sure?it‘s?installed?and?“
????????????“available?on?your?PYTHONPATH?environment?variable??Did?you?“
????????????“forget?to?activate?a?virtual?environment?“
????????)?from?exc
????execute_from_command_line(sys.argv)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????93??2018-11-08?15:12??天天生鮮\.gitattributes
?????文件???????1131??2018-11-08?15:12??天天生鮮\.idea\daily_fresh_demo.iml
?????文件????????200??2018-11-08?15:12??天天生鮮\.idea\encodings.xm
?????文件????????228??2018-11-08?15:12??天天生鮮\.idea\inspectionProfiles\profiles_settings.xm
?????文件????????212??2018-11-08?15:12??天天生鮮\.idea\misc.xm
?????文件????????284??2018-11-08?15:12??天天生鮮\.idea\modules.xm
?????文件??????58654??2018-11-08?15:12??天天生鮮\.idea\workspace.xm
?????文件???????4170??2018-11-08?15:12??天天生鮮\daily_fresh_demo\settings.py
?????文件???????1266??2018-11-08?15:12??天天生鮮\daily_fresh_demo\urls.py
?????文件????????409??2018-11-08?15:12??天天生鮮\daily_fresh_demo\wsgi.py
?????文件??????????0??2018-11-08?15:12??天天生鮮\daily_fresh_demo\__init__.py
?????文件???????2969??2018-11-08?15:12??天天生鮮\daily_fresh_demo\__pycache__\settings.cpython-35.pyc
?????文件???????1359??2018-11-08?15:12??天天生鮮\daily_fresh_demo\__pycache__\urls.cpython-35.pyc
?????文件????????582??2018-11-08?15:12??天天生鮮\daily_fresh_demo\__pycache__\wsgi.cpython-35.pyc
?????文件????????143??2018-11-08?15:12??天天生鮮\daily_fresh_demo\__pycache__\__init__.cpython-35.pyc
?????文件??????87040??2018-11-08?15:12??天天生鮮\db.sqlite3
?????文件?????????63??2018-11-08?15:12??天天生鮮\df_cart\admin.py
?????文件?????????88??2018-11-08?15:12??天天生鮮\df_cart\apps.py
?????文件????????826??2018-11-08?15:12??天天生鮮\df_cart\migrations\0001_initial.py
?????文件??????????0??2018-11-08?15:12??天天生鮮\df_cart\migrations\__init__.py
?????文件???????1027??2018-11-08?15:12??天天生鮮\df_cart\migrations\__pycache__\0001_initial.cpython-35.pyc
?????文件????????145??2018-11-08?15:12??天天生鮮\df_cart\migrations\__pycache__\__init__.cpython-35.pyc
?????文件????????766??2018-11-08?15:12??天天生鮮\df_cart\models.py
?????文件?????????60??2018-11-08?15:12??天天生鮮\df_cart\tests.py
?????文件????????296??2018-11-08?15:12??天天生鮮\df_cart\urls.py
?????文件???????2093??2018-11-08?15:12??天天生鮮\df_cart\views.py
?????文件??????????0??2018-11-08?15:12??天天生鮮\df_cart\__init__.py
?????文件????????179??2018-11-08?15:12??天天生鮮\df_cart\__pycache__\admin.cpython-35.pyc
?????文件????????522??2018-11-08?15:12??天天生鮮\df_cart\__pycache__\models.cpython-35.pyc
?????文件????????415??2018-11-08?15:12??天天生鮮\df_cart\__pycache__\urls.cpython-35.pyc
............此處省略262個文件信息
評論
共有 條評論