Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 472 Bytes

File metadata and controls

25 lines (14 loc) · 472 Bytes

base-auth

Heroku Deployment

Install additional buildpacks to compile *.scss and *.mo:

make heroku_buildpacks

Notice that:

  • Already installed buildpacks will be removed
  • The order of the buidpacks matters

See: pre_compile script, post_compile script.

Optional static type checking

mypy base_auth

See: mypy, config