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.
|
# All the tags and there human readable name |
|
TAGS = {'taghash1': 'tree', |
|
'taghash2': 'toilet', |
|
'taghash3': 'tent', |
|
'taghash4': 'water tap' |
|
} |
|
|
|
# For storing the cookie information to the client |
|
SECRET_KEY = 'Very secret key!'
|
|
|