New version of quick send (experimental)

Toby Chui cd73592350 Added basic api structure 2 tháng trước cách đây
QuickSendPlus cd73592350 Added basic api structure 2 tháng trước cách đây
.gitignore 99b5caf1d4 Initial commit 2 tháng trước cách đây
LICENSE 99b5caf1d4 Initial commit 2 tháng trước cách đây
README.md cd73592350 Added basic api structure 2 tháng trước cách đây
autopush.sh 95db2b5165 Added readme 2 tháng trước cách đây

README.md

QuickSendPlus

New version of quick send (experimental)

Development

To run this server in development mode, start the QuickSendPlus server with the following command

py manage.py runserver

For an alternative port

py manage.py runserver 8180

Create Admin User

To create an admin user, ujse the following command

py manage.py migrate
py manage.py createsuperuser