From 14a4dcf223fdf44084e25b42effe92c35956a3cf Mon Sep 17 00:00:00 2001 From: Idan Gazit Date: Wed, 9 Mar 2011 23:05:56 +0200 Subject: [PATCH] Flatten project structure. --- djangocon/__init__.py => __init__.py | 0 {djangocon/attendees => attendees}/__init__.py | 0 {djangocon/attendees => attendees}/admin.py | 0 {djangocon/attendees => attendees}/forms.py | 0 .../migrations/0001_initial.py | 0 .../migrations/0002_added_total.py | 0 .../migrations/0003_added_ticket.py | 0 .../migrations/0004_added_payment_data.py | 0 .../migrations/0005_ticket_model.py | 0 .../migrations/0006_added_ticketblock.py | 0 .../migrations/0007_added_is_visible.py | 0 .../attendees => attendees}/migrations/__init__.py | 0 {djangocon/attendees => attendees}/models.py | 0 {djangocon/attendees => attendees}/urls.py | 0 {djangocon/attendees => attendees}/utils.py | 0 {djangocon/attendees => attendees}/views.py | 0 {djangocon/blog => blog}/__init__.py | 0 {djangocon/blog => blog}/admin.py | 0 {djangocon/blog => blog}/feeds.py | 0 {djangocon/blog => blog}/models.py | 0 {djangocon/blog => blog}/tests.py | 0 {djangocon/blog => blog}/urls.py | 0 {djangocon/blog => blog}/views.py | 0 {djangocon/conf => conf}/__init__.py | 0 {djangocon/conf => conf}/dev.py | 0 {djangocon/conf => conf}/global_settings.py | 0 {djangocon/conf => conf}/prod.py | 0 {djangocon/core => core}/__init__.py | 0 {djangocon/core => core}/models.py | 0 {djangocon/core => core}/tests.py | 0 {djangocon/core => core}/urls.py | 0 {djangocon/core => core}/views.py | 0 {djangocon/deploy => deploy}/__init__.py | 0 {djangocon/deploy => deploy}/gunicorn_prod.conf.py | 0 .../deploy => deploy}/gunicorn_staging.conf.py | 0 {djangocon/deploy => deploy}/nginx_prod.conf | 0 {djangocon/deploy => deploy}/nginx_staging.conf | 0 {djangocon/deploy => deploy}/wsgi_prod.py | 0 {djangocon/deploy => deploy}/wsgi_staging.py | 0 djangocon/manage.py => manage.py | 0 {djangocon/schedule => schedule}/__init__.py | 0 {djangocon/schedule => schedule}/admin.py | 0 .../migrations/0001_initial.py | 0 .../schedule => schedule}/migrations/__init__.py | 0 {djangocon/schedule => schedule}/models.py | 0 {djangocon/schedule => schedule}/tests.py | 0 {djangocon/schedule => schedule}/views.py | 0 {djangocon/speakers => speakers}/__init__.py | 0 {djangocon/speakers => speakers}/admin.py | 0 .../migrations/0001_initial.py | 0 .../speakers => speakers}/migrations/__init__.py | 0 {djangocon/speakers => speakers}/models.py | 0 {djangocon/speakers => speakers}/tests.py | 0 {djangocon/speakers => speakers}/views.py | 0 {djangocon/static => static}/config.rb | 0 {djangocon/static => static}/css/ie.css | 0 {djangocon/static => static}/css/mobile.css | 0 {djangocon/static => static}/css/print.css | 0 {djangocon/static => static}/css/retina.css | 0 {djangocon/static => static}/css/screen.css | 0 {djangocon/static => static}/img/500.png | Bin {djangocon/static => static}/img/bg.png | Bin {djangocon/static => static}/img/bg_tiling.png | Bin {djangocon/static => static}/img/error.png | Bin {djangocon/static => static}/img/facebook.png | Bin {djangocon/static => static}/img/loading.gif | Bin {djangocon/static => static}/img/masthead.png | Bin .../static => static}/img/masthead_mobile.png | Bin .../static => static}/img/masthead_retina.png | Bin {djangocon/static => static}/img/ok.png | Bin {djangocon/static => static}/js/dd_belatedpng.js | 0 {djangocon/static => static}/js/jquery-1.4.4.min.js | 0 .../static => static}/js/jquery.labelify.min.js | 0 .../static => static}/js/modernizr-1.6.min.js | 0 {djangocon/static => static}/sass/_base.scss | 0 {djangocon/static => static}/sass/ie.scss | 0 {djangocon/static => static}/sass/mobile.scss | 0 {djangocon/static => static}/sass/print.scss | 0 {djangocon/static => static}/sass/retina.scss | 0 {djangocon/static => static}/sass/screen.scss | 0 {djangocon/subscribers => subscribers}/__init__.py | 0 {djangocon/subscribers => subscribers}/admin.py | 0 {djangocon/subscribers => subscribers}/forms.py | 0 {djangocon/subscribers => subscribers}/models.py | 0 {djangocon/subscribers => subscribers}/tests.py | 0 {djangocon/subscribers => subscribers}/urls.py | 0 {djangocon/subscribers => subscribers}/views.py | 0 {djangocon/talks => talks}/__init__.py | 0 {djangocon/talks => talks}/admin.py | 0 {djangocon/talks => talks}/forms.py | 0 .../talks => talks}/migrations/0001_initial.py | 0 {djangocon/talks => talks}/migrations/__init__.py | 0 {djangocon/talks => talks}/models.py | 0 {djangocon/talks => talks}/tests.py | 0 {djangocon/talks => talks}/urls.py | 0 {djangocon/talks => talks}/views.py | 0 {djangocon/templates => templates}/404.html | 0 {djangocon/templates => templates}/500.html | 0 {djangocon/templates => templates}/about.html | 0 .../attendees/mail_payment_received.html | 0 .../attendees/mail_registration_complete.html | 0 .../attendees/payment_cancel.html | 0 .../attendees/payment_done.html | 0 .../templates => templates}/attendees/register.html | 0 {djangocon/templates => templates}/base.html | 0 {djangocon/templates => templates}/blog/base.html | 0 .../templates => templates}/blog/base_archive.html | 0 {djangocon/templates => templates}/blog/post.html | 0 .../templates => templates}/blog/post_archive.html | 0 .../blog/post_archive_month.html | 0 .../blog/post_archive_tag.html | 0 .../templates => templates}/blog/post_detail.html | 0 .../core/graceful_typekit.html | 0 .../templates => templates}/core/placeholder.html | 0 .../feeds/latest_description.html | 0 .../templates => templates}/flatpages/default.html | 0 {djangocon/templates => templates}/home.html | 0 .../templates => templates}/legal_notices.html | 0 {djangocon/templates => templates}/schedule.html | 0 .../snippets/navigation.html | 0 {djangocon/templates => templates}/sponsoring.html | 0 .../templates => templates}/talks/submit.html | 0 {djangocon/templates => templates}/venue.html | 0 djangocon/urls.py => urls.py | 0 {djangocon/utils => utils}/__init__.py | 0 {djangocon/utils => utils}/html5widgets.py | 0 {djangocon/utils => utils}/models.py | 0 {djangocon/utils => utils}/views.py | 0 128 files changed, 0 insertions(+), 0 deletions(-) rename djangocon/__init__.py => __init__.py (100%) rename {djangocon/attendees => attendees}/__init__.py (100%) rename {djangocon/attendees => attendees}/admin.py (100%) rename {djangocon/attendees => attendees}/forms.py (100%) rename {djangocon/attendees => attendees}/migrations/0001_initial.py (100%) rename {djangocon/attendees => attendees}/migrations/0002_added_total.py (100%) rename {djangocon/attendees => attendees}/migrations/0003_added_ticket.py (100%) rename {djangocon/attendees => attendees}/migrations/0004_added_payment_data.py (100%) rename {djangocon/attendees => attendees}/migrations/0005_ticket_model.py (100%) rename {djangocon/attendees => attendees}/migrations/0006_added_ticketblock.py (100%) rename {djangocon/attendees => attendees}/migrations/0007_added_is_visible.py (100%) rename {djangocon/attendees => attendees}/migrations/__init__.py (100%) rename {djangocon/attendees => attendees}/models.py (100%) rename {djangocon/attendees => attendees}/urls.py (100%) rename {djangocon/attendees => attendees}/utils.py (100%) rename {djangocon/attendees => attendees}/views.py (100%) rename {djangocon/blog => blog}/__init__.py (100%) rename {djangocon/blog => blog}/admin.py (100%) rename {djangocon/blog => blog}/feeds.py (100%) rename {djangocon/blog => blog}/models.py (100%) rename {djangocon/blog => blog}/tests.py (100%) rename {djangocon/blog => blog}/urls.py (100%) rename {djangocon/blog => blog}/views.py (100%) rename {djangocon/conf => conf}/__init__.py (100%) rename {djangocon/conf => conf}/dev.py (100%) rename {djangocon/conf => conf}/global_settings.py (100%) rename {djangocon/conf => conf}/prod.py (100%) rename {djangocon/core => core}/__init__.py (100%) rename {djangocon/core => core}/models.py (100%) rename {djangocon/core => core}/tests.py (100%) rename {djangocon/core => core}/urls.py (100%) rename {djangocon/core => core}/views.py (100%) rename {djangocon/deploy => deploy}/__init__.py (100%) rename {djangocon/deploy => deploy}/gunicorn_prod.conf.py (100%) rename {djangocon/deploy => deploy}/gunicorn_staging.conf.py (100%) rename {djangocon/deploy => deploy}/nginx_prod.conf (100%) rename {djangocon/deploy => deploy}/nginx_staging.conf (100%) rename {djangocon/deploy => deploy}/wsgi_prod.py (100%) rename {djangocon/deploy => deploy}/wsgi_staging.py (100%) rename djangocon/manage.py => manage.py (100%) rename {djangocon/schedule => schedule}/__init__.py (100%) rename {djangocon/schedule => schedule}/admin.py (100%) rename {djangocon/schedule => schedule}/migrations/0001_initial.py (100%) rename {djangocon/schedule => schedule}/migrations/__init__.py (100%) rename {djangocon/schedule => schedule}/models.py (100%) rename {djangocon/schedule => schedule}/tests.py (100%) rename {djangocon/schedule => schedule}/views.py (100%) rename {djangocon/speakers => speakers}/__init__.py (100%) rename {djangocon/speakers => speakers}/admin.py (100%) rename {djangocon/speakers => speakers}/migrations/0001_initial.py (100%) rename {djangocon/speakers => speakers}/migrations/__init__.py (100%) rename {djangocon/speakers => speakers}/models.py (100%) rename {djangocon/speakers => speakers}/tests.py (100%) rename {djangocon/speakers => speakers}/views.py (100%) rename {djangocon/static => static}/config.rb (100%) rename {djangocon/static => static}/css/ie.css (100%) rename {djangocon/static => static}/css/mobile.css (100%) rename {djangocon/static => static}/css/print.css (100%) rename {djangocon/static => static}/css/retina.css (100%) rename {djangocon/static => static}/css/screen.css (100%) rename {djangocon/static => static}/img/500.png (100%) rename {djangocon/static => static}/img/bg.png (100%) rename {djangocon/static => static}/img/bg_tiling.png (100%) rename {djangocon/static => static}/img/error.png (100%) rename {djangocon/static => static}/img/facebook.png (100%) rename {djangocon/static => static}/img/loading.gif (100%) rename {djangocon/static => static}/img/masthead.png (100%) rename {djangocon/static => static}/img/masthead_mobile.png (100%) rename {djangocon/static => static}/img/masthead_retina.png (100%) rename {djangocon/static => static}/img/ok.png (100%) rename {djangocon/static => static}/js/dd_belatedpng.js (100%) rename {djangocon/static => static}/js/jquery-1.4.4.min.js (100%) rename {djangocon/static => static}/js/jquery.labelify.min.js (100%) rename {djangocon/static => static}/js/modernizr-1.6.min.js (100%) rename {djangocon/static => static}/sass/_base.scss (100%) rename {djangocon/static => static}/sass/ie.scss (100%) rename {djangocon/static => static}/sass/mobile.scss (100%) rename {djangocon/static => static}/sass/print.scss (100%) rename {djangocon/static => static}/sass/retina.scss (100%) rename {djangocon/static => static}/sass/screen.scss (100%) rename {djangocon/subscribers => subscribers}/__init__.py (100%) rename {djangocon/subscribers => subscribers}/admin.py (100%) rename {djangocon/subscribers => subscribers}/forms.py (100%) rename {djangocon/subscribers => subscribers}/models.py (100%) rename {djangocon/subscribers => subscribers}/tests.py (100%) rename {djangocon/subscribers => subscribers}/urls.py (100%) rename {djangocon/subscribers => subscribers}/views.py (100%) rename {djangocon/talks => talks}/__init__.py (100%) rename {djangocon/talks => talks}/admin.py (100%) rename {djangocon/talks => talks}/forms.py (100%) rename {djangocon/talks => talks}/migrations/0001_initial.py (100%) rename {djangocon/talks => talks}/migrations/__init__.py (100%) rename {djangocon/talks => talks}/models.py (100%) rename {djangocon/talks => talks}/tests.py (100%) rename {djangocon/talks => talks}/urls.py (100%) rename {djangocon/talks => talks}/views.py (100%) rename {djangocon/templates => templates}/404.html (100%) rename {djangocon/templates => templates}/500.html (100%) rename {djangocon/templates => templates}/about.html (100%) rename {djangocon/templates => templates}/attendees/mail_payment_received.html (100%) rename {djangocon/templates => templates}/attendees/mail_registration_complete.html (100%) rename {djangocon/templates => templates}/attendees/payment_cancel.html (100%) rename {djangocon/templates => templates}/attendees/payment_done.html (100%) rename {djangocon/templates => templates}/attendees/register.html (100%) rename {djangocon/templates => templates}/base.html (100%) rename {djangocon/templates => templates}/blog/base.html (100%) rename {djangocon/templates => templates}/blog/base_archive.html (100%) rename {djangocon/templates => templates}/blog/post.html (100%) rename {djangocon/templates => templates}/blog/post_archive.html (100%) rename {djangocon/templates => templates}/blog/post_archive_month.html (100%) rename {djangocon/templates => templates}/blog/post_archive_tag.html (100%) rename {djangocon/templates => templates}/blog/post_detail.html (100%) rename {djangocon/templates => templates}/core/graceful_typekit.html (100%) rename {djangocon/templates => templates}/core/placeholder.html (100%) rename {djangocon/templates => templates}/feeds/latest_description.html (100%) rename {djangocon/templates => templates}/flatpages/default.html (100%) rename {djangocon/templates => templates}/home.html (100%) rename {djangocon/templates => templates}/legal_notices.html (100%) rename {djangocon/templates => templates}/schedule.html (100%) rename {djangocon/templates => templates}/snippets/navigation.html (100%) rename {djangocon/templates => templates}/sponsoring.html (100%) rename {djangocon/templates => templates}/talks/submit.html (100%) rename {djangocon/templates => templates}/venue.html (100%) rename djangocon/urls.py => urls.py (100%) rename {djangocon/utils => utils}/__init__.py (100%) rename {djangocon/utils => utils}/html5widgets.py (100%) rename {djangocon/utils => utils}/models.py (100%) rename {djangocon/utils => utils}/views.py (100%) diff --git a/djangocon/__init__.py b/__init__.py similarity index 100% rename from djangocon/__init__.py rename to __init__.py diff --git a/djangocon/attendees/__init__.py b/attendees/__init__.py similarity index 100% rename from djangocon/attendees/__init__.py rename to attendees/__init__.py diff --git a/djangocon/attendees/admin.py b/attendees/admin.py similarity index 100% rename from djangocon/attendees/admin.py rename to attendees/admin.py diff --git a/djangocon/attendees/forms.py b/attendees/forms.py similarity index 100% rename from djangocon/attendees/forms.py rename to attendees/forms.py diff --git a/djangocon/attendees/migrations/0001_initial.py b/attendees/migrations/0001_initial.py similarity index 100% rename from djangocon/attendees/migrations/0001_initial.py rename to attendees/migrations/0001_initial.py diff --git a/djangocon/attendees/migrations/0002_added_total.py b/attendees/migrations/0002_added_total.py similarity index 100% rename from djangocon/attendees/migrations/0002_added_total.py rename to attendees/migrations/0002_added_total.py diff --git a/djangocon/attendees/migrations/0003_added_ticket.py b/attendees/migrations/0003_added_ticket.py similarity index 100% rename from djangocon/attendees/migrations/0003_added_ticket.py rename to attendees/migrations/0003_added_ticket.py diff --git a/djangocon/attendees/migrations/0004_added_payment_data.py b/attendees/migrations/0004_added_payment_data.py similarity index 100% rename from djangocon/attendees/migrations/0004_added_payment_data.py rename to attendees/migrations/0004_added_payment_data.py diff --git a/djangocon/attendees/migrations/0005_ticket_model.py b/attendees/migrations/0005_ticket_model.py similarity index 100% rename from djangocon/attendees/migrations/0005_ticket_model.py rename to attendees/migrations/0005_ticket_model.py diff --git a/djangocon/attendees/migrations/0006_added_ticketblock.py b/attendees/migrations/0006_added_ticketblock.py similarity index 100% rename from djangocon/attendees/migrations/0006_added_ticketblock.py rename to attendees/migrations/0006_added_ticketblock.py diff --git a/djangocon/attendees/migrations/0007_added_is_visible.py b/attendees/migrations/0007_added_is_visible.py similarity index 100% rename from djangocon/attendees/migrations/0007_added_is_visible.py rename to attendees/migrations/0007_added_is_visible.py diff --git a/djangocon/attendees/migrations/__init__.py b/attendees/migrations/__init__.py similarity index 100% rename from djangocon/attendees/migrations/__init__.py rename to attendees/migrations/__init__.py diff --git a/djangocon/attendees/models.py b/attendees/models.py similarity index 100% rename from djangocon/attendees/models.py rename to attendees/models.py diff --git a/djangocon/attendees/urls.py b/attendees/urls.py similarity index 100% rename from djangocon/attendees/urls.py rename to attendees/urls.py diff --git a/djangocon/attendees/utils.py b/attendees/utils.py similarity index 100% rename from djangocon/attendees/utils.py rename to attendees/utils.py diff --git a/djangocon/attendees/views.py b/attendees/views.py similarity index 100% rename from djangocon/attendees/views.py rename to attendees/views.py diff --git a/djangocon/blog/__init__.py b/blog/__init__.py similarity index 100% rename from djangocon/blog/__init__.py rename to blog/__init__.py diff --git a/djangocon/blog/admin.py b/blog/admin.py similarity index 100% rename from djangocon/blog/admin.py rename to blog/admin.py diff --git a/djangocon/blog/feeds.py b/blog/feeds.py similarity index 100% rename from djangocon/blog/feeds.py rename to blog/feeds.py diff --git a/djangocon/blog/models.py b/blog/models.py similarity index 100% rename from djangocon/blog/models.py rename to blog/models.py diff --git a/djangocon/blog/tests.py b/blog/tests.py similarity index 100% rename from djangocon/blog/tests.py rename to blog/tests.py diff --git a/djangocon/blog/urls.py b/blog/urls.py similarity index 100% rename from djangocon/blog/urls.py rename to blog/urls.py diff --git a/djangocon/blog/views.py b/blog/views.py similarity index 100% rename from djangocon/blog/views.py rename to blog/views.py diff --git a/djangocon/conf/__init__.py b/conf/__init__.py similarity index 100% rename from djangocon/conf/__init__.py rename to conf/__init__.py diff --git a/djangocon/conf/dev.py b/conf/dev.py similarity index 100% rename from djangocon/conf/dev.py rename to conf/dev.py diff --git a/djangocon/conf/global_settings.py b/conf/global_settings.py similarity index 100% rename from djangocon/conf/global_settings.py rename to conf/global_settings.py diff --git a/djangocon/conf/prod.py b/conf/prod.py similarity index 100% rename from djangocon/conf/prod.py rename to conf/prod.py diff --git a/djangocon/core/__init__.py b/core/__init__.py similarity index 100% rename from djangocon/core/__init__.py rename to core/__init__.py diff --git a/djangocon/core/models.py b/core/models.py similarity index 100% rename from djangocon/core/models.py rename to core/models.py diff --git a/djangocon/core/tests.py b/core/tests.py similarity index 100% rename from djangocon/core/tests.py rename to core/tests.py diff --git a/djangocon/core/urls.py b/core/urls.py similarity index 100% rename from djangocon/core/urls.py rename to core/urls.py diff --git a/djangocon/core/views.py b/core/views.py similarity index 100% rename from djangocon/core/views.py rename to core/views.py diff --git a/djangocon/deploy/__init__.py b/deploy/__init__.py similarity index 100% rename from djangocon/deploy/__init__.py rename to deploy/__init__.py diff --git a/djangocon/deploy/gunicorn_prod.conf.py b/deploy/gunicorn_prod.conf.py similarity index 100% rename from djangocon/deploy/gunicorn_prod.conf.py rename to deploy/gunicorn_prod.conf.py diff --git a/djangocon/deploy/gunicorn_staging.conf.py b/deploy/gunicorn_staging.conf.py similarity index 100% rename from djangocon/deploy/gunicorn_staging.conf.py rename to deploy/gunicorn_staging.conf.py diff --git a/djangocon/deploy/nginx_prod.conf b/deploy/nginx_prod.conf similarity index 100% rename from djangocon/deploy/nginx_prod.conf rename to deploy/nginx_prod.conf diff --git a/djangocon/deploy/nginx_staging.conf b/deploy/nginx_staging.conf similarity index 100% rename from djangocon/deploy/nginx_staging.conf rename to deploy/nginx_staging.conf diff --git a/djangocon/deploy/wsgi_prod.py b/deploy/wsgi_prod.py similarity index 100% rename from djangocon/deploy/wsgi_prod.py rename to deploy/wsgi_prod.py diff --git a/djangocon/deploy/wsgi_staging.py b/deploy/wsgi_staging.py similarity index 100% rename from djangocon/deploy/wsgi_staging.py rename to deploy/wsgi_staging.py diff --git a/djangocon/manage.py b/manage.py similarity index 100% rename from djangocon/manage.py rename to manage.py diff --git a/djangocon/schedule/__init__.py b/schedule/__init__.py similarity index 100% rename from djangocon/schedule/__init__.py rename to schedule/__init__.py diff --git a/djangocon/schedule/admin.py b/schedule/admin.py similarity index 100% rename from djangocon/schedule/admin.py rename to schedule/admin.py diff --git a/djangocon/schedule/migrations/0001_initial.py b/schedule/migrations/0001_initial.py similarity index 100% rename from djangocon/schedule/migrations/0001_initial.py rename to schedule/migrations/0001_initial.py diff --git a/djangocon/schedule/migrations/__init__.py b/schedule/migrations/__init__.py similarity index 100% rename from djangocon/schedule/migrations/__init__.py rename to schedule/migrations/__init__.py diff --git a/djangocon/schedule/models.py b/schedule/models.py similarity index 100% rename from djangocon/schedule/models.py rename to schedule/models.py diff --git a/djangocon/schedule/tests.py b/schedule/tests.py similarity index 100% rename from djangocon/schedule/tests.py rename to schedule/tests.py diff --git a/djangocon/schedule/views.py b/schedule/views.py similarity index 100% rename from djangocon/schedule/views.py rename to schedule/views.py diff --git a/djangocon/speakers/__init__.py b/speakers/__init__.py similarity index 100% rename from djangocon/speakers/__init__.py rename to speakers/__init__.py diff --git a/djangocon/speakers/admin.py b/speakers/admin.py similarity index 100% rename from djangocon/speakers/admin.py rename to speakers/admin.py diff --git a/djangocon/speakers/migrations/0001_initial.py b/speakers/migrations/0001_initial.py similarity index 100% rename from djangocon/speakers/migrations/0001_initial.py rename to speakers/migrations/0001_initial.py diff --git a/djangocon/speakers/migrations/__init__.py b/speakers/migrations/__init__.py similarity index 100% rename from djangocon/speakers/migrations/__init__.py rename to speakers/migrations/__init__.py diff --git a/djangocon/speakers/models.py b/speakers/models.py similarity index 100% rename from djangocon/speakers/models.py rename to speakers/models.py diff --git a/djangocon/speakers/tests.py b/speakers/tests.py similarity index 100% rename from djangocon/speakers/tests.py rename to speakers/tests.py diff --git a/djangocon/speakers/views.py b/speakers/views.py similarity index 100% rename from djangocon/speakers/views.py rename to speakers/views.py diff --git a/djangocon/static/config.rb b/static/config.rb similarity index 100% rename from djangocon/static/config.rb rename to static/config.rb diff --git a/djangocon/static/css/ie.css b/static/css/ie.css similarity index 100% rename from djangocon/static/css/ie.css rename to static/css/ie.css diff --git a/djangocon/static/css/mobile.css b/static/css/mobile.css similarity index 100% rename from djangocon/static/css/mobile.css rename to static/css/mobile.css diff --git a/djangocon/static/css/print.css b/static/css/print.css similarity index 100% rename from djangocon/static/css/print.css rename to static/css/print.css diff --git a/djangocon/static/css/retina.css b/static/css/retina.css similarity index 100% rename from djangocon/static/css/retina.css rename to static/css/retina.css diff --git a/djangocon/static/css/screen.css b/static/css/screen.css similarity index 100% rename from djangocon/static/css/screen.css rename to static/css/screen.css diff --git a/djangocon/static/img/500.png b/static/img/500.png similarity index 100% rename from djangocon/static/img/500.png rename to static/img/500.png diff --git a/djangocon/static/img/bg.png b/static/img/bg.png similarity index 100% rename from djangocon/static/img/bg.png rename to static/img/bg.png diff --git a/djangocon/static/img/bg_tiling.png b/static/img/bg_tiling.png similarity index 100% rename from djangocon/static/img/bg_tiling.png rename to static/img/bg_tiling.png diff --git a/djangocon/static/img/error.png b/static/img/error.png similarity index 100% rename from djangocon/static/img/error.png rename to static/img/error.png diff --git a/djangocon/static/img/facebook.png b/static/img/facebook.png similarity index 100% rename from djangocon/static/img/facebook.png rename to static/img/facebook.png diff --git a/djangocon/static/img/loading.gif b/static/img/loading.gif similarity index 100% rename from djangocon/static/img/loading.gif rename to static/img/loading.gif diff --git a/djangocon/static/img/masthead.png b/static/img/masthead.png similarity index 100% rename from djangocon/static/img/masthead.png rename to static/img/masthead.png diff --git a/djangocon/static/img/masthead_mobile.png b/static/img/masthead_mobile.png similarity index 100% rename from djangocon/static/img/masthead_mobile.png rename to static/img/masthead_mobile.png diff --git a/djangocon/static/img/masthead_retina.png b/static/img/masthead_retina.png similarity index 100% rename from djangocon/static/img/masthead_retina.png rename to static/img/masthead_retina.png diff --git a/djangocon/static/img/ok.png b/static/img/ok.png similarity index 100% rename from djangocon/static/img/ok.png rename to static/img/ok.png diff --git a/djangocon/static/js/dd_belatedpng.js b/static/js/dd_belatedpng.js similarity index 100% rename from djangocon/static/js/dd_belatedpng.js rename to static/js/dd_belatedpng.js diff --git a/djangocon/static/js/jquery-1.4.4.min.js b/static/js/jquery-1.4.4.min.js similarity index 100% rename from djangocon/static/js/jquery-1.4.4.min.js rename to static/js/jquery-1.4.4.min.js diff --git a/djangocon/static/js/jquery.labelify.min.js b/static/js/jquery.labelify.min.js similarity index 100% rename from djangocon/static/js/jquery.labelify.min.js rename to static/js/jquery.labelify.min.js diff --git a/djangocon/static/js/modernizr-1.6.min.js b/static/js/modernizr-1.6.min.js similarity index 100% rename from djangocon/static/js/modernizr-1.6.min.js rename to static/js/modernizr-1.6.min.js diff --git a/djangocon/static/sass/_base.scss b/static/sass/_base.scss similarity index 100% rename from djangocon/static/sass/_base.scss rename to static/sass/_base.scss diff --git a/djangocon/static/sass/ie.scss b/static/sass/ie.scss similarity index 100% rename from djangocon/static/sass/ie.scss rename to static/sass/ie.scss diff --git a/djangocon/static/sass/mobile.scss b/static/sass/mobile.scss similarity index 100% rename from djangocon/static/sass/mobile.scss rename to static/sass/mobile.scss diff --git a/djangocon/static/sass/print.scss b/static/sass/print.scss similarity index 100% rename from djangocon/static/sass/print.scss rename to static/sass/print.scss diff --git a/djangocon/static/sass/retina.scss b/static/sass/retina.scss similarity index 100% rename from djangocon/static/sass/retina.scss rename to static/sass/retina.scss diff --git a/djangocon/static/sass/screen.scss b/static/sass/screen.scss similarity index 100% rename from djangocon/static/sass/screen.scss rename to static/sass/screen.scss diff --git a/djangocon/subscribers/__init__.py b/subscribers/__init__.py similarity index 100% rename from djangocon/subscribers/__init__.py rename to subscribers/__init__.py diff --git a/djangocon/subscribers/admin.py b/subscribers/admin.py similarity index 100% rename from djangocon/subscribers/admin.py rename to subscribers/admin.py diff --git a/djangocon/subscribers/forms.py b/subscribers/forms.py similarity index 100% rename from djangocon/subscribers/forms.py rename to subscribers/forms.py diff --git a/djangocon/subscribers/models.py b/subscribers/models.py similarity index 100% rename from djangocon/subscribers/models.py rename to subscribers/models.py diff --git a/djangocon/subscribers/tests.py b/subscribers/tests.py similarity index 100% rename from djangocon/subscribers/tests.py rename to subscribers/tests.py diff --git a/djangocon/subscribers/urls.py b/subscribers/urls.py similarity index 100% rename from djangocon/subscribers/urls.py rename to subscribers/urls.py diff --git a/djangocon/subscribers/views.py b/subscribers/views.py similarity index 100% rename from djangocon/subscribers/views.py rename to subscribers/views.py diff --git a/djangocon/talks/__init__.py b/talks/__init__.py similarity index 100% rename from djangocon/talks/__init__.py rename to talks/__init__.py diff --git a/djangocon/talks/admin.py b/talks/admin.py similarity index 100% rename from djangocon/talks/admin.py rename to talks/admin.py diff --git a/djangocon/talks/forms.py b/talks/forms.py similarity index 100% rename from djangocon/talks/forms.py rename to talks/forms.py diff --git a/djangocon/talks/migrations/0001_initial.py b/talks/migrations/0001_initial.py similarity index 100% rename from djangocon/talks/migrations/0001_initial.py rename to talks/migrations/0001_initial.py diff --git a/djangocon/talks/migrations/__init__.py b/talks/migrations/__init__.py similarity index 100% rename from djangocon/talks/migrations/__init__.py rename to talks/migrations/__init__.py diff --git a/djangocon/talks/models.py b/talks/models.py similarity index 100% rename from djangocon/talks/models.py rename to talks/models.py diff --git a/djangocon/talks/tests.py b/talks/tests.py similarity index 100% rename from djangocon/talks/tests.py rename to talks/tests.py diff --git a/djangocon/talks/urls.py b/talks/urls.py similarity index 100% rename from djangocon/talks/urls.py rename to talks/urls.py diff --git a/djangocon/talks/views.py b/talks/views.py similarity index 100% rename from djangocon/talks/views.py rename to talks/views.py diff --git a/djangocon/templates/404.html b/templates/404.html similarity index 100% rename from djangocon/templates/404.html rename to templates/404.html diff --git a/djangocon/templates/500.html b/templates/500.html similarity index 100% rename from djangocon/templates/500.html rename to templates/500.html diff --git a/djangocon/templates/about.html b/templates/about.html similarity index 100% rename from djangocon/templates/about.html rename to templates/about.html diff --git a/djangocon/templates/attendees/mail_payment_received.html b/templates/attendees/mail_payment_received.html similarity index 100% rename from djangocon/templates/attendees/mail_payment_received.html rename to templates/attendees/mail_payment_received.html diff --git a/djangocon/templates/attendees/mail_registration_complete.html b/templates/attendees/mail_registration_complete.html similarity index 100% rename from djangocon/templates/attendees/mail_registration_complete.html rename to templates/attendees/mail_registration_complete.html diff --git a/djangocon/templates/attendees/payment_cancel.html b/templates/attendees/payment_cancel.html similarity index 100% rename from djangocon/templates/attendees/payment_cancel.html rename to templates/attendees/payment_cancel.html diff --git a/djangocon/templates/attendees/payment_done.html b/templates/attendees/payment_done.html similarity index 100% rename from djangocon/templates/attendees/payment_done.html rename to templates/attendees/payment_done.html diff --git a/djangocon/templates/attendees/register.html b/templates/attendees/register.html similarity index 100% rename from djangocon/templates/attendees/register.html rename to templates/attendees/register.html diff --git a/djangocon/templates/base.html b/templates/base.html similarity index 100% rename from djangocon/templates/base.html rename to templates/base.html diff --git a/djangocon/templates/blog/base.html b/templates/blog/base.html similarity index 100% rename from djangocon/templates/blog/base.html rename to templates/blog/base.html diff --git a/djangocon/templates/blog/base_archive.html b/templates/blog/base_archive.html similarity index 100% rename from djangocon/templates/blog/base_archive.html rename to templates/blog/base_archive.html diff --git a/djangocon/templates/blog/post.html b/templates/blog/post.html similarity index 100% rename from djangocon/templates/blog/post.html rename to templates/blog/post.html diff --git a/djangocon/templates/blog/post_archive.html b/templates/blog/post_archive.html similarity index 100% rename from djangocon/templates/blog/post_archive.html rename to templates/blog/post_archive.html diff --git a/djangocon/templates/blog/post_archive_month.html b/templates/blog/post_archive_month.html similarity index 100% rename from djangocon/templates/blog/post_archive_month.html rename to templates/blog/post_archive_month.html diff --git a/djangocon/templates/blog/post_archive_tag.html b/templates/blog/post_archive_tag.html similarity index 100% rename from djangocon/templates/blog/post_archive_tag.html rename to templates/blog/post_archive_tag.html diff --git a/djangocon/templates/blog/post_detail.html b/templates/blog/post_detail.html similarity index 100% rename from djangocon/templates/blog/post_detail.html rename to templates/blog/post_detail.html diff --git a/djangocon/templates/core/graceful_typekit.html b/templates/core/graceful_typekit.html similarity index 100% rename from djangocon/templates/core/graceful_typekit.html rename to templates/core/graceful_typekit.html diff --git a/djangocon/templates/core/placeholder.html b/templates/core/placeholder.html similarity index 100% rename from djangocon/templates/core/placeholder.html rename to templates/core/placeholder.html diff --git a/djangocon/templates/feeds/latest_description.html b/templates/feeds/latest_description.html similarity index 100% rename from djangocon/templates/feeds/latest_description.html rename to templates/feeds/latest_description.html diff --git a/djangocon/templates/flatpages/default.html b/templates/flatpages/default.html similarity index 100% rename from djangocon/templates/flatpages/default.html rename to templates/flatpages/default.html diff --git a/djangocon/templates/home.html b/templates/home.html similarity index 100% rename from djangocon/templates/home.html rename to templates/home.html diff --git a/djangocon/templates/legal_notices.html b/templates/legal_notices.html similarity index 100% rename from djangocon/templates/legal_notices.html rename to templates/legal_notices.html diff --git a/djangocon/templates/schedule.html b/templates/schedule.html similarity index 100% rename from djangocon/templates/schedule.html rename to templates/schedule.html diff --git a/djangocon/templates/snippets/navigation.html b/templates/snippets/navigation.html similarity index 100% rename from djangocon/templates/snippets/navigation.html rename to templates/snippets/navigation.html diff --git a/djangocon/templates/sponsoring.html b/templates/sponsoring.html similarity index 100% rename from djangocon/templates/sponsoring.html rename to templates/sponsoring.html diff --git a/djangocon/templates/talks/submit.html b/templates/talks/submit.html similarity index 100% rename from djangocon/templates/talks/submit.html rename to templates/talks/submit.html diff --git a/djangocon/templates/venue.html b/templates/venue.html similarity index 100% rename from djangocon/templates/venue.html rename to templates/venue.html diff --git a/djangocon/urls.py b/urls.py similarity index 100% rename from djangocon/urls.py rename to urls.py diff --git a/djangocon/utils/__init__.py b/utils/__init__.py similarity index 100% rename from djangocon/utils/__init__.py rename to utils/__init__.py diff --git a/djangocon/utils/html5widgets.py b/utils/html5widgets.py similarity index 100% rename from djangocon/utils/html5widgets.py rename to utils/html5widgets.py diff --git a/djangocon/utils/models.py b/utils/models.py similarity index 100% rename from djangocon/utils/models.py rename to utils/models.py diff --git a/djangocon/utils/views.py b/utils/views.py similarity index 100% rename from djangocon/utils/views.py rename to utils/views.py