<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>We use a custom Django app: <a href="https://github.com/coredump-ch/interna/">https://github.com/coredump-ch/interna/</a> The member models can be found here: <a href="https://github.com/coredump-ch/interna/blob/master/interna/memberdb/models.py">https://github.com/coredump-ch/interna/blob/master/interna/memberdb/models.py</a> We then use Django Admin to change the data. And there's a view in the frontend that filters out the currently active and former members. (Sorry for the very sparse and often German documentation... It wasn't meant as a project that can be used by the general public.)<br></div>
<div> </div>
<div>Both the model and the entire app aren't really ideal though. I'd be interested in a Django REST Framework based solution. It would need to be quite flexible though, to accomodate different membership models, different ways of invoicing, etc.<br></div>
<div> </div>
<div>Cheers<br></div>
<div>Danilo<br></div>
</body>
</html>