Skip to content

Commit 912b9d6

Browse files
committed
Added socket connection uwsgi<->nginx
1 parent 8d5f76e commit 912b9d6

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

api-rest-python-deeplearning.ini

42 Bytes
Binary file not shown.

app/__init__.py

-539 Bytes
Binary file not shown.

celerybeat-schedule

0 Bytes
Binary file not shown.

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
celery = Celery('tasks')
77
celery.config_from_object('celeryconfig')
88
#TODO temporal task test
9-
#db.create_all()
9+
db.create_all()
1010

1111
def execute_analysis(photo):
1212
data ={'info':'result!','analysed':True}

wsgi.py

-80 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)