A fake auction house I made for a school project.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
BAD_REP = -1
|
|
|
|
NEUTRAL_REP = 0
|
|
|
|
GOOD_REP = 1
|
|
|
|
|
|
|
|
PERM_LEVELS = {
|
|
|
|
post: 0, # allows the user to post auctions
|
|
|
|
rmpost: 1, # allows the user to remove other peoples auctions
|
|
|
|
roleman: 2 # allows the user to manage other peoples roles
|
|
|
|
}
|