←back to thread

1226 points bishopsmother | 1 comments | | HN request time: 0.207s | source
Show context
soperj ◴[] No.35045937[source]
For django, they should really contribute to 2 scoops django cookie cutter program, so that you can get an out of the box django instance that can just deploy to Fly.io.
replies(4): >>35046302 #>>35046664 #>>35046700 #>>35048622 #
1. tomwojcik ◴[] No.35048622[source]
I needed a cookie cutter for my side projects so I've created one for sqlite that I actively use and a similar one for postgres. Both are very basic, contributions welcome.

Sqlite https://github.com/tomwojcik/django-fly-sqlite-template

Psql https://github.com/tomwojcik/django-fly-postgres-template