文件名称:IdGen:使用Django Framework和Reportlab库的ID卡生成器
文件大小:143KB
文件格式:ZIP
更新时间:2024-05-27 02:48:15
python identity django id reportlab
此存储库不再维护。 IdGen Web应用程序,用于使用HTML,CSS,JQuery,Django框架,Reportlab和SQLite开发的大学生和教职员工创建ID卡。 用户可以输入相关详细信息,从而创建ID卡的pdf格式。 有用于注册,编辑,搜索,删除,更改身份证模板以及为学生和教职员工生成pdf的选项。 本地安装(Ubuntu) virtualenv . ( ) source bin/activate pip install Django==1.9 reportlab python manage.py makemigrations python manage.py migrate python manage.py runserver 用法 注册详细信息 根据需要编辑模板 查看注册用户列表 下载PDF
【文件预览】:
IdGen-master
----idcard()
--------settings.py(3KB)
--------urls.py(1KB)
--------__init__.py(0B)
--------wsgi.py(389B)
----manage.py(249B)
----idapp()
--------apps.py(87B)
--------urls.py(2KB)
--------tests.py(60B)
--------migrations()
--------admin.py(287B)
--------__init__.py(0B)
--------models.py(3KB)
--------views.py(40KB)
--------forms.py(4KB)
--------templates()
----README.md(1KB)
----.gitignore(16B)
----static()
--------img()
--------js()
--------css()