文件名称:Awwwards-clone:这是流行网站awwwards的克隆,人们在网站上投票并给予评分
文件大小:4.02MB
文件格式:ZIP
更新时间:2024-03-08 00:11:21
django django-rest-framework ajax python3 postgres-database
Awwwards_clone 这是awwards网站的一个副本,用户可以在该网站上发布他们曾从事过的项目,其他用户可以根据其他条件对该项目进行投票 入门 使用以下命令将这个存储库分叉或将其克隆到ubuntu上的本地计算机 git clone 先决条件 您将需要安装以下内容,才能在本地计算机上运行以下应用程序。 Python 3.6版 postgres数据库 正在安装 一系列循序渐进的示例,告诉您如何运行开发环境 使用以下命令设置虚拟环境 python3.6 -m venv --without-pip virtual 并激活它 source virtual/bin/activate 安装最新版本的pip curl https://bootstrap.pypa.io/get-pip.py | python 使用以下命令将要求安装在requirements.txt文件中 pip insta
【文件预览】:
Awwwards-clone-master
----runtime.txt(12B)
----media()
--------default.jpg(29KB)
--------profile_pics()
--------site_photos()
----Awwwards_clone()
--------wsgi.py(405B)
--------__init__.py(0B)
--------settings.py(4KB)
--------urls.py(2KB)
----Procfile(46B)
----LICENSE(1KB)
----db.sqlite3(0B)
----users()
--------models.py(402B)
--------apps.py(135B)
--------templates()
--------__init__.py(0B)
--------migrations()
--------signals.py(522B)
--------views.py(2KB)
--------admin.py(91B)
--------tests.py(60B)
--------forms.py(757B)
----main()
--------models.py(1KB)
--------apps.py(83B)
--------templates()
--------static()
--------__init__.py(0B)
--------migrations()
--------views.py(6KB)
--------admin.py(126B)
--------tests.py(935B)
--------serializer.py(650B)
--------urls.py(405B)
--------forms.py(510B)
----requirements.txt(271B)
----manage.py(634B)
----.gitignore(54B)
----README.md(2KB)