https://github.com/bemihq/bemi-django-example
https://github.com/bemihq/bemi-django-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bemihq/bemi-django-example
- Owner: BemiHQ
- Created: 2024-10-22T00:22:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T10:41:51.000Z (6 months ago)
- Last Synced: 2024-12-24T01:28:13.427Z (4 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```