URL_Shortener_Using_Django_Framework.zip
资源来源:本地上传资源
文件类型:ZIP
大小:91.11KB
评分:
5.0
上传者:sheji888
更新日期:2024-07-22

Django框架URL缩短程序

资源文件列表(大概)

文件名
大小
Url-Shortener/
-
Url-Shortener/LICENSE
1.06KB
Url-Shortener/README.md
2.11KB
Url-Shortener/staticfiles/
-
Url-Shortener/Pipfile.lock
8.76KB
Url-Shortener/db.sqlite3
144KB
Url-Shortener/manage.py
669B
Url-Shortener/Pipfile
225B
Url-Shortener/.git/
-
Url-Shortener/.git/index
3.05KB
Url-Shortener/.git/logs/
-
Url-Shortener/.git/logs/refs/
-
Url-Shortener/.git/logs/refs/remotes/
-
Url-Shortener/.git/logs/refs/remotes/origin/
-
Url-Shortener/.git/logs/refs/remotes/origin/HEAD
196B
Url-Shortener/.git/logs/refs/heads/
-
Url-Shortener/.git/logs/refs/heads/master
196B
Url-Shortener/.git/logs/HEAD
196B
Url-Shortener/.git/objects/
-
Url-Shortener/.git/objects/pack/
-
Url-Shortener/.git/objects/pack/pack-9d1340577c7b1cef2dc643d6c9a95c28426bb772.idx
4.68KB
Url-Shortener/.git/objects/pack/pack-9d1340577c7b1cef2dc643d6c9a95c28426bb772.pack
30.52KB
Url-Shortener/.git/objects/info/
-
Url-Shortener/.git/description
73B
Url-Shortener/.git/branches/
-
Url-Shortener/.git/refs/
-
Url-Shortener/.git/refs/tags/
-
Url-Shortener/.git/refs/remotes/
-
Url-Shortener/.git/refs/remotes/origin/
-
Url-Shortener/.git/refs/remotes/origin/HEAD
32B
Url-Shortener/.git/refs/heads/
-
Url-Shortener/.git/refs/heads/master
41B
Url-Shortener/.git/packed-refs
114B
Url-Shortener/.git/config
272B
Url-Shortener/.git/hooks/
-
Url-Shortener/.git/hooks/pre-commit.sample
1.6KB
Url-Shortener/.git/hooks/commit-msg.sample
896B
Url-Shortener/.git/hooks/pre-push.sample
1.32KB
Url-Shortener/.git/hooks/update.sample
3.53KB
Url-Shortener/.git/hooks/pre-applypatch.sample
424B
Url-Shortener/.git/hooks/pre-receive.sample
544B
Url-Shortener/.git/hooks/pre-merge-commit.sample
416B
Url-Shortener/.git/hooks/fsmonitor-watchman.sample
3.01KB
Url-Shortener/.git/hooks/prepare-commit-msg.sample
1.46KB
Url-Shortener/.git/hooks/applypatch-msg.sample
478B
Url-Shortener/.git/hooks/post-update.sample
189B
Url-Shortener/.git/hooks/pre-rebase.sample
4.78KB
Url-Shortener/.git/info/
-
Url-Shortener/.git/info/exclude
240B
Url-Shortener/.git/HEAD
23B
Url-Shortener/.gitignore
1.77KB
Url-Shortener/router/
-
Url-Shortener/router/admin.py
115B
Url-Shortener/router/views.py
1.01KB
Url-Shortener/router/forms.py
156B
Url-Shortener/router/__pycache__/
-
Url-Shortener/router/__pycache__/admin.cpython-39.pyc
277B
Url-Shortener/router/__pycache__/views.cpython-39.pyc
1.38KB
Url-Shortener/router/__pycache__/models.cpython-39.pyc
694B
Url-Shortener/router/__pycache__/__init__.cpython-39.pyc
165B
Url-Shortener/router/__pycache__/apps.cpython-39.pyc
385B
Url-Shortener/router/__pycache__/urls.cpython-39.pyc
470B
Url-Shortener/router/__pycache__/forms.cpython-39.pyc
590B
Url-Shortener/router/apps.py
87B
Url-Shortener/router/static/
-
Url-Shortener/router/static/router/
-
Url-Shortener/router/static/router/main.css
1.13KB
Url-Shortener/router/models.py
343B
Url-Shortener/router/tests.py
60B
Url-Shortener/router/migrations/
-
Url-Shortener/router/migrations/0002_auto_20200830_0835.py
361B
Url-Shortener/router/migrations/0001_initial.py
526B
Url-Shortener/router/migrations/__pycache__/
-
Url-Shortener/router/migrations/__pycache__/0001_initial.cpython-39.pyc
674B
Url-Shortener/router/migrations/__pycache__/0002_auto_20200830_0835.cpython-39.pyc
582B
Url-Shortener/router/migrations/__pycache__/0005_auto_20200830_1054.cpython-39.pyc
783B
Url-Shortener/router/migrations/__pycache__/0004_auto_20200830_1021.cpython-39.pyc
602B
Url-Shortener/router/migrations/__pycache__/__init__.cpython-39.pyc
176B
Url-Shortener/router/migrations/__pycache__/0003_auto_20200830_0835.cpython-39.pyc
569B
Url-Shortener/router/migrations/0003_auto_20200830_0835.py
359B
Url-Shortener/router/migrations/0004_auto_20200830_1021.py
377B
Url-Shortener/router/migrations/0005_auto_20200830_1054.py
648B
Url-Shortener/router/migrations/__init__.py
-
Url-Shortener/router/__init__.py
-
Url-Shortener/router/templates/
-
Url-Shortener/router/templates/router/
-
Url-Shortener/router/templates/router/home.html
543B
Url-Shortener/router/templates/router/base.html
2.59KB
Url-Shortener/router/templates/router/route_list.html
1.58KB
Url-Shortener/router/templates/router/how_to_use.html
529B
Url-Shortener/router/urls.py
317B
Url-Shortener/Procfile
32B
Url-Shortener/requirements.txt
651B
Url-Shortener/url_shortener/
-
Url-Shortener/url_shortener/__pycache__/
-
Url-Shortener/url_shortener/__pycache__/settings.cpython-39.pyc
2.49KB
Url-Shortener/url_shortener/__pycache__/__init__.cpython-39.pyc
172B
Url-Shortener/url_shortener/__pycache__/wsgi.cpython-39.pyc
587B
Url-Shortener/url_shortener/__pycache__/urls.cpython-39.pyc
1002B
Url-Shortener/url_shortener/wsgi.py
403B
Url-Shortener/url_shortener/asgi.py
403B
Url-Shortener/url_shortener/__init__.py
-
Url-Shortener/url_shortener/urls.py
802B
Url-Shortener/url_shortener/settings.py
3.29KB

资源内容介绍

Django框架,这是一个关于URL缩短器的高级项目,可以将任何给定的URL缩短为您选择的URL。缩短的URL可以作为指向所需网站的重定向链接。该系统的后端完全基于Django框架构建,前端则采用HTML和CSS。它具有与流行的Bit.ly或adf.ly URL缩短器类似的功能,可以执行所有任务,如将URL缩短代码自定义为您选择的代码,也可以对其进行编程,为缩短的URL生成随机slug。该应用程序还提供了一个管理面板,通过该面板可以控制所有缩短的网址及其重定向链接。这是一个具有高级功能的高级项目。管理账户:用户名:admin密码:admin

用户评论 (0)

相关资源

Django学校管理系统web应用程序

基于Django和sqlite3的应用程序,提供了将学生注册到数据库、监控他们的出勤、成绩以及相关信息等功能。该系统在后端运行Django框架,在前端运行HTML、CSS。它有一个内置的交互式后台,供教师使用,教师可以监控学生在学校的活动,如出勤、成绩和入学情况。除了学生和教师,学校的其他员工也可以从同一个后台进行管理。还有一个单独的管理面板,通过该面板可以管理和控制每个用户及其数据。管理账户:用户名:admin密码:admin

8.14MB15金币

Django构建的简单图库应用程序

这是一个使用Django构建的简单图库应用程序,它提供了添加照片的功能,包括拍摄照片的类别、日期和位置。它还包含漂亮的响应式UI设计,可以显示存储在图库中的所有照片。管理账户:用户名:admin密码:testing321

64.38MB22金币

python-外卖点餐web应用程序

使用Django框架。它包含登录/注册、查看所有食品、将食品添加到卡中以及使用支付系统结账等功能。该系统在后端运行Django框架,在前端运行HTML、CSS。它包含与流行的UberEats应用程序类似的功能,用于在线订购食物。管理面板:用户名:admin密码:admin

18.76MB14金币

基于Python的资产管理系统源码.zip

基于Python的资产管理系统源码.zip

6.89MB21金币

FME模板提取照片pos

本人实用FME 2020.2 32位版本,该模板提供一个提取照片经纬度和拍摄时间的一个思路。

33.63KB20金币

基于beego和layui的管理后台系统

基于beego和layui的管理后台系统,后端语言beego,前端语言layui。管理后台功能包括:系统设置-管理员、菜单、角色图片管理-本地上传、七牛云上传文章管理-文章列表、文章分类、文章标签demo地址:http://xiaobing.site/admin根目录下admin.sql导入数据库conf/app.conf配置mysql数据库连接配置和七牛云配置信息

36.04MB19金币

Eyoucms易优cms火车头发布模块2024保姆级教程

Eyoucms易优cms火车头发布模块2024保姆级教程

4.16KB18金币

文本文件字符修改.zip

指定修改文本文件的字符

117.95KB25金币

ai文章生成软件-ai文章批量生成器-ai文章伪原创工具-ai改写软件

AI生成文章软件是指利用人工智能技术,能够帮助用户快速生成高质量文章的工具。这类软件通常基于先进的自然语言处理模型,可以根据用户提供的主题、关键词或其他指示,自动生成符合要求的文章。1、软件根据关键词,在百度大家还在搜里获取几个和关键词最相关的长尾词2、聚合文章字数可以达到几千字,原创度几乎是100%,只要域名没问题,搜索引擎很快收录及给排名。3、软件使用简单,把key放入key.txt里,可以放入多个,一行一个,把关键词放入到关键词.txt里,然后打开exe程序运行即可批量写原创聚合

11.91MB27金币

GP88写频软件(含驱动)

GP88写频软件(含驱动)

11.87MB17金币

点可云ERP进销存V7社区开源版

本源码是可以免费下载学习的,我们没有经过任何途径任何方式出售。所有收费去版权去授权的请一律不要相信!社区版免费下载就可以安装搭建!如需要商用请看下边的授权说明。点可云ERP进销存系统,基于thinkphp+vue开发。功能包含:采购、销售、零售、多仓库管理、财务管理等功能和超详细的报表功能(采购报表、销售报表、零售报表、仓库报表、资金报表等)官网地址:www.nodcloud.com 文档地址:docs.nodcloud.comERP进销存采用前后端分离架构,前端基于Node.js、Vue2、Element-UI,后端基于ThinkPHP6 ,它具有模块化、易扩展等特点,使得开发者可以根据自己的需求进行定制化开发演示站:https://web.nodcloud.cn/账号 admin密码 admin运行环境:HP7.3mysql5.6(5.7以上版本需要关闭数据库严格模式 视频教程 文本教程)需配置THINKPHP伪静态社区版QQ交流群:640974004

24.78MB26金币

SecureCRT SecureFXPortable32.zip

SecureCRT是一款支持SSH(SSH1和SSH2)的终端仿真程序,简单地说是Windows下登录UNIX或Linux服务器主机的软件。SecureCRT支持SSH,同时支持Telnet和rlogin协议。SecureCRT的SSH协议支持DES,3DES和RC4密码和密码与RSA鉴别。在今后的工作和学习中会经常的用到用来连接linux服务器。SecureFXP最新版是款方便快捷的文件传输工具。SecureFX可以让你在windows系统中登陆UNIX或Linux的服务器主机并实现管理设置,且能够支持标签化SSH对话。SecureFX还支持SSH1,SSH2,Telnet,RLogin,Serial,和TAPI协议。

17.28MB30金币