New version of quick send (experimental)
Toby Chui cd73592350 Added basic api structure | 3 달 전 | |
---|---|---|
QuickSendPlus | 3 달 전 | |
.gitignore | 3 달 전 | |
LICENSE | 3 달 전 | |
README.md | 3 달 전 | |
autopush.sh | 3 달 전 |
New version of quick send (experimental)
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
To create an admin user, ujse the following command
py manage.py migrate
py manage.py createsuperuser