Trying out this whole Django thing, and so far I'm really digging it. Modules (called "apps" in django) make adding features without affecting other code pretty straightforward. The database models make just about everything a lot easier and faster to build. Even gunicorn didn't give me any trouble, and I thought it would. Sweet.

So, here we are, a more minimalist approach to Drunkserver. More to come as we update the backend and frontend.