Bluesky Django PoC
Go to file
2024-11-14 17:20:19 +01:00
docker Initial commit 2024-11-14 12:12:53 +01:00
src Added first version of models 2024-11-14 17:20:19 +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 Del DJANGO_SETTINGS_MODULE 2024-11-14 13:03:48 +01:00
Makefile Applied migraitons + fixed make migrate command 2024-11-14 13:03:31 +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