Skip to content

rynbrd/pyramid_couchauth_example

Repository files navigation

Pyramid CouchDB Auth Example

A Pyramid example project implementing pyramid_couchauth.

Running the Example

CouchDB will need to be running locally and contain an empty database named "auth".

Retrieve the source code:

git clone --depth 1 git:://github.com/BlueDragonX/pyramid_couchauth_example.git

Load the example data into the database:

cd pyramid_couchauth_example
python init.py

Service the project with paster:

paster serve development.ini

Paster will inform you where it's hosting the project. Opening the site in a browser will show you the default Pyramid example page. Move to /page and it will show you the publicly accessible page and provide some basic few navigational links.

About

Example Pyramids application utilizing pyramid_couchauth.

Resources

License

Stars

Watchers

Forks

Packages

No packages published