Bluesky Django PoC
Go to file
Óscar M. Lage d727afe5b8 Add decouple + config
Use python-decouple Config method to load the config values
(debug, database, secret_key...) more to come
2024-11-14 12:38:00 +01:00
docker Initial commit 2024-11-14 12:12:53 +01:00
src Add decouple + config 2024-11-14 12:38:00 +01:00
.gitignore Initial commit 2024-11-14 12:12:53 +01:00
docker-compose.yml Initial commit 2024-11-14 12:12:53 +01:00
Dockerfile Initial commit 2024-11-14 12:12:53 +01:00
env.sample Add decouple + config 2024-11-14 12:38:00 +01:00
Makefile Initial commit 2024-11-14 12:12:53 +01:00
README.md Add minimal README instructions 2024-11-14 12:15:09 +01:00

Bluesky Django

Bluesky Django PoC

Install

$ make build
$ make start

Post install

$ make migrate