add readme
This commit is contained in:
		@@ -9,5 +9,5 @@ else
 | 
			
		||||
    python manage.py makemigrations --noinput
 | 
			
		||||
    python manage.py migrate --noinput
 | 
			
		||||
    python manage.py collectstatic --noinput
 | 
			
		||||
    gunicorn "$APP_NAME".wsgi:application --bind "$APP_HOST":"$APP_PORT" --workers 3 --log-level=debug
 | 
			
		||||
    gunicorn "$APP_NAME".wsgi:application --bind "$APP_HOST":"$APP_PORT" --workers 3 --log-level=info
 | 
			
		||||
fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user