Skip to content

Instantly share code, notes, and snippets.

View samsamm777's full-sized avatar

Sam Hudson samsamm777

View GitHub Profile
@samsamm777
samsamm777 / table_drop.py
Last active January 11, 2016 20:42 — forked from lauriehawkins/table_drop.py
dropping mongo tables
__author__ = 'laurie'
import bottle
import os
from bottle import route, run, template, static_file
from pymongo import MongoClient
bottle.TEMPLATE_PATH.insert(0, '/home/laurie/devops_tools/table_drop')