# django3app
**Repository Path**: oliverwyydp/django3app
## Basic Information
- **Project Name**: django3app
- **Description**: 一个综合的Django3的使用演示工程,博客,电商,视频播放,聊天,社交,第一版的代码,不完善,我后期慢慢完善
- **Primary Language**: Python
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 4
- **Forks**: 1
- **Created**: 2021-08-14
- **Last Updated**: 2022-05-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
支撑环境
系统:deepin 20.2.3,anaconda 2021.05
开发环境:
conda create -n django3app python=3.8
开发所需组件
#python 3.8.11
pip install django==3.1.7 django_taggit==1.2.0 markdown==3.2.1 django-ckeditor==6.1.0 psycopg2 psycopg2-binary Pillow social-auth-app-django==4.0.0 django-extensions==3.1.3 werkzeug pyOpenSSl==19.1.0 easy-thumbnails==2.7.1 redis celery==5.1.2 python-alipay-sdk==3.0.4 WeasyPrint==49 python-memcached==1.59 django-braces==1.14.0 django-memcache-status==2.2 djangorestframework==3.12.4 channels==3.0.4 channels-redis==3.3.0 django-simpleui django-embed-video django-uuslug
pip install --upgrade certifi
支付宝接入
https://github.com/NickyangPeng/Alipay_demo
非官方SDK https://github.com/fzlee/alipay
支付的时候注意收款单号的生成一定要保证不能重复
Django channel开发指南及教程使用
https://channels.readthedocs.io/en/stable/
Django ckeditor配置
https://blog.csdn.net/weixin_43217710/article/details/88726941