restructure app
authorSofia Papagiannaki <papagian@gmail.com>
Tue, 17 Jan 2012 12:20:41 +0000 (14:20 +0200)
committerSofia Papagiannaki <papagian@gmail.com>
Tue, 17 Jan 2012 12:20:41 +0000 (14:20 +0200)
commit0905ccd2725e4ac1d0a6846da8d86740cf16064e
tree30fb4f3f459781a040622404828fc7bb360940f1
parent66396eca2c62b45acbf5b8501e297e4161f1142b
restructure app
- extend django user model
- pass template_name and extra_context in views
- incorporate context processors
- use different backends for invitations and simple workflow

Refs: #1823
42 files changed:
astakos/im/admin/__init__.py [moved from astakos/im/migrations/__init__.py with 100% similarity]
astakos/im/admin/templates/admin.html [moved from astakos/im/templates/admin.html with 100% similarity]
astakos/im/admin/templates/admin_base.html [moved from astakos/im/templates/admin_base.html with 58% similarity]
astakos/im/admin/templates/invitations_list.html [moved from astakos/im/templates/invitations_list.html with 88% similarity]
astakos/im/admin/templates/pending_users.html [moved from astakos/im/templates/pending_users.html with 91% similarity]
astakos/im/admin/templates/users_create.html [moved from astakos/im/templates/users_create.html with 61% similarity]
astakos/im/admin/templates/users_info.html [moved from astakos/im/templates/users_info.html with 70% similarity]
astakos/im/admin/templates/users_list.html [moved from astakos/im/templates/users_list.html with 75% similarity]
astakos/im/admin/urls.py [new file with mode: 0644]
astakos/im/admin/views.py [new file with mode: 0644]
astakos/im/api.py
astakos/im/auth_backends.py [new file with mode: 0644]
astakos/im/backends/__init__.py [new file with mode: 0644]
astakos/im/backends/invitations.py [new file with mode: 0644]
astakos/im/backends/simple.py [new file with mode: 0644]
astakos/im/context_processors.py [new file with mode: 0644]
astakos/im/fixtures/admin_user.json
astakos/im/fixtures/auth_test_data.json
astakos/im/forms.py
astakos/im/migrations/0001_initial.py [deleted file]
astakos/im/migrations/0002_auto__add_field_user_is_verified.py [deleted file]
astakos/im/migrations/0003_auto__add_field_user_provider__add_field_user_openidurl__add_field_inv.py [deleted file]
astakos/im/models.py
astakos/im/target/invitation.py
astakos/im/target/local.py
astakos/im/target/shibboleth.py
astakos/im/target/twitter.py
astakos/im/target/util.py
astakos/im/templates/index.html
astakos/im/templates/local_create.html [deleted file]
astakos/im/templates/reclaim.html
astakos/im/templates/register.html
astakos/im/templates/reset.html
astakos/im/templates/signup.html
astakos/im/templates/users_profile.html
astakos/im/templates/welcome.txt [new file with mode: 0644]
astakos/im/urls.py
astakos/im/util.py
astakos/im/views.py
astakos/middleware/auth.py
astakos/settings.d/00-apps.conf
astakos/settings.d/20-im.conf