CATEGORIES = (
    ('Product Design', 'Product Design'),
    ('Accessories', 'Accessories'),
    ('Gadgets', 'Gadgets'),
    ('Sound', 'Sound'),
    ('DIY Electronics', 'DIY Electronics'),
    ('Robots', 'Robots'),
    ('Technology', 'Technology'),
    ('3D Printing', '3D Printing'),
    ('Camera Equipment', 'Camera Equipmen'),
    ('Fabrication Tools', 'Fabrication Tools'),
    ('Gaming Hardware', 'Gaming Hardware'),
    ('Hardware', 'Hardware'),
    ('Makerspaces', 'Makerspaces'),
    ('Space Exploration', 'Space Exploration'),
    ('Tabletop Games', 'Tabletop Games'),
    ('Wearables', 'Wearables')
)

PLATFORM = (
    ('kickstarter ', 'Kickstarter'),
    ('indiegogo', 'Indiegogo')
    
)


STATUS = (
    ('funded ', 'funded'),
    ('live ', 'live'),
    ('Not Live yet','Not Live yet')
    
)

SOCIAL = (
    ('Facebook','Facebook'),
    ('Kickstarter','Kickstarter'),
    ('Indiegogo','Indiegogo'),
    ('Google Search','Google Search'),
    ('Recommended by a friend','Recommended by a friend')
)