An open API service indexing awesome lists of open source software.

https://github.com/bemihq/bemi-django-example


https://github.com/bemihq/bemi-django-example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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
```