Skip to main content

Membership register for norwegian youth organizations

Project description

Medlemssys is a membership register. Primarily written for norwegian youth organizations, but can and is used by other kinds of organizations.

It doesn’t do anything very advanced, but provides a way to list the members, export to CSV, can read OCR-files, send emails and some more.

Installation

Doing a simple install, you can install “medlemssys” for a test version, or “medlemssys[production]” to get a few required extras for a real setup:

pip install medlemssys[production]

You’ll use the medlemssys command for all commands. It’s a small wrapper around the django-admin command. The first thing you’ll want to do is to create a settings file:

medlemssys init

This will give you a medlemssys_conf.py file. Have a look at it, and change what you need. You should load in the data to the database and create yourself a user:

medlemssys migrate
medlemsys createsuperuser

If you chose the production setup, you can run gunicorn:

export DJANGO_SETTINGS_MODULE=medlemssys_conf
gunicorn --bind 0.0.0.0:8000 medlemssys.config.wsgi:application

You can of course also try the django development server to just test your register:

medlemssys runserver 0.0.0.0:8000

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

medlemssys-0.5.1.tar.gz (98.1 kB view hashes)

Uploaded Source

Built Distribution

medlemssys-0.5.1-py2-none-any.whl (118.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page