电子电气设备
Wee 是一个用 Django 构建的社交网站。 在实时预览。
版本
1.0.0
特征
新闻源
时间线
搜索
团体
邮政
点赞、分享、评论
安装
你需要 、 、 和 MySQL-Python 连接器:
$ pip install mysql-python django
#####建造
$ git clone https://github.com/dipkakwani/wee_app.git
从 MySQL 创建一个名为 wee(任何其他名称也可以)的数据库。 更新 wee_app/src/wee/settings.py 中的数据库配置。
$ cd wee_app/src
$ python manage.py syncdb
$ python manage.py runserver
你可以在 127.0.0.1:8000/home 看到现场演示
发展
想贡献? 伟大的
2023-03-26 15:31:40
954KB
Python
1