metahoguet
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

settings.py
text/x-python

Download raw (133 bytes)

#!/usr/bin/env python
# -*- coding: utf-8 -*-

import pymongo
client = pymongo.MongoClient('localhost', 27017)
db = client.metahoguet