Skip to content

v0.2.0

Compare
Choose a tag to compare
@kyleingraham kyleingraham released this 15 Jul 18:09
· 4 commits to trunk since this release
7a729d8

This release restructures Potcake for easy web app creation. Web apps can be created through two new objects, WebApp and WebAppSettings. Through them we provide the following features:

  • Django-style routing
  • Static file serving (with collection of files from multiple directories)
  • Django-style URL reversing
  • Middleware
  • Settings management

What's Changed

Full Changelog: v0.1.0...v0.2.0