pyramid, module install
$ pip install pyramid Paste mongo
$ pip install pyramid_mongodb
Erstellen Sie ein Projekt mit dem Namen "mongo" Das Verzeichnis wird derzeit erstellt
$ pcreate -s pyramid_mongodb mongo
setup Installieren Sie verwandte Module usw.
$ cd mongo
$ pip install -e .
Bearbeiten Sie Folgendes von [app: mongo] entsprechend der Umgebung
mongodb.url = mongodb://localhost mongodb.db_name = mydb
Beginnen Sie mit dem Befehl pserve (default_port 6543)
$ pserve development.ini
$ proutes development.ini
Recommended Posts