Forums

How to host a simple site using Pipenv?

Hello. I have made a simple site. It uses Pipenv, and is installed locally like this:

git clone [git url]

cd [directory]

pipenv install

pipenv run python app.py

How can I run this on PythonAnywhere so that everyone may use it?

what app is this? is it a flask webapp? check out this

this one: https://github.com/zezic/bordeaux

ASGI web apps do not work on PythonAnywhere yet.

Dang. That sucks.

I upvoted the ticket in our backlog in your name.

what?

Hmm, that was a bit garbled, wasn't it? @fjl was saying that he will add an upvote to the item on our to-do list, which will bump up the priority on getting ASGI supported.

Makes sense now. Thanks!

Totally noob on the WSGI vs ASGI thing, but I'd love to have ASGI suppported for Datasette. If there's anything I can help with would happy to do so!

ASGI web apps do not work on PythonAnywhere yet.