user.py 271 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 UserData = [ dict( id=1, email='admin@local', user_name='admin', password='admin', status=1, ), dict( id=2, email='anonymous@local', user_name='anonymous', status=0, ), ]