Your last VPS payment was on 2019-12-18, and the recurring payment was canceled. Your VPS has been shut down since shortly after 2020-01-18. I tried emailing you multiple times at the fastmail.co.uk email address, but the email just bounces with an error message.
The reason the wiki has two hello directories is because that is the way the command
django-admin startproject hello
creates the code, and then you can upload it to the server by symlinking dispatch.wsgi and adding the .htaccess. Obviously it will work with other directory configurations.
If there's a problem with the wiki any HelioHost user can edit it. You can get your wiki account set up at https://www.helionet.org/index/topic/34285-wiki-access-requests/
Most services charge per month for additional storage space, so in the long run you'll end up paying more than $5 if you have your account for long enough. We just charge $5 once and it's good for the life of the account.
Also, please note that you're still using php 7.2 http://facenook.heliohost.org/phpinfo.php What is probably happening is cPanel edits your .htaccess file to switch you to php 7.3, and then you overwrite the .htaccess file during your installation so you get moved back to the default php 7.2.
Csv is a default module that comes with all python installs. That page only shows modules that aren't default that were added after python was installed.
Not really. It had been over three months since we had last gotten a donation. The last Lily gofundme we did just closed itself after it went long enough without a donation. I'm not sure how long it has to go before it does that though. Apparently three months isn't long enough.
You're on Tommy now. Thanks for the donation.
Looking at the logs, you had like 50 processes of WTG_bot.py running when you were suspended. It looks like you have a cron to start it, and obviously no logic to kill existing processes or the new process dies if there is an existing copy already running.