[05:59:07] !log tools.poty-stuff Updated from ed3cdd1 to 095e8c7 [05:59:10] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.poty-stuff/SAL [07:39:22] !log tools.poty-stuff Updated from 095e8c7 to 92df34a [07:39:26] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.poty-stuff/SAL [19:47:58] hello [19:48:40] i am trying to host a django tool on toolforge, can anyone help me with that [19:51:55] I’m sure a few can, go ahead and ask your question [20:00:16] https://wikitech.wikimedia.org/wiki/Help:Toolforge/My_first_Django_OAuth_tool [20:00:16] i tried this link, below section to host but in log it showing no django module found. and python i got in 3.7 and in kubernate it is of 3.9 [20:00:50] so can anyone have any different guide to host [20:03:01] that's outdated :( you need to create the venv and install the packages in `webservice python3.9 shell`, https://wikitech.wikimedia.org/wiki/Help:Toolforge/Web/Python#Virtual_Environments_and_Packages [20:04:25] that create app.py it is in shell or outside shell? [20:07:36] I've updated https://wikitech.wikimedia.org/wiki/Help:Toolforge/My_first_Django_OAuth_tool#Deploying_to_Wikimedia_Toolforge [20:08:42] thanks [20:31:02] one more doubt, my django work as a backend, and frontend is react. so to host frontend i need to create different tool or host in same? any doc to host in same? [20:33:18] react doesn't need a server-side component, you just serve the built frontend files via the django app [20:34:07] i didnt get you, [21:17:02] Is anybody here who can take a look at https://outreachdashboard.wmflabs.org/ HTTP-Status 500 and Error is "If you are the administrator of this website, then please read this web application's log file and/or the web server's log file to find out what went wrong." [21:37:33] !log tools.poty-stuff Updated from 92df34a to ab1785d [21:37:36] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.poty-stuff/SAL [21:39:14] !log tools.poty-stuff Updated from ab1785d to da9e44c [21:39:16] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.poty-stuff/SAL [21:44:59] Wurgl: that project seems to have quite a few admins, the list as at https://openstack-browser.toolforge.org/project/globaleducation [21:48:49] Wurgl: the site is down because the database is down. The database is down because the drive is full on the database server. The drive is full because there are 15GB of log files [21:51:24] !log globaleducation running truncate --size 10M syslog, user.log, messages on p-and-e-dashboard-database.globaleducation.eqiad1.wikimedia.cloud -- drive is full causing db failure [21:51:27] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Globaleducation/SAL [21:52:30] !log globaleducation also removed syslog.1, userlog.1, messages.1 [21:52:33] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Globaleducation/SAL [21:53:47] Wurgl: fixed (maybe) via indiscriminate deletion of logfiles on the db server [21:54:44] thx [22:15:16] https://github.com/wikimedia/WikiContrib/blob/master/DEPLOYING.md [22:15:17] i use this to deploy my react page, [22:15:17] it`s asking to add one like node16 in terminal, can you tell me the command to start lightpd webservice command to start node16?