Explorar o código

Accidentally removed some lines

Ask Solem %!s(int64=14) %!d(string=hai) anos
pai
achega
76bcc628c6
Modificáronse 1 ficheiros con 4 adicións e 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"