Bluesky Django PoC
Go to file
Óscar M. Lage 38a68dbd3d WIP get and show timeline
For now the user is hardcoded in the url, don't want to need an
auth at this stage of the development.
2024-11-14 18:11:12 +01:00
docker Initial commit 2024-11-14 12:12:53 +01:00
src WIP get and show timeline 2024-11-14 18:11:12 +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