Contact-list app that prints mailing labels
1.2K
instance/config.py with the following values:
FACEBOOK_APP_IDFACEBOOK_APP_SECRETALLOWED_USERS (a list of email addresses)SECRET_KEYTed says:
I talked it over with David, and our business rules are about the same as they were for the original contacts list. In brief:
- Secure authentication.
- Display all contact information in a table on one page. (This allows for in-browser searching, which is more than good enough for our purposes.)
- Organize contacts into different groups using tags; display all contact information from a given group in a table on one page.
- Add, remove, and edit contacts and contact information. (The “Notes” field has been especially helpful.)
- Sort on different columns, especially last name and zip code. (I implemented this client side using a JavaScript library, which has worked just fine.)
- Generate mailing labels for a given group in PDF.
If you set something like this up in Python and gave me a brief orientation on how it operates, I could do a lot in the way of maintenance and troubleshooting. (I’ve done some work in Python, so I wouldn’t be as out-to-sea as I was on the Ruby contacts list.)
Also:
You can probably drop "active," "verified," and "added" from the main table view. We never used those much. (Might have done if there had been a "set to today" button.)
I'm just adding this sentence to check if it winds up in the container.
.pdfContent type
Image
Digest
Size
91.3 MB
Last updated
over 6 years ago
docker pull edbrannin/contacts