文件名称:try_django
文件大小:1.37MB
文件格式:ZIP
更新时间:2024-03-07 04:01:51
Python
#Créationd'un projet Django: django-admin startproject mysite #LancerServur Django python manage.py运行服务器 #Créationtable de la base dedonnées python manage.py迁移 #Créationdu superutilisateur python manage.py createsuperuser #Créationde l'application python manage.py startapp myapp
【文件预览】:
try_django-master
----db.sqlite3(128KB)
----templates()
--------index.html.twig(831B)
--------nav.html.twig(2KB)
--------footer.html.twig(291B)
----README.md(318B)
----try_django()
--------urls.py(802B)
--------__init__.py(0B)
--------asgi.py(397B)
--------__pycache__()
--------wsgi.py(397B)
--------settings.py(3KB)
----myapp()
--------__init__.py(0B)
--------views.py(340B)
--------static()
--------models.py(57B)
--------__pycache__()
--------apps.py(85B)
--------admin.py(63B)
--------migrations()
--------tests.py(60B)
----manage.py(666B)