Changeset - fdc2503fcfc3
[Not reviewed]
Merge
! ! !
Christopher Neugebauer - 7 years ago 2017-08-09 02:16:40
chrisjrn@gmail.com
Merge remote-tracking branch 'rd/all-python'
94 files changed:
LICENSE
54
Changeset was too big and was cut off... Show full diff anyway
0 comments (0 inline, 0 general)
.gitignore
Show inline comments
 
*.pyc
 
node_modules/
 
_build/
 
.DS_Store
 
dev.db
 
.coverage
 
staticfiles
LICENSE
Show inline comments
 
registrasion-demo
 
-----------------
 

	
 
# Copyright (c) 2016-2017 Christopher Neugebauer and contributors
 
#
 
# Permission is hereby granted, free of charge, to any person obtaining a copy
 
# of this software and associated documentation files (the "Software"), to deal
 
# in the Software without restriction, including without limitation the rights
 
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
# copies of the Software, and to permit persons to whom the Software is
 
# furnished to do so, subject to the following conditions:
 
#
 
# The above copyright notice and this permission notice shall be included in
 
# all copies or substantial portions of the Software.
 
#
 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 
# THE SOFTWARE.
 

	
 

	
 
pinaxcon
 
--------
 

	
 
# Copyright (c) 2009-2015 James Tauber and contributors
 
#
 
# Permission is hereby granted, free of charge, to any person obtaining a copy
 
# of this software and associated documentation files (the "Software"), to deal
 
# in the Software without restriction, including without limitation the rights
 
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
# copies of the Software, and to permit persons to whom the Software is
 
# furnished to do so, subject to the following conditions:
 
#
 
# The above copyright notice and this permission notice shall be included in
 
# all copies or substantial portions of the Software.
 
#
 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 
# THE SOFTWARE.
 

	
 

	
 
bootstrap-sass
 
--------------
 

	
 
The MIT License (MIT)
 

	
 
Copyright (c) 2011-2016 Twitter, Inc
 
Copyright (c) 2011-2016 The Bootstrap Authors
 

	
 
Permission is hereby granted, free of charge, to any person obtaining a copy
 
of this software and associated documentation files (the "Software"), to deal
 
in the Software without restriction, including without limitation the rights
 
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
copies of the Software, and to permit persons to whom the Software is
 
furnished to do so, subject to the following conditions:
 

	
 
The above copyright notice and this permission notice shall be included in
 
all copies or substantial portions of the Software.
 

	
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 
THE SOFTWARE.
fixtures/sitetree.json
Show inline comments
 
[
 
    {
 
        "pk": 1,
 
        "model": "sitetree.tree",
 
        "fields": {
 
            "alias": "main",
 
            "title": "main"
 
        }
 
    },
 
    {
 
        "pk": 1,
 
        "model": "sitetree.treeitem",
 
        "fields": {
 
            "parent": null,
 
            "access_restricted": false,
 
            "access_permissions": [],
 
            "description": "",
 
            "insitetree": true,
 
            "hint": "",
 
            "url": "pages_page \"about/\"",
 
            "url": "page_about",
 
            "inbreadcrumbs": true,
 
            "title": "About",
 
            "tree": 1,
 
            "access_perm_type": 1,
 
            "alias": null,
 
            "sort_order": 2,
 
            "inmenu": true,
 
            "access_loggedin": false,
 
            "hidden": false,
 
            "urlaspattern": true
 
        }
 
    },
 
    {
 
        "pk": 2,
 
        "model": "sitetree.treeitem",
 
        "fields": {
 
            "parent": null,
 
            "access_restricted": false,
 
            "access_permissions": [],
 
            "description": "",
 
            "insitetree": true,
 
            "hint": "",
 
            "url": "pages_page \"venue/\"",
 
            "url": "page_venue",
 
            "inbreadcrumbs": true,
 
            "title": "Venue",
 
            "tree": 1,
 
            "access_perm_type": 1,
 
            "alias": null,
 
            "sort_order": 3,
 
            "inmenu": true,
 
            "access_loggedin": false,
 
            "hidden": false,
 
            "urlaspattern": true
 
        }
 
    },
 
    {
 
        "pk": 3,
 
        "model": "sitetree.treeitem",
 
        "fields": {
 
            "parent": null,
 
            "access_restricted": false,
 
            "access_permissions": [],
 
            "description": "",
 
            "insitetree": true,
 
            "hint": "",
 
            "url": "#",
 
            "inbreadcrumbs": true,
...
 
@@ -88,51 +88,51 @@
 
            "hint": "",
 
            "url": "home",
 
            "inbreadcrumbs": true,
 
            "title": "Home",
 
            "tree": 1,
 
            "access_perm_type": 1,
 
            "alias": null,
 
            "sort_order": 1,
 
            "inmenu": true,
 
            "access_loggedin": false,
 
            "hidden": false,
 
            "urlaspattern": true
 
        }
 
    },
 
    {
 
        "pk": 5,
 
        "model": "sitetree.treeitem",
 
        "fields": {
 
            "parent": 3,
 
            "access_restricted": false,
 
            "access_permissions": [],
 
            "description": "",
 
            "insitetree": true,
 
            "hint": "",
 
            "url": "sponsor_apply",
 
            "url": "page_sponsor_info",
 
            "inbreadcrumbs": true,
 
            "title": "Apply to be a Sponsor",
 
            "title": "Prospectus",
 
            "tree": 1,
 
            "access_perm_type": 1,
 
            "alias": null,
 
            "sort_order": 6,
 
            "inmenu": true,
 
            "access_loggedin": false,
 
            "hidden": false,
 
            "urlaspattern": true
 
        }
 
    },
 
    {
 
        "pk": 6,
 
        "model": "sitetree.treeitem",
 
        "fields": {
 
            "parent": 3,
 
            "access_restricted": false,
 
            "access_permissions": [],
 
            "description": "",
 
            "insitetree": true,
 
            "hint": "",
 
            "url": "sponsor_list",
 
            "inbreadcrumbs": true,
 
            "title": "{{ SITE_NAME }} Sponsors",
 
            "tree": 1,
gondor.yml
Show inline comments
 
deleted file
gulpfile.js
Show inline comments
 
deleted file
pinaxcon/settings.py
Show inline comments
...
 
@@ -35,64 +35,65 @@ SITE_ID = int(os.environ.get("SITE_ID", 1))
 
# If you set this to False, Django will make some optimizations so as not
 
# to load the internationalization machinery.
 
USE_I18N = True
 

	
 
# If you set this to False, Django will not format dates, numbers and
 
# calendars according to the current locale.
 
USE_L10N = True
 

	
 
# If you set this to False, Django will not use timezone-aware datetimes.
 
USE_TZ = True
 

	
 
# Absolute filesystem path to the directory that will hold user-uploaded files.
 
# Example: "/home/media/media.lawrence.com/media/"
 
MEDIA_ROOT = os.path.join(PACKAGE_ROOT, "site_media", "media")
 

	
 
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
 
# trailing slash.
 
# Examples: "http://media.lawrence.com/media/", "http://example.com/media/"
 
MEDIA_URL = "/site_media/media/"
 

	
 
# Absolute path to the directory static files should be collected to.
 
# Don"t put anything in this directory yourself; store your static files
 
# in apps" "static/" subdirectories and in STATICFILES_DIRS.
 
# Example: "/home/media/media.lawrence.com/static/"
 
STATIC_ROOT = os.path.join(PACKAGE_ROOT, "site_media", "static")
 
STATIC_ROOT = os.path.join(PROJECT_ROOT, 'staticfiles')
 

	
 
# URL prefix for static files.
 
# Example: "http://media.lawrence.com/static/"
 
STATIC_URL = "/site_media/static/"
 
STATIC_URL = '/static/'
 

	
 
# Additional locations of static files
 
STATICFILES_DIRS = [
 
    os.path.join(PROJECT_ROOT, "static", "dist"),
 
]
 
STATICFILES_DIRS = (
 
    os.path.join(PROJECT_ROOT, 'static'),
 
)
 

	
 
# List of finder classes that know how to find static files in
 
# various locations.
 
STATICFILES_FINDERS = [
 
    "django.contrib.staticfiles.finders.FileSystemFinder",
 
    "django.contrib.staticfiles.finders.AppDirectoriesFinder",
 
    "compressor.finders.CompressorFinder",
 
]
 

	
 
# Make this unique, and don't share it with anybody.
 
SECRET_KEY = "6r&z0i#!k-thu4nv^zzx!f$fbp(&#2i5mq_^%%@ihu_qxxotl_"
 

	
 
TEMPLATES = [
 
    {
 
        "BACKEND": "django.template.backends.django.DjangoTemplates",
 
        "DIRS": [
 
            os.path.join(PACKAGE_ROOT, "templates"),
 
        ],
 
        "APP_DIRS": True,
 
        "OPTIONS": {
 
            "debug": DEBUG,
 
            "context_processors": [
 
                "django.contrib.auth.context_processors.auth",
 
                "django.core.context_processors.debug",
 
                "django.core.context_processors.i18n",
 
                "django.core.context_processors.media",
 
                "django.core.context_processors.static",
 
                "django.core.context_processors.tz",
 
                "django.core.context_processors.request",
 
                "django.contrib.messages.context_processors.messages",
 
                "account.context_processors.account",
...
 
@@ -134,95 +135,103 @@ INSTALLED_APPS = [
 

	
 
    # external
 
    "account",
 
    "easy_thumbnails",
 
    "taggit",
 
    "reversion",
 
    "metron",
 
    "sitetree",
 
    "pinax.boxes",
 
    "pinax.eventlog",
 
    "pinax.pages",
 

	
 
    # symposion
 
    "symposion",
 
    "symposion.conference",
 
    "symposion.proposals",
 
    "symposion.reviews",
 
    "symposion.schedule",
 
    "symposion.speakers",
 
    "symposion.sponsorship",
 
    "symposion.teams",
 

	
 
    # Registrasion
 
    "registrasion",
 
    "symposion_templates",
 

	
 
    # Registrasion-stipe
 
    "pinax.stripe",
 
    "django_countries",
 
    "registripe",
 

	
 
    #admin - required by registrasion ??
 
    "nested_admin",
 

	
 
    # project
 
    "pinaxcon",
 
    "pinaxcon.proposals",
 
    "pinaxcon.registrasion",
 

	
 
    #testing
 
    "django_nose",
 

	
 
    # stylesheets and js
 
    'compressor',
 
]
 

	
 
# A sample logging configuration. The only tangible logging
 
# performed by this configuration is to send an email to
 
# the site admins on every HTTP 500 error when DEBUG=False.
 
# See http://docs.djangoproject.com/en/dev/topics/logging for
 
# more details on how to customize your logging configuration.
 
LOGGING = {
 
    "version": 1,
 
    "disable_existing_loggers": False,
 
    "filters": {
 
        "require_debug_false": {
 
            "()": "django.utils.log.RequireDebugFalse"
 
        }
 
    },
 
    "handlers": {
 
        "mail_admins": {
 
            "level": "ERROR",
 
            "filters": ["require_debug_false"],
 
            "class": "django.utils.log.AdminEmailHandler"
 
        }
 
    },
 
    "loggers": {
 
        "django.request": {
 
            "handlers": ["mail_admins"],
 
            "level": "ERROR",
 
            "propagate": True,
 
        },
 
    }
 
}
 

	
 
COMPRESS_PRECOMPILERS = (
 
    ('text/x-scss', 'django_libsass.SassCompiler'),
 
)
 

	
 
FIXTURE_DIRS = [
 
    os.path.join(PROJECT_ROOT, "fixtures"),
 
]
 

	
 
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
 

	
 
ACCOUNT_OPEN_SIGNUP = True
 
ACCOUNT_EMAIL_UNIQUE = True
 
ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = False
 
ACCOUNT_LOGIN_REDIRECT_URL = "home"
 
ACCOUNT_LOGOUT_REDIRECT_URL = "home"
 
ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = 2
 
ACCOUNT_USE_AUTH_AUTHENTICATE = True
 

	
 
AUTHENTICATION_BACKENDS = [
 
    "symposion.teams.backends.TeamPermissionsBackend",
 
    "account.auth_backends.UsernameAuthenticationBackend",
 
]
 

	
 
CONFERENCE_ID = 1
 
PROPOSAL_FORMS = {
 
    "talk": "pinaxcon.proposals.forms.TalkProposalForm",
 
}
 
PINAX_PAGES_HOOKSET = "pinaxcon.hooks.PinaxPagesHookSet"
pinaxcon/templates/_footer.html
Show inline comments
 
<div class="pull-left">
 
    &copy;2016
 
    &copy; 2017
 
</div>
 

	
 
<div class="pull-right">
 
    Site powered by <a href="http://eldarion.com/symposion/"><b>Symposion</b></a>.
 
    Site powered by <a href="http://eldarion.com/symposion/"><b>Symposion</b></a>
 
    and <a href="http://github.com/chrisjrn/registrasion/"><b>Registrasion</b></a>.
 
</div>
pinaxcon/templates/_scripts.html
Show inline comments
 
<script src='/site_media/static/js/site-92ae8d0d6c.js'></script>
 
{% load compress %}
 
{% load staticfiles %}
 

	
 
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>
 
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/ace.js"></script>
 

	
 
{% compress js %}
 
  <script src='{% static "bootstrap/javascripts/bootstrap.min.js" %}'></script>
 
  <script src='{% static "js/site.js" %}'></script>
 
{% endcompress %}
pinaxcon/templates/_styles.html
Show inline comments
 
<link href='/site_media/static/css/site-0a247b924d.css' rel='stylesheet' />
 
{% load compress %}
 
{% load staticfiles %}
 

	
 
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
 
{% compress css %}
 
    <link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}" />
 
{% endcompress %}
pinaxcon/templates/homepage.html
Show inline comments
 
{% extends "site_base.html" %}
 

	
 
{% load i18n %}
 
{% load pinax_boxes_tags %}
 

	
 
{% block head_title %}{% trans "Welcome" %}{% endblock %}
 

	
 
{% block body_class %}home{% endblock %}
 

	
 
{% block body %}
 
    {% box "homepage" %}
 
  <h1>{{ SITE_NAME }}</h1>
 
  <p class="lead">Welcome to the demo site.</p>
 
{% endblock %}
pinaxcon/templates/page_with_title_and_lede.html
Show inline comments
 
new file 100644
 
{% extends "site_base.html" %}
 

	
 
{% block head_title %}{% block title %}{% endblock %}{% endblock %}
 

	
 
{% block body %}
 

	
 
  {% block heading_base %}
 
    <h1>{% block heading %}{% endblock %}</h1>
 
  {% endblock %}
 

	
 
  {% block lede_base %}
 
    <p class="lead">{% block lede %}{% endblock %}</p>
 
  {% endblock %}
 

	
 
  {% block content %}
 
  {% endblock %}
 

	
 
{% endblock %}
pinaxcon/templates/pages/about.html
Show inline comments
 
new file 100644
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% block title %}About {{ SITE_NAME }}{% endblock %}
 
{% block heading %}About {{ SITE_NAME }}{% endblock %}
 
{% block lede %}{{ SITE_NAME }} is the premier demo conference site for Symposion and Registrasion{% endblock %}
 

	
 
{% block content %}
 
  <p>I am the body content</p>
 
{% endblock %}
pinaxcon/templates/pages/sponsors/info.html
Show inline comments
 
new file 100644
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% block title %}Sponsorship Prospectus{% endblock %}
 
{% block heading %}Sponsorship Prospectus{% endblock %}
 
{% block lede %}{{ SITE_NAME }} wants sponsors.{% endblock %}
 

	
 
{% block content %}
 
  <p>I am the body content</p>
 
{% endblock %}
pinaxcon/templates/pages/venue.html
Show inline comments
 
new file 100644
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% block title %}Venue{% endblock %}
 
{% block heading %}Venue{% endblock %}
 
{% block lede %}{{ SITE_NAME }} is being held on a Django Hosting facility, somewhere.{% endblock %}
 

	
 
{% block content %}
 
  <p>I am the body content</p>
 
{% endblock %}
pinaxcon/templates/site_base.html
Show inline comments
 
{% extends "theme_bootstrap/base.html" %}
 

	
 
{% load staticfiles %}
 
{% load metron_tags %}
 
{% load i18n %}
 
{% load sitetree %}
 

	
 

	
 
{% block styles %}
 
    {% include "_styles.html" %}
 
{% endblock %}
 

	
 

	
 
{% block extra_head_base %}
 
    {% block extra_head %}{% endblock %}
 
{% endblock %}
 

	
 
{% block nav %}
 
    {% sitetree_menu from "main" include "trunk" template "sitetree/menu_bootstrap3.html" %}
 
{% endblock %}
 

	
 
{% block body_base %}
 
    <section id="content_body">
 
        <div class="container">
 
            {% include "_messages.html" %}
 
            <div class="row">
 
                <div class="col-md-9">
 
                    {% block body %}
 
                    {% endblock %}
 
                </div>
 
                <div class="col-md-3">
 
                    {% block sidebar %}
 
                        {% include "_default_sidebar.html" %}
 
                    {% endblock %}
 
                </div>
 
            </div>
 
        </div>
 
    </section>
 
{% endblock %}
 

	
 

	
 
{% block footer %}
 
    {% include "_footer.html" %}
 
{% endblock %}
 

	
 

	
 
{% block scripts %}
 
    {% include "_scripts.html" %}
 
    <script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/ace.js"></script>
 
{% endblock %}
 

	
 
{% block extra_body_base %}
 
    {% analytics %}
 
    {% block extra_body %}{% endblock %}
 
{% endblock %}
pinaxcon/templates/symposion/conference/user_list.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/proposal_new_message/message.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/proposal_new_message/subject.txt
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/proposal_updated/message.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/proposal_updated/subject.txt
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/speaker_addition/message.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/speaker_addition/subject.txt
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/speaker_invite/message.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/speaker_invite/subject.txt
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/speaker_no_profile/message.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/speaker_no_profile/subject.txt
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/sponsor_signup/message.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/sponsor_signup/subject.txt
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/teams_user_applied/message.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/teams_user_applied/subject.txt
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/teams_user_invited/message.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/emails/teams_user_invited/subject.txt
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/_pending_proposal_row.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/_proposal_fields.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/_proposal_row.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/base.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/document_create.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/proposal_cancel.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/proposal_detail.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/proposal_edit.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/proposal_leave.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/proposal_submit.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/proposals/proposal_submit_kind.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/_result_notification_prepare_help.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/_review_table.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/access_not_permitted.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/base.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/result_notification.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/result_notification_prepare.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/review_admin.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/review_assignment.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/review_bulk_accept.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/review_comment.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/review_detail.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/review_list.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/review_review.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/reviews/review_stats.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/schedule/_edit_grid.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/schedule/_grid.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/schedule/_slot_edit.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/schedule/presentation_detail.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/schedule/schedule_conference.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/schedule/schedule_detail.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/schedule/schedule_edit.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/schedule/schedule_list.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/speakers/base.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/speakers/speaker_create.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/speakers/speaker_edit.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/speakers/speaker_profile.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/sponsorship/_horizontal_by_level.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/sponsorship/_sponsor_link.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/sponsorship/_vertical_by_level.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/sponsorship/_wall.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/sponsorship/add.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/sponsorship/apply.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/sponsorship/detail.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/sponsorship/list.html
Show inline comments
 
deleted file
pinaxcon/templates/symposion/teams/team_detail.html
Show inline comments
 
deleted file
pinaxcon/urls.py
Show inline comments
 
from django.conf import settings
 
from django.conf.urls import patterns, include, url
 
from django.conf.urls.static import static
 
from django.views.generic import TemplateView
 

	
 
from django.contrib import admin
 

	
 
import symposion.views
 

	
 

	
 
urlpatterns = [
 
    url(r"^$", TemplateView.as_view(template_name="homepage.html"), name="home"),
 

	
 
    url(r"^about$", TemplateView.as_view(template_name="pages/about.html"), name="page_about"),
 
    url(r"^venue$", TemplateView.as_view(template_name="pages/venue.html"), name="page_venue"),
 
    url(
 
        r"^sponsors/info$",
 
        TemplateView.as_view(template_name="pages/sponsors/info.html"),
 
        name="page_sponsor_info",
 
    ),
 

	
 
    url(r"^admin/", include(admin.site.urls)),
 

	
 
    url(r"^account/", include("account.urls")),
 

	
 
    url(r"^dashboard/", symposion.views.dashboard, name="dashboard"),
 

	
 
    url(r"^speaker/", include("symposion.speakers.urls")),
 
    url(r"^proposals/", include("symposion.proposals.urls")),
 
    url(r"^sponsors/", include("symposion.sponsorship.urls")),
 
    url(r"^reviews/", include("symposion.reviews.urls")),
 
    url(r"^schedule/", include("symposion.schedule.urls")),
 

	
 
    url(r"^teams/", include("symposion.teams.urls")),
 

	
 
    # Demo payment gateway and related features
 
    url(r"^register/pinaxcon/", include("pinaxcon.registrasion.urls")),
 

	
 
    # Demo payment gateway and related features
 
    url(r"^register/payments/", include("registripe.urls")),
 

	
 
    # Required by registrasion
 
    url(r'^register/', include('registrasion.urls')),
 
    url(r'^nested_admin/', include('nested_admin.urls')),
 

	
requirements.txt
Show inline comments
 
Django==1.9.2
 
pinax-theme-bootstrap==7.3.0
 
django-user-accounts==1.3.1
 
metron==1.3.7
 
pinax-eventlog==1.1.1
 
dj-static==0.0.6
 
dj-database-url==0.4.0
 
pinax-pages==0.4.2
 
pinax-boxes==2.1.2
 
django-libsass==0.7
 

	
 
# For testing
 
django-nose==1.4.3
 
coverage==4.0.3
 

	
 
# Registrasion
 
https://github.com/chrisjrn/registrasion/tarball/master#egg=registrasion
 
https://github.com/pinax/symposion/tarball/ad81810#egg=symposion
 
https://github.com/chrisjrn/registrasion-stripe/tarball/master#egg=registrasion-stripe
 
https://github.com/chrisjrn/symposion-bootstrap-templates/tarball/master#egg=symposion-bootstrap-templates
static/STATIC_README.md
Show inline comments
 
deleted file
static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot
Show inline comments
 
file renamed from static/dist/fonts/glyphicons-halflings-regular.eot to static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot
static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg
Show inline comments
 
file renamed from static/dist/fonts/glyphicons-halflings-regular.svg to static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg
static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf
Show inline comments
 
file renamed from static/dist/fonts/glyphicons-halflings-regular.ttf to static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf
static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff
Show inline comments
 
file renamed from static/dist/fonts/glyphicons-halflings-regular.woff to static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff
static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff2
Show inline comments
 
file renamed from static/dist/fonts/glyphicons-halflings-regular.woff2 to static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff2
static/bootstrap/images/.keep
Show inline comments
 
new file 100644
static/bootstrap/javascripts/bootstrap-sprockets.js
Show inline comments
 
new file 100644
 
//= require ./bootstrap/transition
 
//= require ./bootstrap/alert
 
//= require ./bootstrap/button
 
//= require ./bootstrap/carousel
 
//= require ./bootstrap/collapse
 
//= require ./bootstrap/dropdown
 
//= require ./bootstrap/modal
 
//= require ./bootstrap/tab
 
//= require ./bootstrap/affix
 
//= require ./bootstrap/scrollspy
 
//= require ./bootstrap/tooltip
 
//= require ./bootstrap/popover
static/bootstrap/javascripts/bootstrap.js