le75
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

settings.py
text/x-python

Download raw (81 bytes)

import pymongo

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