mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./env/bin/activate
|
|
python ./manage.py runfcgi method=threaded host=127.0.0.1 port=9981
|