justinvh / gitpaste

DEPRECATED - GitPaste is a clone of GitHub's Gist.
Other
184 stars 49 forks source link

Database things #38

Open Karunamon opened 10 years ago

Karunamon commented 10 years ago

Hey there!

I noticed that there's no mention of the requirement for Postgres anywhere in the read me. (There's actually an issue open right now due to this, #36, basically a package is required by Django for Postgres that isn't specced out in requirements.txt)

This PR would do three things:

Hope this helps! Thanks for the awesome app!

Jaykul commented 10 years ago

Looks good -- personally, I'd be just as happy to see you just change the default to sqlite, since psycopg2 is a comparatively heavy download (I would use sqlite on my dev box anyway).