Skip to content

A Django app to manage prospect and member information.

License

Notifications You must be signed in to change notification settings

4sfc/django-member-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Member Manager

Member Manager is a Django app to manage prospect and member information.

Quick Start

  1. Add "member_manager" to your INSTALLED_APPS setting:

    INSTALLED_APPS = [
        ...
        'member_manager',
    ]
    
  2. Start the development server and visit the admin to create members. The Admin and the Common Files app must be enabled.

About

A Django app to manage prospect and member information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages