I'm part of a non-profit (an astronomy club that does public outreach). To date all our operations are done manually, e.g., our membership database is a spreadsheet via cut-and-paste.
We're looking to automate our processes, particularly those that are repetitive.
I'm looking for open-source code that manages basic membership tasks, e.g.:
- new member signups
- new and renewing membership payment via Paypal (I know there are Django-Paypal packages)
- membership management
- email list management
- extensible, e.g., allows adding APIs to Meetup
I've come across Tendenci, but it uses:
- Postgres - I was hoping to prototype on
pythonanywhere.com but they charge for Postgres.
- Django 1.6
- Python 2
- I haven't been able to get it to install
It has much more than we need, but if I can get it to work, it's a viable alternative.
I found
tidyclub.com. It's fee-based (although inexpensive) and I'd rather use a US-based host.
I can't say my search has been exhaustive, but the above are the best examples I've found to date.
I'm just starting to learn Django. I have _TTD w/ Python_ by Percival and am planning to get Two-scoops 1.8.
I know I can build my own package, but it'd obviously be much faster and easier to use something that already exists.
I'd be grateful for any suggestions!