文件名称:URL_Shortener
文件大小:24KB
文件格式:ZIP
更新时间:2024-05-29 06:21:13
HTML
URL_Shortener(Django) 要求 Python 3.8以上 的Django 3.1.7 基本命令的 python manage.py makemigrations main python manage.py migrate main 文献资料 基本的基于Django的URL缩短器
【文件预览】:
URL_Shortener-master
----templates()
--------shortener()
----shortener()
--------__pycache__()
--------wsgi.py(395B)
--------__init__.py(0B)
--------settings.py(3KB)
--------asgi.py(395B)
--------urls.py(796B)
----static()
--------shortener()
----db.sqlite3(20KB)
----main()
--------models.py(283B)
--------apps.py(83B)
--------__pycache__()
--------__init__.py(0B)
--------migrations()
--------views.py(1KB)
--------admin.py(63B)
--------tests.py(60B)
--------urls.py(174B)
--------forms.py(320B)
----requirements.txt(122B)
----manage.py(665B)
----README.md(216B)