Mercurial > wikked
view wk.py @ 196:cbf7db1ff0d5
Better authentication handling:
- Not bundling user info with every response anymore.
- Ability to optionally bundle user info with the page read API endpoint.
- New API endpoint for current user info.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 09 Feb 2014 20:46:22 -0800 |
parents | a71822a4beed |
children | c6dd9b0c5009 |
line wrap: on
line source
#!/usr/local/bin/python import logging from wikked.witch import main # Configure logging. logging.basicConfig(level=logging.DEBUG, format="[%(levelname)s]: %(message)s") if __name__ == "__main__": main()