Skip to content

pythonanywhere/dashingdemo

 
 

Repository files navigation

PythonAnywhere Setup Instructions

  • create a virtualenv (we tested it with python 3.13) and pip install -r requirements.txt into it
  • create a new custom webapp on PythonAnywhere
  • configure your webapp to use your virtualenv on the PythonAnywhere webapp dashboard
  • setup your WSGI file (which you can find linked frmo the "Web" page) as in the example in the repo, and make sure it can find and import the dashing_demo_app
  • reload your webapp and go to your webapp url!

This is what it should look like: Picture of Dashing Demo Webapp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%