Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 168 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 168 Bytes

dummy_django_project

Dummy django project for trying out django-zappa.

Has two endpoints:

  1. hello/
  • returns hello
  1. hello/{name}/
  • returns Hello {name}!