Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
aiohttp-devtools / start / template
  ..
  app
  static
  README.md
  requirements.txt
Size: Mime:

aiohttp demo app

Your new web app is ready to go!

To run your app you'll need to:

  1. Activate a python 3.6 or 3.7 environment
  2. Install the required packages with pip install -r requirements.txt
  3. Make sure the app's settings are configured correctly (see app/settings.py). You can also use environment variables to define sensitive settings, eg. DB connection variables
  4. You can then run your app during development with adev runserver -s static app