-
Notifications
You must be signed in to change notification settings - Fork 2
Home
jmoswalt edited this page Aug 18, 2012
·
4 revisions
Welcome to the djangodash2012 wiki!
- Setup Heroku @jmo
- Register oauth? @jenny
- Get oauth to work @jenny
- management command to archive the email @jenny
- view email based on client
- assign unknown contact to client
- assign message to client where contact has multiple clients
- master signup
- recipient signup
- master send invites to recipients
First signup:
- Sign up for master account
- Send link to email addresses
Recipients:
- Fill in FN, LN, password
- Add label gmail
- Approve Oauth
-
Account - BigCompany
-
Client - CoolKids
-
Profile - JMO
-
Contact - Eloy
-
Message - JMO email to Eloy
-
SignupLink - info about link sent
-
Profile 1-to-1 auth.user
-
Contact M2M to Message
-
Contact M2M to Client
-
Message FK to Profile
-
Profile FK to Account
-
Message FK Client
-
Message FK to Account