From 4a6dfcb759cb6da970dac55a0b9a116114ce71e7 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 23 Aug 2010 15:31:41 +0200 Subject: fixes for django 1.1 --- module/web/ServerThread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/ServerThread.py') diff --git a/module/web/ServerThread.py b/module/web/ServerThread.py index 40683004a..c07364243 100644 --- a/module/web/ServerThread.py +++ b/module/web/ServerThread.py @@ -43,7 +43,7 @@ class WebServer(threading.Thread): #print "### You have to add at least one User, to gain access to webinterface: python %s createsuperuser" % join(self.pycore.path, "module", "web", "manage.py") #print "### Dont forget to restart pyLoad if you are done." log.warning(_("Database for Webinterface does not exitst, it will not be available.")) - log.warning(_("Please run: python pyLoadCore -s")) + log.warning(_("Please run: python pyLoadCore.py -s")) log.warning(_("Go through the setup and create a database and add an user to gain access.")) return None -- cgit v1.2.3