Mama Africa
Gallery image 1
Gallery image 2
Gallery image 3
Gallery image 4
Gallery image 5

Support this fundraiser

93% funded 66 days left
Medical

Mama Africa

M

By Morris Morrison

Created May 01, 2026

Raised: KES 3,700 Goal: KES 4,000

93% funded

2

Donors

0

Shares

0

Updates

Story

from crowdfunding.models import FundraiserCategory

categories = [
    {'name': 'Education', 'icon': 'fa-graduation-cap', 'description': 'Support education initiatives and schools'},
    {'name': 'Healthcare', 'icon': 'fa-hospital', 'description': 'Medical expenses and healthcare projects'},
    {'name': 'Emergency', 'icon': 'fa-ambulance', 'description': 'Emergency relief and disaster response'},
    {'name': 'Environment', 'icon': 'fa-leaf', 'description': 'Environmental conservation and sustainability'},
    {'name': 'Animals', 'icon': 'fa-paw', 'description': 'Animal welfare and wildlife protection'},
    {'name': 'Community', 'icon': 'fa-users', 'description': 'Community development and local projects'},
    {'name': 'Arts & Culture', 'icon': 'fa-palette', 'description': 'Art, music, and cultural initiatives'},
    {'name': 'Sports', 'icon': 'fa-futbol', 'description': 'Sports teams, events, and facilities'},
    {'name': 'Technology', 'icon': 'fa-microchip', 'description': 'Tech innovation and digital projects'},
    {'name': 'Business', 'icon': 'fa-briefcase', 'description': 'Small business and entrepreneurial ventures'},
]

for cat in categories:
    obj, created = FundraiserCategory.objects.get_or_create(
        name=cat['name'],
        defaults={
            'icon': cat['icon'],
            'description': cat['description'],
            'is_active': True
        }
    )
    if created:
        print(f"Created: {cat['name']}")
    else:
        print(f"Exists: {cat['name']}")

print("Done!")

About the Beneficiary

JM

John Maina

Myself to the organizer

Method 3: Run as a standalone script (your current file) To run your existing load_categories.py script directly:

Updates (0)

No updates yet. Check back later for news about this fundraiser.

Comments (4)

Sign in to leave a comment and show your support

D
Morris Morrison Organizer
2 w ago

gvb
gvb
gvb
gvb

1 reply

D
Morris Morrison Organizer 2 w ago

34000

D
Morris Morrison Organizer
3 w ago

Here we go

1 reply

D
Morris Morrison Organizer 3 w ago

something else

93%
funded
Raised KES 3,700
Goal KES 4,000
Donors 2
Days left 66
Secured by M-Seedly

Share this fundraiser

Link copied to clipboard!

Recent Supporters

A

Anonymous

2 w ago

KES 3,500
A

Anonymous

3 w ago

KES 200
See all donations

Organizer

M

Morris Morrison

Organizer

Nairobi, Kenya

Newsletter

Join 10k+ subscribers

Inspiring stories & fundraising tips, weekly.