oreon / aid4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aid4Kids - a generic django based platform for connecting sponsors with sponsored children

. It is built with [Python][3.7] using the Django Web Framework, can be used by any NGO for helping the children find sponsors.

This project has the following features:

  • Sponsors can register themselves and search for students they want to sponsor
  • Manage their profile and unsponsor a sponsored child.
  • Admins can see the sponsorships through django admin interface
  • Reports for admins are in progress

TODOS

  • Automated Payment integration

Installation

Quick start

To set up a development environment quickly, first install Python 3. It comes with virtualenv built-in. So create a virtual env by:

1. `$ python3 -m venv myhealth`
2. `$ . myhealth/bin/activate`

Install all dependencies:

pip install -r requirements.txt

Run migrations:

python manage.py migrate

Detailed instructions

Take a look at the docs for more information.

About

License:MIT License


Languages

Language:Python 58.1%Language:HTML 35.7%Language:CSS 5.0%Language:Shell 0.8%Language:JavaScript 0.5%