A way to sort ideas into categories and dump them onto the web.
Setting up Flask, psycopg and Heroku in combination is notoriously undocumented. If you're interested in exactly how to get something like this set up, you should take a peek at the connect_db() function in main.py where most of the tricky stuff takes place. The rest of the trouble really just boils down to dependency bashing.
-
Install postgresql.
-
Run
python -c 'from main import init_db; init_db()'
The category blog has support for Google Analytics. Just drop the code GA gives you into static/js/analytics.js (and remove mine!)
Some of my SQL is pretty sloppy. I may rewrite it in the future.