Jump to content

jaecadejnight

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by jaecadejnight

  1. Flask docs tells me (here: https://flask.palletsprojects.com/en/stable/deploying/ ) that I shouldn't just use the normal flask server by itself, and recommends pairing it with Gunicorn, waitress, or some other library. I'm gonna choose gunicorn, as it is the only one of their list that Johnny has installed (here: https://krydos2.heliohost.org/pyinfo/info3.12.py ). However, Heliohost offers no shell, so I cant use their `gunicorn main:app` command. How am I supposed to use it? Is there some way to do so in pure python?
  2. @wolstech my https://jaecadejnight.helioho.st/flasktest/python/version/ thing shows this: Python version 3.12.4 (main, Jul 28 2024, 00:08:33) [GCC 11.4.1 20231218 (Red Hat 11.4.1-3)]
  3. Hello! I noticed a bunch of nice Python packages are here but the one I need, sphinx, isn’t. I would appreciate it if this package can be made available! It is installed with: pip install -U sphinx I also need the Read the docs theme ( https://sphinx-rtd-theme.readthedocs.io/en/stable/index.html ) which can be installed with: pip install sphinx_rtd_theme My site has a working flask directory here where I intend on using the sphinx documentation package: https://jaecadejnight.helioho.st/flasktest/
×
×
  • Create New...