# QuickSendPlus New version of quick send (experimental) ### Development To run this server in development mode, start the QuickSendPlus server with the following command ```bash py manage.py runserver ``` For an alternative port ```bash 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 ```