FreeMusicNinja / api.freemusic.ninja

Django-powered API for Free Music Ninja
http://api.freemusic.ninja/
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Use SQLite for local development #33

Open macro1 opened 9 years ago

macro1 commented 9 years ago

There's really no reason the default database should be PostgreSQL. We should have the default be SQLite for easy development and testing, and configure the CI and application servers to use PostgreSQL in those environments.

treyhunner commented 9 years ago

:+1: