diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 02591c9..f50c1f3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,10 +1,7 @@ - - - - + @@ -614,6 +618,7 @@ + diff --git a/uwsgi.ini b/uwsgi.ini index 37cd22f..fe18768 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -14,4 +14,4 @@ pidfile=/logs/order.pid chmod-socket=777 logfile-chmod=644 daemonize=/logs/order.log -static-map = /static=/data/www/Order/web/static \ No newline at end of file +static-map = /static=/order/web/static \ No newline at end of file