文件名称:ieee_nu:适用于IEEE NU的Web应用
文件大小:466KB
文件格式:ZIP
更新时间:2024-04-18 22:46:14
JavaScript
读我 后端设置: 确保您使用的Python > = 3.8,并且使用任何api测试工具(例如或 (确保您安装了Insomnia Core,而不是Insomnia Designer)。 下载此代码,或克隆存储库。 打开终端或cmd,转到项目目录,然后键入以下命令: 创建一个Python虚拟环境: python -m venv env 激活虚拟环境: .\env\Scripts\activate # if you're using Windows. source env/bin/activate # if you're using Linux or MacOs 从requirement.txt安装库: pip install -r requirements.txt 运行数据库迁移: python manage.py migrate 运行开发服务器: python mana
【文件预览】:
ieee_nu-main
----.gitignore(2KB)
----templates()
--------password_reset_email.html(482B)
--------email_templates()
--------account()
----requirements.txt(929B)
----ieee_nu()
--------urls.py(623B)
--------__init__.py(0B)
--------asgi.py(391B)
--------wsgi.py(391B)
--------settings.py(7KB)
----LICENSE(1KB)
----.github()
--------workflows()
----authentication()
--------signals.py(583B)
--------urls.py(747B)
--------__init__.py(0B)
--------views.py(2KB)
--------serializers.py(1KB)
--------models.py(3KB)
--------apps.py(145B)
--------admin.py(1KB)
--------migrations()
--------tests.py(60B)
----README.md(2KB)
----frontend()
--------package.json(1KB)
--------package-lock.json(679KB)
--------src()
--------public()
----Procfile(60B)
----mail()
--------__init__.py(0B)
--------senders.py(542B)
----manage.py(663B)
----store()
--------signals.py(3KB)
--------urls.py(872B)
--------__init__.py(0B)
--------views.py(8KB)
--------serializers.py(2KB)
--------models.py(4KB)
--------apps.py(137B)
--------admin.py(3KB)
--------migrations()
--------mails.py(871B)
--------tests.py(60B)