Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 172 |
ashish |
1 |
# -*- coding: utf-8 -*-
|
|
|
2 |
"""
|
|
|
3 |
Auth* related model.
|
|
|
4 |
|
|
|
5 |
This is where the models used by :mod:`repoze.who` and :mod:`repoze.what` are
|
|
|
6 |
defined.
|
|
|
7 |
|
|
|
8 |
It's perfectly fine to re-use this definition in the Wiki-20 application,
|
|
|
9 |
though.
|
|
|
10 |
|
|
|
11 |
"""
|