##// END OF EJS Templates
Fixed an import issue in models. Removed tests for admin because the user model has changed.
Fixed an import issue in models. Removed tests for admin because the user model has changed.

File last commit:

r125:449be9e6 default
r140:aaf68ba2 1.1
Show More
authors.py
23 lines | 638 B | text/x-python | PythonLexer
neko259
Added authors page. This fixes #22
r103 __author__ = 'neko259'
authors = {
'neko259': {
'name': 'Pavel Ryapolov',
'contacts': ['neko259@gmail.com'],
'roles': ['author', 'developer'],
},
'ilyas': {
'name': 'Ilyas Babayev',
'contacts': ['zamesilyasa@gmail.com'],
'roles': ['author', 'developer'],
neko259
Added refmaps for the threads list.
r125 },
'ritsufag': {
'name': 'Aiko Kirino',
'contacts': ['ritsufag@gmail.com'],
'roles': ['javascript developer', 'designer'],
},
'Tenno Seremel': {
'name': 'anonymous',
'contacts': ['html@serenareem.net'],
'roles': ['javascript developer', 'designer'],
},
neko259
Added authors page. This fixes #22
r103 }