First go at a user system #240 #255 #256
authorCharles Connell <charles@connells.org>
Thu, 9 Jan 2014 21:04:51 +0000 (16:04 -0500)
committerCharles Connell <charles@connells.org>
Thu, 9 Jan 2014 21:16:02 +0000 (16:16 -0500)
commitfe3879edc21a599b51f594e653d4da2adb5f6f88
treee608bdb59f75c9c7c618dd94f0b45bc8689ea304
parentec883ec62b20e7f39dfb3519fb9719c036bb009c
First go at a user system #240 #255 #256
70 files changed:
karmaworld/apps/document_upload/models.py
karmaworld/apps/document_upload/tasks.py
karmaworld/apps/document_upload/tests.py
karmaworld/apps/document_upload/views.py
karmaworld/apps/moderation/admin.py
karmaworld/apps/notes/gdrive.py
karmaworld/apps/notes/migrations/0012_auto__chg_field_note_user.py [new file with mode: 0644]
karmaworld/apps/notes/models.py
karmaworld/apps/notes/search.py
karmaworld/apps/notes/views.py
karmaworld/apps/users/admin.py
karmaworld/apps/users/migrations/0002_auto__del_karmauser__add_userprofile.py [new file with mode: 0644]
karmaworld/apps/users/models.py
karmaworld/apps/users/views.py [new file with mode: 0644]
karmaworld/assets/css/accounts.css [new file with mode: 0644]
karmaworld/assets/css/global.css
karmaworld/assets/img/facebook.png [new file with mode: 0644]
karmaworld/settings/common.py
karmaworld/templates/account/account_inactive.html [new file with mode: 0644]
karmaworld/templates/account/base.html [new file with mode: 0644]
karmaworld/templates/account/email.html [new file with mode: 0644]
karmaworld/templates/account/email/email_confirmation_message.txt [new file with mode: 0644]
karmaworld/templates/account/email/email_confirmation_signup_message.txt [new file with mode: 0644]
karmaworld/templates/account/email/email_confirmation_signup_subject.txt [new file with mode: 0644]
karmaworld/templates/account/email/email_confirmation_subject.txt [new file with mode: 0644]
karmaworld/templates/account/email/password_reset_key_message.txt [new file with mode: 0644]
karmaworld/templates/account/email/password_reset_key_subject.txt [new file with mode: 0644]
karmaworld/templates/account/email_confirm.html [new file with mode: 0644]
karmaworld/templates/account/email_confirmed.html [new file with mode: 0644]
karmaworld/templates/account/login.html [new file with mode: 0644]
karmaworld/templates/account/logout.html [new file with mode: 0644]
karmaworld/templates/account/messages/cannot_delete_primary_email.txt [new file with mode: 0644]
karmaworld/templates/account/messages/email_confirmation_sent.txt [new file with mode: 0644]
karmaworld/templates/account/messages/email_confirmed.txt [new file with mode: 0644]
karmaworld/templates/account/messages/email_deleted.txt [new file with mode: 0644]
karmaworld/templates/account/messages/logged_in.txt [new file with mode: 0644]
karmaworld/templates/account/messages/logged_out.txt [new file with mode: 0644]
karmaworld/templates/account/messages/password_changed.txt [new file with mode: 0644]
karmaworld/templates/account/messages/password_set.txt [new file with mode: 0644]
karmaworld/templates/account/messages/primary_email_set.txt [new file with mode: 0644]
karmaworld/templates/account/messages/unverified_primary_email.txt [new file with mode: 0644]
karmaworld/templates/account/password_change.html [new file with mode: 0644]
karmaworld/templates/account/password_reset.html [new file with mode: 0644]
karmaworld/templates/account/password_reset_done.html [new file with mode: 0644]
karmaworld/templates/account/password_reset_from_key.html [new file with mode: 0644]
karmaworld/templates/account/password_reset_from_key_done.html [new file with mode: 0644]
karmaworld/templates/account/password_set.html [new file with mode: 0644]
karmaworld/templates/account/signup.html [new file with mode: 0644]
karmaworld/templates/account/signup_closed.html [new file with mode: 0644]
karmaworld/templates/account/snippets/already_logged_in.html [new file with mode: 0644]
karmaworld/templates/account/verification_sent.html [new file with mode: 0644]
karmaworld/templates/account/verified_email_required.html [new file with mode: 0644]
karmaworld/templates/base.html
karmaworld/templates/header.html
karmaworld/templates/notes/search_results.html
karmaworld/templates/partial/filepicker.html
karmaworld/templates/partial/trackers.html [new file with mode: 0644]
karmaworld/templates/socialaccount/authentication_error.html [new file with mode: 0644]
karmaworld/templates/socialaccount/base.html [new file with mode: 0644]
karmaworld/templates/socialaccount/connections.html [new file with mode: 0644]
karmaworld/templates/socialaccount/login_cancelled.html [new file with mode: 0644]
karmaworld/templates/socialaccount/messages/account_connected.txt [new file with mode: 0644]
karmaworld/templates/socialaccount/messages/account_connected_other.txt [new file with mode: 0644]
karmaworld/templates/socialaccount/messages/account_disconnected.txt [new file with mode: 0644]
karmaworld/templates/socialaccount/signup.html [new file with mode: 0644]
karmaworld/templates/socialaccount/snippets/login_extra.html [new file with mode: 0644]
karmaworld/templates/socialaccount/snippets/provider_list.html [new file with mode: 0644]
karmaworld/templates/user_profile.html [new file with mode: 0644]
karmaworld/urls.py
reqs/common.txt