Explorar el Código

Accidentally removed some lines

Ask Solem hace 15 años
padre
commit
76bcc628c6
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      examples/pythonproject/demoapp/celeryconfig.py

+ 4 - 0
examples/pythonproject/demoapp/celeryconfig.py

@@ -1,3 +1,7 @@
+import sys
+import os
+sys.path.insert(0, os.getcwd())
+
 BROKER_HOST = "localhost"
 BROKER_USER = "guest"
 BROKER_PASSWORD = "guest"