文件名称:MY-RIDE:使用Django和Bootstrap完成的拼车拼车共享应用程序
文件大小:47.02MB
文件格式:ZIP
更新时间:2024-05-24 12:48:28
social django carpooling ridesharing Python
MY-RIDE(Django拼车) 现场演示-http: 安装 需要python> 3 django 1.9 克隆回购后 cd Carpool python manage.py makemigrations python manage.py migrate 创建超级用户 创建管理员帐户 python manage.py createsuperuser Username: Email Address: Password: Password (again): ###配置电子邮件-打开settings.py #replace with gmail username and password or comment out to ignore the email STATIC_URL = '/static/' ACCOUNT_ACTIVATION_DAYS = 7 EMAIL_HOST = '