Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 322 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 322 Bytes

Bemi Django Example

You can find a demo and detailed documentation here https://docs.bemi.io.

System Dependencies

  • Devbox
    • PostgreSQL
    • Python

Installation

make init
make up-services
make create
cp django/.env.sample django/.env

Development

make install
make migrate
make up-django