From 0ff37bbca539e8f6b4ad77026a8626cdf7e0657d Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 30 Jan 2017 12:06:49 +0100 Subject: [PATCH] move code to src/ folder --- {bornhack => src/bornhack}/.env.dist | 0 {bornhack => src/bornhack}/__init__.py | 0 {bornhack => src/bornhack}/settings.py | 0 {bornhack => src/bornhack}/urls.py | 0 {bornhack => src/bornhack}/wsgi.py | 0 {camps => src/camps}/__init__.py | 0 {camps => src/camps}/admin.py | 0 {camps => src/camps}/context_processors.py | 0 {camps => src/camps}/migrations/0001_initial.py | 0 .../camps}/migrations/0002_auto_20160117_1718.py | 0 .../camps}/migrations/0003_auto_20160422_2019.py | 0 .../camps}/migrations/0004_camp_ticket_sale_open.py | 0 .../camps}/migrations/0005_auto_20160510_2011.py | 0 .../camps}/migrations/0006_auto_20160804_1705.py | 0 .../camps}/migrations/0007_auto_20161212_1803.py | 0 {camps => src/camps}/migrations/0008_delete_day.py | 0 .../camps}/migrations/0009_auto_20161220_1645.py | 0 .../camps}/migrations/0010_auto_20161220_1714.py | 0 .../camps}/migrations/0011_auto_20161228_1750.py | 0 .../camps}/migrations/0012_auto_20161228_2312.py | 0 .../camps}/migrations/0013_auto_20161229_2201.py | 0 .../camps}/migrations/0014_auto_20161229_2202.py | 0 .../camps}/migrations/0015_auto_20170116_1634.py | 0 .../camps}/migrations/0016_camp_description.py | 0 .../migrations/0017_remove_camp_description.py | 0 .../camps}/migrations/0018_auto_20170128_1841.py | 0 {camps => src/camps}/migrations/__init__.py | 0 {camps => src/camps}/mixins.py | 0 {camps => src/camps}/models.py | 0 .../camps}/templates/bornhack-2016_camp_detail.html | 0 .../camps}/templates/bornhack-2017_camp_detail.html | 0 {camps => src/camps}/templates/camp_list.html | 0 {camps => src/camps}/views.py | 0 {info => src/info}/__init__.py | 0 {info => src/info}/admin.py | 0 {info => src/info}/apps.py | 0 {info => src/info}/migrations/0001_initial.py | 0 .../info}/migrations/0002_auto_20161228_2312.py | 0 {info => src/info}/migrations/__init__.py | 0 {info => src/info}/models.py | 0 {info => src/info}/templates/info.html | 0 {info => src/info}/tests.py | 0 {info => src/info}/views.py | 0 {ircbot => src/ircbot}/__init__.py | 0 {ircbot => src/ircbot}/admin.py | 0 {ircbot => src/ircbot}/apps.py | 0 {ircbot => src/ircbot}/irc3module.py | 0 {ircbot => src/ircbot}/management/__init__.py | 0 .../ircbot}/management/commands/__init__.py | 0 .../ircbot}/management/commands/ircbot.py | 0 {ircbot => src/ircbot}/migrations/0001_initial.py | 0 {ircbot => src/ircbot}/migrations/__init__.py | 0 {ircbot => src/ircbot}/models.py | 0 {ircbot => src/ircbot}/views.py | 0 manage.py => src/manage.py | 0 {news => src/news}/__init__.py | 0 {news => src/news}/admin.py | 0 {news => src/news}/apps.py | 0 {news => src/news}/migrations/0001_initial.py | 0 .../news}/migrations/0002_auto_20160530_2223.py | 0 {news => src/news}/migrations/0003_newsitem_slug.py | 0 .../news}/migrations/0004_auto_20160610_1743.py | 0 .../news}/migrations/0005_auto_20160618_1902.py | 0 .../news}/migrations/0006_remove_newsitem_public.py | 0 .../news}/migrations/0007_auto_20161220_1136.py | 0 .../news}/migrations/0008_newsitem_archived.py | 0 {news => src/news}/migrations/__init__.py | 0 {news => src/news}/models.py | 0 {news => src/news}/templates/news_detail.html | 0 {news => src/news}/templates/news_index.html | 0 {news => src/news}/tests.py | 0 {news => src/news}/urls.py | 0 {news => src/news}/views.py | 0 {profiles => src/profiles}/__init__.py | 0 {profiles => src/profiles}/admin.py | 0 {profiles => src/profiles}/forms.py | 0 .../profiles}/migrations/0001_initial.py | 0 {profiles => src/profiles}/migrations/__init__.py | 0 {profiles => src/profiles}/models.py | 0 .../profiles}/templates/account/email.html | 0 .../profiles}/templates/account/email_confirm.html | 0 .../templates/account/email_confirmed.html | 0 .../profiles}/templates/account/login.html | 0 .../profiles}/templates/account/logout.html | 0 .../templates/account/password_change.html | 0 .../profiles}/templates/account/password_reset.html | 0 .../templates/account/password_reset_done.html | 0 .../templates/account/password_reset_from_key.html | 0 .../account/password_reset_from_key_done.html | 0 .../profiles}/templates/account/signup.html | 0 .../templates/account/verification_sent.html | 0 .../profiles}/templates/profiles/profile_base.html | 0 .../templates/profiles/profile_detail.html | 0 {profiles => src/profiles}/tests.py | 0 {profiles => src/profiles}/urls.py | 0 {profiles => src/profiles}/views.py | 0 {program => src/program}/__init__.py | 0 {program => src/program}/admin.py | 0 {program => src/program}/apps.py | 0 {program => src/program}/migrations/0001_initial.py | 0 .../program}/migrations/0002_eventtype_color.py | 0 .../migrations/0003_eventtype_light_writing.py | 0 .../program}/migrations/0004_auto_20160804_1712.py | 0 .../program}/migrations/0005_auto_20160807_1312.py | 0 .../program}/migrations/0006_auto_20160807_1320.py | 0 .../program}/migrations/0007_auto_20160807_1333.py | 0 .../program}/migrations/0008_auto_20160808_1747.py | 0 .../program}/migrations/0009_auto_20160827_0752.py | 0 .../program}/migrations/0010_auto_20161212_1809.py | 0 .../program}/migrations/0011_auto_20161229_2149.py | 0 .../program}/migrations/0012_auto_20161229_2150.py | 0 .../program}/migrations/0013_auto_20170121_1312.py | 0 .../program}/migrations/0014_speaker_camp.py | 0 .../program}/migrations/0015_auto_20170128_1841.py | 0 {program => src/program}/migrations/__init__.py | 0 {program => src/program}/models.py | 0 {program => src/program}/signal_handlers.py | 0 .../templates/bornhack-2016_call_for_speakers.html | 0 .../templates/bornhack-2017_call_for_speakers.html | 0 {program => src/program}/templates/event_list.html | 0 .../program}/templates/program_base.html | 0 {program => src/program}/templates/program_day.html | 0 .../program}/templates/program_event_detail.html | 0 .../program}/templates/program_overview.html | 0 .../program}/templates/schedule_base.html | 0 .../program}/templates/speaker_detail.html | 0 .../program}/templates/speaker_list.html | 0 {program => src/program}/tests.py | 0 {program => src/program}/views.py | 0 requirements.txt => src/requirements.txt | 0 requirements3.txt => src/requirements3.txt | 0 {shop => src/shop}/__init__.py | 0 {shop => src/shop}/admin.py | 0 {shop => src/shop}/apps.py | 0 {shop => src/shop}/context_processors.py | 0 {shop => src/shop}/email.py | 0 {shop => src/shop}/epay.py | 0 {shop => src/shop}/epayintegration.py | 0 {shop => src/shop}/forms.py | 0 {shop => src/shop}/management/__init__.py | 0 {shop => src/shop}/management/commands/__init__.py | 0 .../shop}/management/commands/invoice-worker.py | 0 {shop => src/shop}/managers.py | 0 {shop => src/shop}/migrations/0001_initial.py | 0 .../0002_orderproductrelation_handed_out.py | 0 .../shop}/migrations/0003_auto_20160513_0646.py | 0 .../shop}/migrations/0004_auto_20160515_1604.py | 0 {shop => src/shop}/migrations/0005_product_slug.py | 0 {shop => src/shop}/migrations/0006_ensure_slugs.py | 0 .../shop}/migrations/0007_auto_20160515_2157.py | 0 .../shop}/migrations/0008_auto_20160516_0954.py | 0 .../shop}/migrations/0009_epaycallback_md5valid.py | 0 .../shop}/migrations/0010_auto_20160517_1313.py | 0 .../shop}/migrations/0011_auto_20160517_1902.py | 0 {shop => src/shop}/migrations/0012_ticket.py | 0 .../shop}/migrations/0013_ticket_qrcode_base64.py | 0 {shop => src/shop}/migrations/0014_ticket_name.py | 0 .../0015_coinifyapiinvoice_coinifycallback.py | 0 .../shop}/migrations/0016_auto_20160529_1122.py | 0 .../shop}/migrations/0017_auto_20160529_1626.py | 0 .../shop}/migrations/0018_auto_20160529_1736.py | 0 .../shop}/migrations/0019_invoice_pdf_generated.py | 0 .../shop}/migrations/0020_auto_20160530_1824.py | 0 {shop => src/shop}/migrations/0021_ticket_email.py | 0 .../shop}/migrations/0022_auto_20160530_2301.py | 0 .../shop}/migrations/0023_order_cancelled.py | 0 .../shop}/migrations/0024_auto_20160605_2126.py | 0 {shop => src/shop}/migrations/0025_creditnote.py | 0 .../shop}/migrations/0026_order_refunded.py | 0 .../shop}/migrations/0027_auto_20160712_2036.py | 0 .../shop}/migrations/0028_auto_20160712_2119.py | 0 .../shop}/migrations/0029_auto_20160712_2133.py | 0 .../shop}/migrations/0030_auto_20160827_0752.py | 0 .../shop}/migrations/0031_auto_20161109_1000.py | 0 .../shop}/migrations/0032_order_customer_comment.py | 0 .../shop}/migrations/0033_auto_20161212_1756.py | 0 {shop => src/shop}/migrations/__init__.py | 0 {shop => src/shop}/models.py | 0 {shop => src/shop}/pdf.py | 0 .../shop}/templates/admin/change_order_form.html | 0 {shop => src/shop}/templates/bank_transfer.html | 0 {shop => src/shop}/templates/cash.html | 0 {shop => src/shop}/templates/checkout.html | 0 {shop => src/shop}/templates/coinify_thanks.html | 0 {shop => src/shop}/templates/creditnote_list.html | 0 .../shop}/templates/emails/creditnote_email.html | 0 .../shop}/templates/emails/creditnote_email.txt | 0 .../shop}/templates/emails/invoice_email.html | 0 .../shop}/templates/emails/invoice_email.txt | 0 {shop => src/shop}/templates/emails/testmail.txt | 0 {shop => src/shop}/templates/epay_form.html | 0 {shop => src/shop}/templates/epay_thanks.html | 0 {shop => src/shop}/templates/order_detail.html | 0 {shop => src/shop}/templates/order_list.html | 0 {shop => src/shop}/templates/pdf/creditnote.html | 0 {shop => src/shop}/templates/pdf/custominvoice.html | 0 {shop => src/shop}/templates/pdf/invoice.html | 0 {shop => src/shop}/templates/product_detail.html | 0 {shop => src/shop}/templates/shop_base.html | 0 {shop => src/shop}/templates/shop_index.html | 0 {shop => src/shop}/templates/ticket_detail.html | 0 {shop => src/shop}/templates/ticket_list.html | 0 {shop => src/shop}/templatetags/__init__.py | 0 {shop => src/shop}/templatetags/shop_tags.py | 0 {shop => src/shop}/tests.py | 0 {shop => src/shop}/urls.py | 0 {shop => src/shop}/views.py | 0 {sponsors => src/sponsors}/__init__.py | 0 {sponsors => src/sponsors}/apps.py | 0 {sponsors => src/sponsors}/migrations/__init__.py | 0 .../templates/bornhack-2016-call-for-sponsors.html | 0 .../sponsors}/templates/bornhack-2016-sponsors.html | 0 .../templates/bornhack-2017-call-for-sponsors.html | 0 .../sponsors}/templates/bornhack-2017-sponsors.html | 0 {sponsors => src/sponsors}/views.py | 0 .../static_src}/css/bootstrap-theme.css | 0 .../static_src}/css/bootstrap-theme.css.map | 0 .../static_src}/css/bootstrap-theme.min.css | 0 {static_src => src/static_src}/css/bootstrap.css | 0 .../static_src}/css/bootstrap.css.map | 0 .../static_src}/css/bootstrap.min.css | 0 {static_src => src/static_src}/css/bornhack.css | 0 {static_src => src/static_src}/css/leaflet.css | 0 .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../fonts/glyphicons-halflings-regular.woff2 | Bin .../img/bornhack-2016/ahf/jarlsgaard.jpg | Bin .../bornhack-2016/ahf/thumbnail_jarlsgaard.jpg.png | Bin .../bornhack-2016/esbjerg/1600x1000-B12A2398.jpg | Bin .../img/bornhack-2016/esbjerg/1600x900-B12A2452.jpg | Bin .../img/bornhack-2016/esbjerg/1600x900-B12A2485.jpg | Bin .../img/bornhack-2016/esbjerg/1600x900-B12A2514.jpg | Bin .../img/bornhack-2016/esbjerg/1600x900-B12A2604.jpg | Bin .../img/bornhack-2016/esbjerg/1600x900-B12A2608.jpg | Bin .../img/bornhack-2016/esbjerg/1600x988-B12A2610.jpg | Bin .../img/bornhack-2016/esbjerg/1600x988-B12A2612.jpg | Bin .../img/bornhack-2016/esbjerg/1600x988-B12A2620.jpg | Bin .../img/bornhack-2016/esbjerg/1600x988-B12A2624.jpg | Bin .../img/bornhack-2016/esbjerg/1600x988-B12A2631.jpg | Bin .../img/bornhack-2016/esbjerg/1600x988-B12A2634.jpg | Bin .../esbjerg/thumbnail_1600x1000-B12A2398.jpg.png | Bin .../esbjerg/thumbnail_1600x900-B12A2452.jpg.png | Bin .../esbjerg/thumbnail_1600x900-B12A2485.jpg.png | Bin .../esbjerg/thumbnail_1600x900-B12A2514.jpg.png | Bin .../esbjerg/thumbnail_1600x900-B12A2604.jpg.png | Bin .../esbjerg/thumbnail_1600x900-B12A2608.jpg.png | Bin .../esbjerg/thumbnail_1600x988-B12A2610.jpg.png | Bin .../esbjerg/thumbnail_1600x988-B12A2612.jpg.png | Bin .../esbjerg/thumbnail_1600x988-B12A2620.jpg.png | Bin .../esbjerg/thumbnail_1600x988-B12A2624.jpg.png | Bin .../esbjerg/thumbnail_1600x988-B12A2631.jpg.png | Bin .../esbjerg/thumbnail_1600x988-B12A2634.jpg.png | Bin .../img/bornhack-2016/fonsmark/FA0_1961.JPG | Bin .../img/bornhack-2016/fonsmark/FA0_1983.JPG | Bin .../img/bornhack-2016/fonsmark/FA0_1986.JPG | Bin .../img/bornhack-2016/fonsmark/FB1_5090.JPG | Bin .../img/bornhack-2016/fonsmark/FB1_5111.JPG | Bin .../img/bornhack-2016/fonsmark/FB1_5126.JPG | Bin .../img/bornhack-2016/fonsmark/FB1_5128.JPG | Bin .../img/bornhack-2016/fonsmark/FB1_5149.JPG | Bin .../img/bornhack-2016/fonsmark/FB1_5168.JPG | Bin .../img/bornhack-2016/fonsmark/FB1_5265.JPG | Bin .../img/bornhack-2016/fonsmark/FB1_5312.JPG | Bin .../fonsmark/thumbnail_FA0_1961.JPG.png | Bin .../fonsmark/thumbnail_FA0_1983.JPG.png | Bin .../fonsmark/thumbnail_FA0_1986.JPG.png | Bin .../fonsmark/thumbnail_FB1_5090.JPG.png | Bin .../fonsmark/thumbnail_FB1_5111.JPG.png | Bin .../fonsmark/thumbnail_FB1_5126.JPG.png | Bin .../fonsmark/thumbnail_FB1_5128.JPG.png | Bin .../fonsmark/thumbnail_FB1_5149.JPG.png | Bin .../fonsmark/thumbnail_FB1_5168.JPG.png | Bin .../fonsmark/thumbnail_FB1_5265.JPG.png | Bin .../fonsmark/thumbnail_FB1_5312.JPG.png | Bin .../bornhack-2016/logo/bornhack-2016-logo-large.png | Bin .../bornhack-2016/logo/bornhack-2016-logo-small.png | Bin .../img/bornhack-2016/logo/logo-new-paths.svg | 0 .../static_src}/img/bornhack-2016/logo/logo-new.png | Bin .../static_src}/img/bornhack-2016/logo/logo-new.svg | 0 .../static_src}/img/bornhack-2016/logo/logo.png | Bin .../static_src}/img/bornhack-2016/logo/logo.svg | 0 .../bornhack-2017/logo/bornhack-2017-logo-large.png | Bin .../bornhack-2017/logo/bornhack-2017-logo-small.png | Bin {static_src => src/static_src}/img/logo-large.png | Bin {static_src => src/static_src}/img/logo-small.png | Bin .../img/sponsors/CSIS_PRI_LOGO_TURQUOISE_RGB.jpg | Bin .../static_src}/img/sponsors/DKUUGlogo.jpeg | Bin .../img/sponsors/KristiansKaffe_Logo_Hires1.0.jpg | Bin .../static_src}/img/sponsors/PROSA-logo.png | Bin .../static_src}/img/sponsors/PS_Logo_CMYK_DK.png | Bin .../img/sponsors/ShopGun_LogoType_Green.png | Bin .../static_src}/img/sponsors/bitbureauet.png | Bin .../static_src}/img/sponsors/bornfiber-logoweb.png | Bin .../static_src}/img/sponsors/brklogo.png | Bin .../static_src}/img/sponsors/danskebank.png | Bin .../static_src}/img/sponsors/fortconsultlogo.png | Bin .../static_src}/img/sponsors/prosa-u35-1.png | Bin .../static_src}/img/sponsors/samdatalogo.jpg | Bin .../static_src}/img/sponsors/septima-logo.png | Bin .../static_src}/img/sponsors/tyktech_logo.png | Bin .../static_src}/img/sponsors/zencurity_logo.png | Bin .../static_src}/img/sponsors/zybersafe_logo.png | Bin {static_src => src/static_src}/js/bootstrap.js | 0 {static_src => src/static_src}/js/bootstrap.min.js | 0 .../static_src}/js/images/layers-2x.png | Bin {static_src => src/static_src}/js/images/layers.png | Bin .../static_src}/js/images/marker-icon-2x.png | Bin .../static_src}/js/images/marker-icon.png | Bin .../static_src}/js/images/marker-shadow.png | Bin {static_src => src/static_src}/js/jquery.min.js | 0 {static_src => src/static_src}/js/leaflet-src.js | 0 {static_src => src/static_src}/js/leaflet.js | 0 .../static_src}/pdf/bornhack_2016_letterhead.odt | Bin .../static_src}/pdf/bornhack_2016_letterhead.pdf | Bin .../pdf/bornhack_2016_test_letterhead.odt | Bin .../pdf/bornhack_2016_test_letterhead.pdf | Bin .../pdf/bornhack_webshop_cancellation_form.pdf | Bin {templates => src/templates}/2016info.html | 0 {templates => src/templates}/404.html | 0 {templates => src/templates}/500.html | 0 {templates => src/templates}/base.html | 0 {templates => src/templates}/coc.html | 0 {templates => src/templates}/contact.html | 0 {templates => src/templates}/frontpage.html | 0 {templates => src/templates}/includes/contact.html | 0 .../legal/general_terms_and_conditions.html | 0 .../templates}/legal/privacy_policy.html | 0 {utils => src/utils}/__init__.py | 0 {utils => src/utils}/apps.py | 0 {utils => src/utils}/management/__init__.py | 0 .../utils}/management/commands/__init__.py | 0 .../utils}/management/commands/bootstrap-devsite.py | 0 {utils => src/utils}/models.py | 0 {utils => src/utils}/templates/thumbnail.html | 0 {utils => src/utils}/templatetags/__init__.py | 0 {utils => src/utils}/templatetags/commonmark.py | 0 {utils => src/utils}/templatetags/imageutils.py | 0 {utils => src/utils}/templatetags/menubutton.py | 0 {vendor => src/vendor}/__init__.py | 0 {vendor => src/vendor}/coinify_api.py | 0 {vendor => src/vendor}/coinify_callback.py | 0 {villages => src/villages}/__init__.py | 0 {villages => src/villages}/admin.py | 0 {villages => src/villages}/apps.py | 0 {villages => src/villages}/managers.py | 0 .../villages}/migrations/0001_initial.py | 0 .../villages}/migrations/0002_auto_20160705_2154.py | 0 .../villages}/migrations/0003_auto_20160705_2159.py | 0 .../villages}/migrations/0004_village_deleted.py | 0 .../villages}/migrations/0005_auto_20160712_2036.py | 0 .../migrations/0006_remove_village_camp.py | 0 .../villages}/migrations/0007_village_camp.py | 0 .../villages}/migrations/0008_auto_20161228_2209.py | 0 .../villages}/migrations/0009_auto_20161229_2143.py | 0 {villages => src/villages}/migrations/__init__.py | 0 {villages => src/villages}/models.py | 0 .../villages}/templates/village_confirm_delete.html | 0 .../villages}/templates/village_detail.html | 0 .../villages}/templates/village_form.html | 0 .../villages}/templates/village_list.html | 0 {villages => src/villages}/tests.py | 0 {villages => src/villages}/urls.py | 0 {villages => src/villages}/views.py | 0 365 files changed, 0 insertions(+), 0 deletions(-) rename {bornhack => src/bornhack}/.env.dist (100%) rename {bornhack => src/bornhack}/__init__.py (100%) rename {bornhack => src/bornhack}/settings.py (100%) rename {bornhack => src/bornhack}/urls.py (100%) rename {bornhack => src/bornhack}/wsgi.py (100%) rename {camps => src/camps}/__init__.py (100%) rename {camps => src/camps}/admin.py (100%) rename {camps => src/camps}/context_processors.py (100%) rename {camps => src/camps}/migrations/0001_initial.py (100%) rename {camps => src/camps}/migrations/0002_auto_20160117_1718.py (100%) rename {camps => src/camps}/migrations/0003_auto_20160422_2019.py (100%) rename {camps => src/camps}/migrations/0004_camp_ticket_sale_open.py (100%) rename {camps => src/camps}/migrations/0005_auto_20160510_2011.py (100%) rename {camps => src/camps}/migrations/0006_auto_20160804_1705.py (100%) rename {camps => src/camps}/migrations/0007_auto_20161212_1803.py (100%) rename {camps => src/camps}/migrations/0008_delete_day.py (100%) rename {camps => src/camps}/migrations/0009_auto_20161220_1645.py (100%) rename {camps => src/camps}/migrations/0010_auto_20161220_1714.py (100%) rename {camps => src/camps}/migrations/0011_auto_20161228_1750.py (100%) rename {camps => src/camps}/migrations/0012_auto_20161228_2312.py (100%) rename {camps => src/camps}/migrations/0013_auto_20161229_2201.py (100%) rename {camps => src/camps}/migrations/0014_auto_20161229_2202.py (100%) rename {camps => src/camps}/migrations/0015_auto_20170116_1634.py (100%) rename {camps => src/camps}/migrations/0016_camp_description.py (100%) rename {camps => src/camps}/migrations/0017_remove_camp_description.py (100%) rename {camps => src/camps}/migrations/0018_auto_20170128_1841.py (100%) rename {camps => src/camps}/migrations/__init__.py (100%) rename {camps => src/camps}/mixins.py (100%) rename {camps => src/camps}/models.py (100%) rename {camps => src/camps}/templates/bornhack-2016_camp_detail.html (100%) rename {camps => src/camps}/templates/bornhack-2017_camp_detail.html (100%) rename {camps => src/camps}/templates/camp_list.html (100%) rename {camps => src/camps}/views.py (100%) rename {info => src/info}/__init__.py (100%) rename {info => src/info}/admin.py (100%) rename {info => src/info}/apps.py (100%) rename {info => src/info}/migrations/0001_initial.py (100%) rename {info => src/info}/migrations/0002_auto_20161228_2312.py (100%) rename {info => src/info}/migrations/__init__.py (100%) rename {info => src/info}/models.py (100%) rename {info => src/info}/templates/info.html (100%) rename {info => src/info}/tests.py (100%) rename {info => src/info}/views.py (100%) rename {ircbot => src/ircbot}/__init__.py (100%) rename {ircbot => src/ircbot}/admin.py (100%) rename {ircbot => src/ircbot}/apps.py (100%) rename {ircbot => src/ircbot}/irc3module.py (100%) rename {ircbot => src/ircbot}/management/__init__.py (100%) rename {ircbot => src/ircbot}/management/commands/__init__.py (100%) rename {ircbot => src/ircbot}/management/commands/ircbot.py (100%) rename {ircbot => src/ircbot}/migrations/0001_initial.py (100%) rename {ircbot => src/ircbot}/migrations/__init__.py (100%) rename {ircbot => src/ircbot}/models.py (100%) rename {ircbot => src/ircbot}/views.py (100%) rename manage.py => src/manage.py (100%) rename {news => src/news}/__init__.py (100%) rename {news => src/news}/admin.py (100%) rename {news => src/news}/apps.py (100%) rename {news => src/news}/migrations/0001_initial.py (100%) rename {news => src/news}/migrations/0002_auto_20160530_2223.py (100%) rename {news => src/news}/migrations/0003_newsitem_slug.py (100%) rename {news => src/news}/migrations/0004_auto_20160610_1743.py (100%) rename {news => src/news}/migrations/0005_auto_20160618_1902.py (100%) rename {news => src/news}/migrations/0006_remove_newsitem_public.py (100%) rename {news => src/news}/migrations/0007_auto_20161220_1136.py (100%) rename {news => src/news}/migrations/0008_newsitem_archived.py (100%) rename {news => src/news}/migrations/__init__.py (100%) rename {news => src/news}/models.py (100%) rename {news => src/news}/templates/news_detail.html (100%) rename {news => src/news}/templates/news_index.html (100%) rename {news => src/news}/tests.py (100%) rename {news => src/news}/urls.py (100%) rename {news => src/news}/views.py (100%) rename {profiles => src/profiles}/__init__.py (100%) rename {profiles => src/profiles}/admin.py (100%) rename {profiles => src/profiles}/forms.py (100%) rename {profiles => src/profiles}/migrations/0001_initial.py (100%) rename {profiles => src/profiles}/migrations/__init__.py (100%) rename {profiles => src/profiles}/models.py (100%) rename {profiles => src/profiles}/templates/account/email.html (100%) rename {profiles => src/profiles}/templates/account/email_confirm.html (100%) rename {profiles => src/profiles}/templates/account/email_confirmed.html (100%) rename {profiles => src/profiles}/templates/account/login.html (100%) rename {profiles => src/profiles}/templates/account/logout.html (100%) rename {profiles => src/profiles}/templates/account/password_change.html (100%) rename {profiles => src/profiles}/templates/account/password_reset.html (100%) rename {profiles => src/profiles}/templates/account/password_reset_done.html (100%) rename {profiles => src/profiles}/templates/account/password_reset_from_key.html (100%) rename {profiles => src/profiles}/templates/account/password_reset_from_key_done.html (100%) rename {profiles => src/profiles}/templates/account/signup.html (100%) rename {profiles => src/profiles}/templates/account/verification_sent.html (100%) rename {profiles => src/profiles}/templates/profiles/profile_base.html (100%) rename {profiles => src/profiles}/templates/profiles/profile_detail.html (100%) rename {profiles => src/profiles}/tests.py (100%) rename {profiles => src/profiles}/urls.py (100%) rename {profiles => src/profiles}/views.py (100%) rename {program => src/program}/__init__.py (100%) rename {program => src/program}/admin.py (100%) rename {program => src/program}/apps.py (100%) rename {program => src/program}/migrations/0001_initial.py (100%) rename {program => src/program}/migrations/0002_eventtype_color.py (100%) rename {program => src/program}/migrations/0003_eventtype_light_writing.py (100%) rename {program => src/program}/migrations/0004_auto_20160804_1712.py (100%) rename {program => src/program}/migrations/0005_auto_20160807_1312.py (100%) rename {program => src/program}/migrations/0006_auto_20160807_1320.py (100%) rename {program => src/program}/migrations/0007_auto_20160807_1333.py (100%) rename {program => src/program}/migrations/0008_auto_20160808_1747.py (100%) rename {program => src/program}/migrations/0009_auto_20160827_0752.py (100%) rename {program => src/program}/migrations/0010_auto_20161212_1809.py (100%) rename {program => src/program}/migrations/0011_auto_20161229_2149.py (100%) rename {program => src/program}/migrations/0012_auto_20161229_2150.py (100%) rename {program => src/program}/migrations/0013_auto_20170121_1312.py (100%) rename {program => src/program}/migrations/0014_speaker_camp.py (100%) rename {program => src/program}/migrations/0015_auto_20170128_1841.py (100%) rename {program => src/program}/migrations/__init__.py (100%) rename {program => src/program}/models.py (100%) rename {program => src/program}/signal_handlers.py (100%) rename {program => src/program}/templates/bornhack-2016_call_for_speakers.html (100%) rename {program => src/program}/templates/bornhack-2017_call_for_speakers.html (100%) rename {program => src/program}/templates/event_list.html (100%) rename {program => src/program}/templates/program_base.html (100%) rename {program => src/program}/templates/program_day.html (100%) rename {program => src/program}/templates/program_event_detail.html (100%) rename {program => src/program}/templates/program_overview.html (100%) rename {program => src/program}/templates/schedule_base.html (100%) rename {program => src/program}/templates/speaker_detail.html (100%) rename {program => src/program}/templates/speaker_list.html (100%) rename {program => src/program}/tests.py (100%) rename {program => src/program}/views.py (100%) rename requirements.txt => src/requirements.txt (100%) rename requirements3.txt => src/requirements3.txt (100%) rename {shop => src/shop}/__init__.py (100%) rename {shop => src/shop}/admin.py (100%) rename {shop => src/shop}/apps.py (100%) rename {shop => src/shop}/context_processors.py (100%) rename {shop => src/shop}/email.py (100%) rename {shop => src/shop}/epay.py (100%) rename {shop => src/shop}/epayintegration.py (100%) rename {shop => src/shop}/forms.py (100%) rename {shop => src/shop}/management/__init__.py (100%) rename {shop => src/shop}/management/commands/__init__.py (100%) rename {shop => src/shop}/management/commands/invoice-worker.py (100%) rename {shop => src/shop}/managers.py (100%) rename {shop => src/shop}/migrations/0001_initial.py (100%) rename {shop => src/shop}/migrations/0002_orderproductrelation_handed_out.py (100%) rename {shop => src/shop}/migrations/0003_auto_20160513_0646.py (100%) rename {shop => src/shop}/migrations/0004_auto_20160515_1604.py (100%) rename {shop => src/shop}/migrations/0005_product_slug.py (100%) rename {shop => src/shop}/migrations/0006_ensure_slugs.py (100%) rename {shop => src/shop}/migrations/0007_auto_20160515_2157.py (100%) rename {shop => src/shop}/migrations/0008_auto_20160516_0954.py (100%) rename {shop => src/shop}/migrations/0009_epaycallback_md5valid.py (100%) rename {shop => src/shop}/migrations/0010_auto_20160517_1313.py (100%) rename {shop => src/shop}/migrations/0011_auto_20160517_1902.py (100%) rename {shop => src/shop}/migrations/0012_ticket.py (100%) rename {shop => src/shop}/migrations/0013_ticket_qrcode_base64.py (100%) rename {shop => src/shop}/migrations/0014_ticket_name.py (100%) rename {shop => src/shop}/migrations/0015_coinifyapiinvoice_coinifycallback.py (100%) rename {shop => src/shop}/migrations/0016_auto_20160529_1122.py (100%) rename {shop => src/shop}/migrations/0017_auto_20160529_1626.py (100%) rename {shop => src/shop}/migrations/0018_auto_20160529_1736.py (100%) rename {shop => src/shop}/migrations/0019_invoice_pdf_generated.py (100%) rename {shop => src/shop}/migrations/0020_auto_20160530_1824.py (100%) rename {shop => src/shop}/migrations/0021_ticket_email.py (100%) rename {shop => src/shop}/migrations/0022_auto_20160530_2301.py (100%) rename {shop => src/shop}/migrations/0023_order_cancelled.py (100%) rename {shop => src/shop}/migrations/0024_auto_20160605_2126.py (100%) rename {shop => src/shop}/migrations/0025_creditnote.py (100%) rename {shop => src/shop}/migrations/0026_order_refunded.py (100%) rename {shop => src/shop}/migrations/0027_auto_20160712_2036.py (100%) rename {shop => src/shop}/migrations/0028_auto_20160712_2119.py (100%) rename {shop => src/shop}/migrations/0029_auto_20160712_2133.py (100%) rename {shop => src/shop}/migrations/0030_auto_20160827_0752.py (100%) rename {shop => src/shop}/migrations/0031_auto_20161109_1000.py (100%) rename {shop => src/shop}/migrations/0032_order_customer_comment.py (100%) rename {shop => src/shop}/migrations/0033_auto_20161212_1756.py (100%) rename {shop => src/shop}/migrations/__init__.py (100%) rename {shop => src/shop}/models.py (100%) rename {shop => src/shop}/pdf.py (100%) rename {shop => src/shop}/templates/admin/change_order_form.html (100%) rename {shop => src/shop}/templates/bank_transfer.html (100%) rename {shop => src/shop}/templates/cash.html (100%) rename {shop => src/shop}/templates/checkout.html (100%) rename {shop => src/shop}/templates/coinify_thanks.html (100%) rename {shop => src/shop}/templates/creditnote_list.html (100%) rename {shop => src/shop}/templates/emails/creditnote_email.html (100%) rename {shop => src/shop}/templates/emails/creditnote_email.txt (100%) rename {shop => src/shop}/templates/emails/invoice_email.html (100%) rename {shop => src/shop}/templates/emails/invoice_email.txt (100%) rename {shop => src/shop}/templates/emails/testmail.txt (100%) rename {shop => src/shop}/templates/epay_form.html (100%) rename {shop => src/shop}/templates/epay_thanks.html (100%) rename {shop => src/shop}/templates/order_detail.html (100%) rename {shop => src/shop}/templates/order_list.html (100%) rename {shop => src/shop}/templates/pdf/creditnote.html (100%) rename {shop => src/shop}/templates/pdf/custominvoice.html (100%) rename {shop => src/shop}/templates/pdf/invoice.html (100%) rename {shop => src/shop}/templates/product_detail.html (100%) rename {shop => src/shop}/templates/shop_base.html (100%) rename {shop => src/shop}/templates/shop_index.html (100%) rename {shop => src/shop}/templates/ticket_detail.html (100%) rename {shop => src/shop}/templates/ticket_list.html (100%) rename {shop => src/shop}/templatetags/__init__.py (100%) rename {shop => src/shop}/templatetags/shop_tags.py (100%) rename {shop => src/shop}/tests.py (100%) rename {shop => src/shop}/urls.py (100%) rename {shop => src/shop}/views.py (100%) rename {sponsors => src/sponsors}/__init__.py (100%) rename {sponsors => src/sponsors}/apps.py (100%) rename {sponsors => src/sponsors}/migrations/__init__.py (100%) rename {sponsors => src/sponsors}/templates/bornhack-2016-call-for-sponsors.html (100%) rename {sponsors => src/sponsors}/templates/bornhack-2016-sponsors.html (100%) rename {sponsors => src/sponsors}/templates/bornhack-2017-call-for-sponsors.html (100%) rename {sponsors => src/sponsors}/templates/bornhack-2017-sponsors.html (100%) rename {sponsors => src/sponsors}/views.py (100%) rename {static_src => src/static_src}/css/bootstrap-theme.css (100%) rename {static_src => src/static_src}/css/bootstrap-theme.css.map (100%) rename {static_src => src/static_src}/css/bootstrap-theme.min.css (100%) rename {static_src => src/static_src}/css/bootstrap.css (100%) rename {static_src => src/static_src}/css/bootstrap.css.map (100%) rename {static_src => src/static_src}/css/bootstrap.min.css (100%) rename {static_src => src/static_src}/css/bornhack.css (100%) rename {static_src => src/static_src}/css/leaflet.css (100%) rename {static_src => src/static_src}/fonts/glyphicons-halflings-regular.eot (100%) rename {static_src => src/static_src}/fonts/glyphicons-halflings-regular.svg (100%) rename {static_src => src/static_src}/fonts/glyphicons-halflings-regular.ttf (100%) rename {static_src => src/static_src}/fonts/glyphicons-halflings-regular.woff (100%) rename {static_src => src/static_src}/fonts/glyphicons-halflings-regular.woff2 (100%) rename {static_src => src/static_src}/img/bornhack-2016/ahf/jarlsgaard.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/ahf/thumbnail_jarlsgaard.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x1000-B12A2398.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x900-B12A2452.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x900-B12A2485.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x900-B12A2514.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x900-B12A2604.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x900-B12A2608.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x988-B12A2610.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x988-B12A2612.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x988-B12A2620.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x988-B12A2624.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x988-B12A2631.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/1600x988-B12A2634.jpg (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x1000-B12A2398.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2452.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2485.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2514.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2604.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2608.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2610.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2612.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2620.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2624.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2631.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2634.jpg.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/FA0_1961.JPG (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/FA0_1983.JPG (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/FA0_1986.JPG (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/FB1_5090.JPG (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/FB1_5111.JPG (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/FB1_5126.JPG (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/FB1_5128.JPG (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/FB1_5149.JPG (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/FB1_5168.JPG (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/FB1_5265.JPG (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/FB1_5312.JPG (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/thumbnail_FA0_1961.JPG.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/thumbnail_FA0_1983.JPG.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/thumbnail_FA0_1986.JPG.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/thumbnail_FB1_5090.JPG.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/thumbnail_FB1_5111.JPG.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/thumbnail_FB1_5126.JPG.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/thumbnail_FB1_5128.JPG.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/thumbnail_FB1_5149.JPG.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/thumbnail_FB1_5168.JPG.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/thumbnail_FB1_5265.JPG.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/fonsmark/thumbnail_FB1_5312.JPG.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/logo/bornhack-2016-logo-large.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/logo/bornhack-2016-logo-small.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/logo/logo-new-paths.svg (100%) rename {static_src => src/static_src}/img/bornhack-2016/logo/logo-new.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/logo/logo-new.svg (100%) rename {static_src => src/static_src}/img/bornhack-2016/logo/logo.png (100%) rename {static_src => src/static_src}/img/bornhack-2016/logo/logo.svg (100%) rename {static_src => src/static_src}/img/bornhack-2017/logo/bornhack-2017-logo-large.png (100%) rename {static_src => src/static_src}/img/bornhack-2017/logo/bornhack-2017-logo-small.png (100%) rename {static_src => src/static_src}/img/logo-large.png (100%) rename {static_src => src/static_src}/img/logo-small.png (100%) rename {static_src => src/static_src}/img/sponsors/CSIS_PRI_LOGO_TURQUOISE_RGB.jpg (100%) rename {static_src => src/static_src}/img/sponsors/DKUUGlogo.jpeg (100%) rename {static_src => src/static_src}/img/sponsors/KristiansKaffe_Logo_Hires1.0.jpg (100%) rename {static_src => src/static_src}/img/sponsors/PROSA-logo.png (100%) rename {static_src => src/static_src}/img/sponsors/PS_Logo_CMYK_DK.png (100%) rename {static_src => src/static_src}/img/sponsors/ShopGun_LogoType_Green.png (100%) rename {static_src => src/static_src}/img/sponsors/bitbureauet.png (100%) rename {static_src => src/static_src}/img/sponsors/bornfiber-logoweb.png (100%) rename {static_src => src/static_src}/img/sponsors/brklogo.png (100%) rename {static_src => src/static_src}/img/sponsors/danskebank.png (100%) rename {static_src => src/static_src}/img/sponsors/fortconsultlogo.png (100%) rename {static_src => src/static_src}/img/sponsors/prosa-u35-1.png (100%) rename {static_src => src/static_src}/img/sponsors/samdatalogo.jpg (100%) rename {static_src => src/static_src}/img/sponsors/septima-logo.png (100%) rename {static_src => src/static_src}/img/sponsors/tyktech_logo.png (100%) rename {static_src => src/static_src}/img/sponsors/zencurity_logo.png (100%) rename {static_src => src/static_src}/img/sponsors/zybersafe_logo.png (100%) rename {static_src => src/static_src}/js/bootstrap.js (100%) rename {static_src => src/static_src}/js/bootstrap.min.js (100%) rename {static_src => src/static_src}/js/images/layers-2x.png (100%) rename {static_src => src/static_src}/js/images/layers.png (100%) rename {static_src => src/static_src}/js/images/marker-icon-2x.png (100%) rename {static_src => src/static_src}/js/images/marker-icon.png (100%) rename {static_src => src/static_src}/js/images/marker-shadow.png (100%) rename {static_src => src/static_src}/js/jquery.min.js (100%) rename {static_src => src/static_src}/js/leaflet-src.js (100%) rename {static_src => src/static_src}/js/leaflet.js (100%) rename {static_src => src/static_src}/pdf/bornhack_2016_letterhead.odt (100%) rename {static_src => src/static_src}/pdf/bornhack_2016_letterhead.pdf (100%) rename {static_src => src/static_src}/pdf/bornhack_2016_test_letterhead.odt (100%) rename {static_src => src/static_src}/pdf/bornhack_2016_test_letterhead.pdf (100%) rename {static_src => src/static_src}/pdf/bornhack_webshop_cancellation_form.pdf (100%) rename {templates => src/templates}/2016info.html (100%) rename {templates => src/templates}/404.html (100%) rename {templates => src/templates}/500.html (100%) rename {templates => src/templates}/base.html (100%) rename {templates => src/templates}/coc.html (100%) rename {templates => src/templates}/contact.html (100%) rename {templates => src/templates}/frontpage.html (100%) rename {templates => src/templates}/includes/contact.html (100%) rename {templates => src/templates}/legal/general_terms_and_conditions.html (100%) rename {templates => src/templates}/legal/privacy_policy.html (100%) rename {utils => src/utils}/__init__.py (100%) rename {utils => src/utils}/apps.py (100%) rename {utils => src/utils}/management/__init__.py (100%) rename {utils => src/utils}/management/commands/__init__.py (100%) rename {utils => src/utils}/management/commands/bootstrap-devsite.py (100%) rename {utils => src/utils}/models.py (100%) rename {utils => src/utils}/templates/thumbnail.html (100%) rename {utils => src/utils}/templatetags/__init__.py (100%) rename {utils => src/utils}/templatetags/commonmark.py (100%) rename {utils => src/utils}/templatetags/imageutils.py (100%) rename {utils => src/utils}/templatetags/menubutton.py (100%) rename {vendor => src/vendor}/__init__.py (100%) rename {vendor => src/vendor}/coinify_api.py (100%) rename {vendor => src/vendor}/coinify_callback.py (100%) rename {villages => src/villages}/__init__.py (100%) rename {villages => src/villages}/admin.py (100%) rename {villages => src/villages}/apps.py (100%) rename {villages => src/villages}/managers.py (100%) rename {villages => src/villages}/migrations/0001_initial.py (100%) rename {villages => src/villages}/migrations/0002_auto_20160705_2154.py (100%) rename {villages => src/villages}/migrations/0003_auto_20160705_2159.py (100%) rename {villages => src/villages}/migrations/0004_village_deleted.py (100%) rename {villages => src/villages}/migrations/0005_auto_20160712_2036.py (100%) rename {villages => src/villages}/migrations/0006_remove_village_camp.py (100%) rename {villages => src/villages}/migrations/0007_village_camp.py (100%) rename {villages => src/villages}/migrations/0008_auto_20161228_2209.py (100%) rename {villages => src/villages}/migrations/0009_auto_20161229_2143.py (100%) rename {villages => src/villages}/migrations/__init__.py (100%) rename {villages => src/villages}/models.py (100%) rename {villages => src/villages}/templates/village_confirm_delete.html (100%) rename {villages => src/villages}/templates/village_detail.html (100%) rename {villages => src/villages}/templates/village_form.html (100%) rename {villages => src/villages}/templates/village_list.html (100%) rename {villages => src/villages}/tests.py (100%) rename {villages => src/villages}/urls.py (100%) rename {villages => src/villages}/views.py (100%) diff --git a/bornhack/.env.dist b/src/bornhack/.env.dist similarity index 100% rename from bornhack/.env.dist rename to src/bornhack/.env.dist diff --git a/bornhack/__init__.py b/src/bornhack/__init__.py similarity index 100% rename from bornhack/__init__.py rename to src/bornhack/__init__.py diff --git a/bornhack/settings.py b/src/bornhack/settings.py similarity index 100% rename from bornhack/settings.py rename to src/bornhack/settings.py diff --git a/bornhack/urls.py b/src/bornhack/urls.py similarity index 100% rename from bornhack/urls.py rename to src/bornhack/urls.py diff --git a/bornhack/wsgi.py b/src/bornhack/wsgi.py similarity index 100% rename from bornhack/wsgi.py rename to src/bornhack/wsgi.py diff --git a/camps/__init__.py b/src/camps/__init__.py similarity index 100% rename from camps/__init__.py rename to src/camps/__init__.py diff --git a/camps/admin.py b/src/camps/admin.py similarity index 100% rename from camps/admin.py rename to src/camps/admin.py diff --git a/camps/context_processors.py b/src/camps/context_processors.py similarity index 100% rename from camps/context_processors.py rename to src/camps/context_processors.py diff --git a/camps/migrations/0001_initial.py b/src/camps/migrations/0001_initial.py similarity index 100% rename from camps/migrations/0001_initial.py rename to src/camps/migrations/0001_initial.py diff --git a/camps/migrations/0002_auto_20160117_1718.py b/src/camps/migrations/0002_auto_20160117_1718.py similarity index 100% rename from camps/migrations/0002_auto_20160117_1718.py rename to src/camps/migrations/0002_auto_20160117_1718.py diff --git a/camps/migrations/0003_auto_20160422_2019.py b/src/camps/migrations/0003_auto_20160422_2019.py similarity index 100% rename from camps/migrations/0003_auto_20160422_2019.py rename to src/camps/migrations/0003_auto_20160422_2019.py diff --git a/camps/migrations/0004_camp_ticket_sale_open.py b/src/camps/migrations/0004_camp_ticket_sale_open.py similarity index 100% rename from camps/migrations/0004_camp_ticket_sale_open.py rename to src/camps/migrations/0004_camp_ticket_sale_open.py diff --git a/camps/migrations/0005_auto_20160510_2011.py b/src/camps/migrations/0005_auto_20160510_2011.py similarity index 100% rename from camps/migrations/0005_auto_20160510_2011.py rename to src/camps/migrations/0005_auto_20160510_2011.py diff --git a/camps/migrations/0006_auto_20160804_1705.py b/src/camps/migrations/0006_auto_20160804_1705.py similarity index 100% rename from camps/migrations/0006_auto_20160804_1705.py rename to src/camps/migrations/0006_auto_20160804_1705.py diff --git a/camps/migrations/0007_auto_20161212_1803.py b/src/camps/migrations/0007_auto_20161212_1803.py similarity index 100% rename from camps/migrations/0007_auto_20161212_1803.py rename to src/camps/migrations/0007_auto_20161212_1803.py diff --git a/camps/migrations/0008_delete_day.py b/src/camps/migrations/0008_delete_day.py similarity index 100% rename from camps/migrations/0008_delete_day.py rename to src/camps/migrations/0008_delete_day.py diff --git a/camps/migrations/0009_auto_20161220_1645.py b/src/camps/migrations/0009_auto_20161220_1645.py similarity index 100% rename from camps/migrations/0009_auto_20161220_1645.py rename to src/camps/migrations/0009_auto_20161220_1645.py diff --git a/camps/migrations/0010_auto_20161220_1714.py b/src/camps/migrations/0010_auto_20161220_1714.py similarity index 100% rename from camps/migrations/0010_auto_20161220_1714.py rename to src/camps/migrations/0010_auto_20161220_1714.py diff --git a/camps/migrations/0011_auto_20161228_1750.py b/src/camps/migrations/0011_auto_20161228_1750.py similarity index 100% rename from camps/migrations/0011_auto_20161228_1750.py rename to src/camps/migrations/0011_auto_20161228_1750.py diff --git a/camps/migrations/0012_auto_20161228_2312.py b/src/camps/migrations/0012_auto_20161228_2312.py similarity index 100% rename from camps/migrations/0012_auto_20161228_2312.py rename to src/camps/migrations/0012_auto_20161228_2312.py diff --git a/camps/migrations/0013_auto_20161229_2201.py b/src/camps/migrations/0013_auto_20161229_2201.py similarity index 100% rename from camps/migrations/0013_auto_20161229_2201.py rename to src/camps/migrations/0013_auto_20161229_2201.py diff --git a/camps/migrations/0014_auto_20161229_2202.py b/src/camps/migrations/0014_auto_20161229_2202.py similarity index 100% rename from camps/migrations/0014_auto_20161229_2202.py rename to src/camps/migrations/0014_auto_20161229_2202.py diff --git a/camps/migrations/0015_auto_20170116_1634.py b/src/camps/migrations/0015_auto_20170116_1634.py similarity index 100% rename from camps/migrations/0015_auto_20170116_1634.py rename to src/camps/migrations/0015_auto_20170116_1634.py diff --git a/camps/migrations/0016_camp_description.py b/src/camps/migrations/0016_camp_description.py similarity index 100% rename from camps/migrations/0016_camp_description.py rename to src/camps/migrations/0016_camp_description.py diff --git a/camps/migrations/0017_remove_camp_description.py b/src/camps/migrations/0017_remove_camp_description.py similarity index 100% rename from camps/migrations/0017_remove_camp_description.py rename to src/camps/migrations/0017_remove_camp_description.py diff --git a/camps/migrations/0018_auto_20170128_1841.py b/src/camps/migrations/0018_auto_20170128_1841.py similarity index 100% rename from camps/migrations/0018_auto_20170128_1841.py rename to src/camps/migrations/0018_auto_20170128_1841.py diff --git a/camps/migrations/__init__.py b/src/camps/migrations/__init__.py similarity index 100% rename from camps/migrations/__init__.py rename to src/camps/migrations/__init__.py diff --git a/camps/mixins.py b/src/camps/mixins.py similarity index 100% rename from camps/mixins.py rename to src/camps/mixins.py diff --git a/camps/models.py b/src/camps/models.py similarity index 100% rename from camps/models.py rename to src/camps/models.py diff --git a/camps/templates/bornhack-2016_camp_detail.html b/src/camps/templates/bornhack-2016_camp_detail.html similarity index 100% rename from camps/templates/bornhack-2016_camp_detail.html rename to src/camps/templates/bornhack-2016_camp_detail.html diff --git a/camps/templates/bornhack-2017_camp_detail.html b/src/camps/templates/bornhack-2017_camp_detail.html similarity index 100% rename from camps/templates/bornhack-2017_camp_detail.html rename to src/camps/templates/bornhack-2017_camp_detail.html diff --git a/camps/templates/camp_list.html b/src/camps/templates/camp_list.html similarity index 100% rename from camps/templates/camp_list.html rename to src/camps/templates/camp_list.html diff --git a/camps/views.py b/src/camps/views.py similarity index 100% rename from camps/views.py rename to src/camps/views.py diff --git a/info/__init__.py b/src/info/__init__.py similarity index 100% rename from info/__init__.py rename to src/info/__init__.py diff --git a/info/admin.py b/src/info/admin.py similarity index 100% rename from info/admin.py rename to src/info/admin.py diff --git a/info/apps.py b/src/info/apps.py similarity index 100% rename from info/apps.py rename to src/info/apps.py diff --git a/info/migrations/0001_initial.py b/src/info/migrations/0001_initial.py similarity index 100% rename from info/migrations/0001_initial.py rename to src/info/migrations/0001_initial.py diff --git a/info/migrations/0002_auto_20161228_2312.py b/src/info/migrations/0002_auto_20161228_2312.py similarity index 100% rename from info/migrations/0002_auto_20161228_2312.py rename to src/info/migrations/0002_auto_20161228_2312.py diff --git a/info/migrations/__init__.py b/src/info/migrations/__init__.py similarity index 100% rename from info/migrations/__init__.py rename to src/info/migrations/__init__.py diff --git a/info/models.py b/src/info/models.py similarity index 100% rename from info/models.py rename to src/info/models.py diff --git a/info/templates/info.html b/src/info/templates/info.html similarity index 100% rename from info/templates/info.html rename to src/info/templates/info.html diff --git a/info/tests.py b/src/info/tests.py similarity index 100% rename from info/tests.py rename to src/info/tests.py diff --git a/info/views.py b/src/info/views.py similarity index 100% rename from info/views.py rename to src/info/views.py diff --git a/ircbot/__init__.py b/src/ircbot/__init__.py similarity index 100% rename from ircbot/__init__.py rename to src/ircbot/__init__.py diff --git a/ircbot/admin.py b/src/ircbot/admin.py similarity index 100% rename from ircbot/admin.py rename to src/ircbot/admin.py diff --git a/ircbot/apps.py b/src/ircbot/apps.py similarity index 100% rename from ircbot/apps.py rename to src/ircbot/apps.py diff --git a/ircbot/irc3module.py b/src/ircbot/irc3module.py similarity index 100% rename from ircbot/irc3module.py rename to src/ircbot/irc3module.py diff --git a/ircbot/management/__init__.py b/src/ircbot/management/__init__.py similarity index 100% rename from ircbot/management/__init__.py rename to src/ircbot/management/__init__.py diff --git a/ircbot/management/commands/__init__.py b/src/ircbot/management/commands/__init__.py similarity index 100% rename from ircbot/management/commands/__init__.py rename to src/ircbot/management/commands/__init__.py diff --git a/ircbot/management/commands/ircbot.py b/src/ircbot/management/commands/ircbot.py similarity index 100% rename from ircbot/management/commands/ircbot.py rename to src/ircbot/management/commands/ircbot.py diff --git a/ircbot/migrations/0001_initial.py b/src/ircbot/migrations/0001_initial.py similarity index 100% rename from ircbot/migrations/0001_initial.py rename to src/ircbot/migrations/0001_initial.py diff --git a/ircbot/migrations/__init__.py b/src/ircbot/migrations/__init__.py similarity index 100% rename from ircbot/migrations/__init__.py rename to src/ircbot/migrations/__init__.py diff --git a/ircbot/models.py b/src/ircbot/models.py similarity index 100% rename from ircbot/models.py rename to src/ircbot/models.py diff --git a/ircbot/views.py b/src/ircbot/views.py similarity index 100% rename from ircbot/views.py rename to src/ircbot/views.py diff --git a/manage.py b/src/manage.py similarity index 100% rename from manage.py rename to src/manage.py diff --git a/news/__init__.py b/src/news/__init__.py similarity index 100% rename from news/__init__.py rename to src/news/__init__.py diff --git a/news/admin.py b/src/news/admin.py similarity index 100% rename from news/admin.py rename to src/news/admin.py diff --git a/news/apps.py b/src/news/apps.py similarity index 100% rename from news/apps.py rename to src/news/apps.py diff --git a/news/migrations/0001_initial.py b/src/news/migrations/0001_initial.py similarity index 100% rename from news/migrations/0001_initial.py rename to src/news/migrations/0001_initial.py diff --git a/news/migrations/0002_auto_20160530_2223.py b/src/news/migrations/0002_auto_20160530_2223.py similarity index 100% rename from news/migrations/0002_auto_20160530_2223.py rename to src/news/migrations/0002_auto_20160530_2223.py diff --git a/news/migrations/0003_newsitem_slug.py b/src/news/migrations/0003_newsitem_slug.py similarity index 100% rename from news/migrations/0003_newsitem_slug.py rename to src/news/migrations/0003_newsitem_slug.py diff --git a/news/migrations/0004_auto_20160610_1743.py b/src/news/migrations/0004_auto_20160610_1743.py similarity index 100% rename from news/migrations/0004_auto_20160610_1743.py rename to src/news/migrations/0004_auto_20160610_1743.py diff --git a/news/migrations/0005_auto_20160618_1902.py b/src/news/migrations/0005_auto_20160618_1902.py similarity index 100% rename from news/migrations/0005_auto_20160618_1902.py rename to src/news/migrations/0005_auto_20160618_1902.py diff --git a/news/migrations/0006_remove_newsitem_public.py b/src/news/migrations/0006_remove_newsitem_public.py similarity index 100% rename from news/migrations/0006_remove_newsitem_public.py rename to src/news/migrations/0006_remove_newsitem_public.py diff --git a/news/migrations/0007_auto_20161220_1136.py b/src/news/migrations/0007_auto_20161220_1136.py similarity index 100% rename from news/migrations/0007_auto_20161220_1136.py rename to src/news/migrations/0007_auto_20161220_1136.py diff --git a/news/migrations/0008_newsitem_archived.py b/src/news/migrations/0008_newsitem_archived.py similarity index 100% rename from news/migrations/0008_newsitem_archived.py rename to src/news/migrations/0008_newsitem_archived.py diff --git a/news/migrations/__init__.py b/src/news/migrations/__init__.py similarity index 100% rename from news/migrations/__init__.py rename to src/news/migrations/__init__.py diff --git a/news/models.py b/src/news/models.py similarity index 100% rename from news/models.py rename to src/news/models.py diff --git a/news/templates/news_detail.html b/src/news/templates/news_detail.html similarity index 100% rename from news/templates/news_detail.html rename to src/news/templates/news_detail.html diff --git a/news/templates/news_index.html b/src/news/templates/news_index.html similarity index 100% rename from news/templates/news_index.html rename to src/news/templates/news_index.html diff --git a/news/tests.py b/src/news/tests.py similarity index 100% rename from news/tests.py rename to src/news/tests.py diff --git a/news/urls.py b/src/news/urls.py similarity index 100% rename from news/urls.py rename to src/news/urls.py diff --git a/news/views.py b/src/news/views.py similarity index 100% rename from news/views.py rename to src/news/views.py diff --git a/profiles/__init__.py b/src/profiles/__init__.py similarity index 100% rename from profiles/__init__.py rename to src/profiles/__init__.py diff --git a/profiles/admin.py b/src/profiles/admin.py similarity index 100% rename from profiles/admin.py rename to src/profiles/admin.py diff --git a/profiles/forms.py b/src/profiles/forms.py similarity index 100% rename from profiles/forms.py rename to src/profiles/forms.py diff --git a/profiles/migrations/0001_initial.py b/src/profiles/migrations/0001_initial.py similarity index 100% rename from profiles/migrations/0001_initial.py rename to src/profiles/migrations/0001_initial.py diff --git a/profiles/migrations/__init__.py b/src/profiles/migrations/__init__.py similarity index 100% rename from profiles/migrations/__init__.py rename to src/profiles/migrations/__init__.py diff --git a/profiles/models.py b/src/profiles/models.py similarity index 100% rename from profiles/models.py rename to src/profiles/models.py diff --git a/profiles/templates/account/email.html b/src/profiles/templates/account/email.html similarity index 100% rename from profiles/templates/account/email.html rename to src/profiles/templates/account/email.html diff --git a/profiles/templates/account/email_confirm.html b/src/profiles/templates/account/email_confirm.html similarity index 100% rename from profiles/templates/account/email_confirm.html rename to src/profiles/templates/account/email_confirm.html diff --git a/profiles/templates/account/email_confirmed.html b/src/profiles/templates/account/email_confirmed.html similarity index 100% rename from profiles/templates/account/email_confirmed.html rename to src/profiles/templates/account/email_confirmed.html diff --git a/profiles/templates/account/login.html b/src/profiles/templates/account/login.html similarity index 100% rename from profiles/templates/account/login.html rename to src/profiles/templates/account/login.html diff --git a/profiles/templates/account/logout.html b/src/profiles/templates/account/logout.html similarity index 100% rename from profiles/templates/account/logout.html rename to src/profiles/templates/account/logout.html diff --git a/profiles/templates/account/password_change.html b/src/profiles/templates/account/password_change.html similarity index 100% rename from profiles/templates/account/password_change.html rename to src/profiles/templates/account/password_change.html diff --git a/profiles/templates/account/password_reset.html b/src/profiles/templates/account/password_reset.html similarity index 100% rename from profiles/templates/account/password_reset.html rename to src/profiles/templates/account/password_reset.html diff --git a/profiles/templates/account/password_reset_done.html b/src/profiles/templates/account/password_reset_done.html similarity index 100% rename from profiles/templates/account/password_reset_done.html rename to src/profiles/templates/account/password_reset_done.html diff --git a/profiles/templates/account/password_reset_from_key.html b/src/profiles/templates/account/password_reset_from_key.html similarity index 100% rename from profiles/templates/account/password_reset_from_key.html rename to src/profiles/templates/account/password_reset_from_key.html diff --git a/profiles/templates/account/password_reset_from_key_done.html b/src/profiles/templates/account/password_reset_from_key_done.html similarity index 100% rename from profiles/templates/account/password_reset_from_key_done.html rename to src/profiles/templates/account/password_reset_from_key_done.html diff --git a/profiles/templates/account/signup.html b/src/profiles/templates/account/signup.html similarity index 100% rename from profiles/templates/account/signup.html rename to src/profiles/templates/account/signup.html diff --git a/profiles/templates/account/verification_sent.html b/src/profiles/templates/account/verification_sent.html similarity index 100% rename from profiles/templates/account/verification_sent.html rename to src/profiles/templates/account/verification_sent.html diff --git a/profiles/templates/profiles/profile_base.html b/src/profiles/templates/profiles/profile_base.html similarity index 100% rename from profiles/templates/profiles/profile_base.html rename to src/profiles/templates/profiles/profile_base.html diff --git a/profiles/templates/profiles/profile_detail.html b/src/profiles/templates/profiles/profile_detail.html similarity index 100% rename from profiles/templates/profiles/profile_detail.html rename to src/profiles/templates/profiles/profile_detail.html diff --git a/profiles/tests.py b/src/profiles/tests.py similarity index 100% rename from profiles/tests.py rename to src/profiles/tests.py diff --git a/profiles/urls.py b/src/profiles/urls.py similarity index 100% rename from profiles/urls.py rename to src/profiles/urls.py diff --git a/profiles/views.py b/src/profiles/views.py similarity index 100% rename from profiles/views.py rename to src/profiles/views.py diff --git a/program/__init__.py b/src/program/__init__.py similarity index 100% rename from program/__init__.py rename to src/program/__init__.py diff --git a/program/admin.py b/src/program/admin.py similarity index 100% rename from program/admin.py rename to src/program/admin.py diff --git a/program/apps.py b/src/program/apps.py similarity index 100% rename from program/apps.py rename to src/program/apps.py diff --git a/program/migrations/0001_initial.py b/src/program/migrations/0001_initial.py similarity index 100% rename from program/migrations/0001_initial.py rename to src/program/migrations/0001_initial.py diff --git a/program/migrations/0002_eventtype_color.py b/src/program/migrations/0002_eventtype_color.py similarity index 100% rename from program/migrations/0002_eventtype_color.py rename to src/program/migrations/0002_eventtype_color.py diff --git a/program/migrations/0003_eventtype_light_writing.py b/src/program/migrations/0003_eventtype_light_writing.py similarity index 100% rename from program/migrations/0003_eventtype_light_writing.py rename to src/program/migrations/0003_eventtype_light_writing.py diff --git a/program/migrations/0004_auto_20160804_1712.py b/src/program/migrations/0004_auto_20160804_1712.py similarity index 100% rename from program/migrations/0004_auto_20160804_1712.py rename to src/program/migrations/0004_auto_20160804_1712.py diff --git a/program/migrations/0005_auto_20160807_1312.py b/src/program/migrations/0005_auto_20160807_1312.py similarity index 100% rename from program/migrations/0005_auto_20160807_1312.py rename to src/program/migrations/0005_auto_20160807_1312.py diff --git a/program/migrations/0006_auto_20160807_1320.py b/src/program/migrations/0006_auto_20160807_1320.py similarity index 100% rename from program/migrations/0006_auto_20160807_1320.py rename to src/program/migrations/0006_auto_20160807_1320.py diff --git a/program/migrations/0007_auto_20160807_1333.py b/src/program/migrations/0007_auto_20160807_1333.py similarity index 100% rename from program/migrations/0007_auto_20160807_1333.py rename to src/program/migrations/0007_auto_20160807_1333.py diff --git a/program/migrations/0008_auto_20160808_1747.py b/src/program/migrations/0008_auto_20160808_1747.py similarity index 100% rename from program/migrations/0008_auto_20160808_1747.py rename to src/program/migrations/0008_auto_20160808_1747.py diff --git a/program/migrations/0009_auto_20160827_0752.py b/src/program/migrations/0009_auto_20160827_0752.py similarity index 100% rename from program/migrations/0009_auto_20160827_0752.py rename to src/program/migrations/0009_auto_20160827_0752.py diff --git a/program/migrations/0010_auto_20161212_1809.py b/src/program/migrations/0010_auto_20161212_1809.py similarity index 100% rename from program/migrations/0010_auto_20161212_1809.py rename to src/program/migrations/0010_auto_20161212_1809.py diff --git a/program/migrations/0011_auto_20161229_2149.py b/src/program/migrations/0011_auto_20161229_2149.py similarity index 100% rename from program/migrations/0011_auto_20161229_2149.py rename to src/program/migrations/0011_auto_20161229_2149.py diff --git a/program/migrations/0012_auto_20161229_2150.py b/src/program/migrations/0012_auto_20161229_2150.py similarity index 100% rename from program/migrations/0012_auto_20161229_2150.py rename to src/program/migrations/0012_auto_20161229_2150.py diff --git a/program/migrations/0013_auto_20170121_1312.py b/src/program/migrations/0013_auto_20170121_1312.py similarity index 100% rename from program/migrations/0013_auto_20170121_1312.py rename to src/program/migrations/0013_auto_20170121_1312.py diff --git a/program/migrations/0014_speaker_camp.py b/src/program/migrations/0014_speaker_camp.py similarity index 100% rename from program/migrations/0014_speaker_camp.py rename to src/program/migrations/0014_speaker_camp.py diff --git a/program/migrations/0015_auto_20170128_1841.py b/src/program/migrations/0015_auto_20170128_1841.py similarity index 100% rename from program/migrations/0015_auto_20170128_1841.py rename to src/program/migrations/0015_auto_20170128_1841.py diff --git a/program/migrations/__init__.py b/src/program/migrations/__init__.py similarity index 100% rename from program/migrations/__init__.py rename to src/program/migrations/__init__.py diff --git a/program/models.py b/src/program/models.py similarity index 100% rename from program/models.py rename to src/program/models.py diff --git a/program/signal_handlers.py b/src/program/signal_handlers.py similarity index 100% rename from program/signal_handlers.py rename to src/program/signal_handlers.py diff --git a/program/templates/bornhack-2016_call_for_speakers.html b/src/program/templates/bornhack-2016_call_for_speakers.html similarity index 100% rename from program/templates/bornhack-2016_call_for_speakers.html rename to src/program/templates/bornhack-2016_call_for_speakers.html diff --git a/program/templates/bornhack-2017_call_for_speakers.html b/src/program/templates/bornhack-2017_call_for_speakers.html similarity index 100% rename from program/templates/bornhack-2017_call_for_speakers.html rename to src/program/templates/bornhack-2017_call_for_speakers.html diff --git a/program/templates/event_list.html b/src/program/templates/event_list.html similarity index 100% rename from program/templates/event_list.html rename to src/program/templates/event_list.html diff --git a/program/templates/program_base.html b/src/program/templates/program_base.html similarity index 100% rename from program/templates/program_base.html rename to src/program/templates/program_base.html diff --git a/program/templates/program_day.html b/src/program/templates/program_day.html similarity index 100% rename from program/templates/program_day.html rename to src/program/templates/program_day.html diff --git a/program/templates/program_event_detail.html b/src/program/templates/program_event_detail.html similarity index 100% rename from program/templates/program_event_detail.html rename to src/program/templates/program_event_detail.html diff --git a/program/templates/program_overview.html b/src/program/templates/program_overview.html similarity index 100% rename from program/templates/program_overview.html rename to src/program/templates/program_overview.html diff --git a/program/templates/schedule_base.html b/src/program/templates/schedule_base.html similarity index 100% rename from program/templates/schedule_base.html rename to src/program/templates/schedule_base.html diff --git a/program/templates/speaker_detail.html b/src/program/templates/speaker_detail.html similarity index 100% rename from program/templates/speaker_detail.html rename to src/program/templates/speaker_detail.html diff --git a/program/templates/speaker_list.html b/src/program/templates/speaker_list.html similarity index 100% rename from program/templates/speaker_list.html rename to src/program/templates/speaker_list.html diff --git a/program/tests.py b/src/program/tests.py similarity index 100% rename from program/tests.py rename to src/program/tests.py diff --git a/program/views.py b/src/program/views.py similarity index 100% rename from program/views.py rename to src/program/views.py diff --git a/requirements.txt b/src/requirements.txt similarity index 100% rename from requirements.txt rename to src/requirements.txt diff --git a/requirements3.txt b/src/requirements3.txt similarity index 100% rename from requirements3.txt rename to src/requirements3.txt diff --git a/shop/__init__.py b/src/shop/__init__.py similarity index 100% rename from shop/__init__.py rename to src/shop/__init__.py diff --git a/shop/admin.py b/src/shop/admin.py similarity index 100% rename from shop/admin.py rename to src/shop/admin.py diff --git a/shop/apps.py b/src/shop/apps.py similarity index 100% rename from shop/apps.py rename to src/shop/apps.py diff --git a/shop/context_processors.py b/src/shop/context_processors.py similarity index 100% rename from shop/context_processors.py rename to src/shop/context_processors.py diff --git a/shop/email.py b/src/shop/email.py similarity index 100% rename from shop/email.py rename to src/shop/email.py diff --git a/shop/epay.py b/src/shop/epay.py similarity index 100% rename from shop/epay.py rename to src/shop/epay.py diff --git a/shop/epayintegration.py b/src/shop/epayintegration.py similarity index 100% rename from shop/epayintegration.py rename to src/shop/epayintegration.py diff --git a/shop/forms.py b/src/shop/forms.py similarity index 100% rename from shop/forms.py rename to src/shop/forms.py diff --git a/shop/management/__init__.py b/src/shop/management/__init__.py similarity index 100% rename from shop/management/__init__.py rename to src/shop/management/__init__.py diff --git a/shop/management/commands/__init__.py b/src/shop/management/commands/__init__.py similarity index 100% rename from shop/management/commands/__init__.py rename to src/shop/management/commands/__init__.py diff --git a/shop/management/commands/invoice-worker.py b/src/shop/management/commands/invoice-worker.py similarity index 100% rename from shop/management/commands/invoice-worker.py rename to src/shop/management/commands/invoice-worker.py diff --git a/shop/managers.py b/src/shop/managers.py similarity index 100% rename from shop/managers.py rename to src/shop/managers.py diff --git a/shop/migrations/0001_initial.py b/src/shop/migrations/0001_initial.py similarity index 100% rename from shop/migrations/0001_initial.py rename to src/shop/migrations/0001_initial.py diff --git a/shop/migrations/0002_orderproductrelation_handed_out.py b/src/shop/migrations/0002_orderproductrelation_handed_out.py similarity index 100% rename from shop/migrations/0002_orderproductrelation_handed_out.py rename to src/shop/migrations/0002_orderproductrelation_handed_out.py diff --git a/shop/migrations/0003_auto_20160513_0646.py b/src/shop/migrations/0003_auto_20160513_0646.py similarity index 100% rename from shop/migrations/0003_auto_20160513_0646.py rename to src/shop/migrations/0003_auto_20160513_0646.py diff --git a/shop/migrations/0004_auto_20160515_1604.py b/src/shop/migrations/0004_auto_20160515_1604.py similarity index 100% rename from shop/migrations/0004_auto_20160515_1604.py rename to src/shop/migrations/0004_auto_20160515_1604.py diff --git a/shop/migrations/0005_product_slug.py b/src/shop/migrations/0005_product_slug.py similarity index 100% rename from shop/migrations/0005_product_slug.py rename to src/shop/migrations/0005_product_slug.py diff --git a/shop/migrations/0006_ensure_slugs.py b/src/shop/migrations/0006_ensure_slugs.py similarity index 100% rename from shop/migrations/0006_ensure_slugs.py rename to src/shop/migrations/0006_ensure_slugs.py diff --git a/shop/migrations/0007_auto_20160515_2157.py b/src/shop/migrations/0007_auto_20160515_2157.py similarity index 100% rename from shop/migrations/0007_auto_20160515_2157.py rename to src/shop/migrations/0007_auto_20160515_2157.py diff --git a/shop/migrations/0008_auto_20160516_0954.py b/src/shop/migrations/0008_auto_20160516_0954.py similarity index 100% rename from shop/migrations/0008_auto_20160516_0954.py rename to src/shop/migrations/0008_auto_20160516_0954.py diff --git a/shop/migrations/0009_epaycallback_md5valid.py b/src/shop/migrations/0009_epaycallback_md5valid.py similarity index 100% rename from shop/migrations/0009_epaycallback_md5valid.py rename to src/shop/migrations/0009_epaycallback_md5valid.py diff --git a/shop/migrations/0010_auto_20160517_1313.py b/src/shop/migrations/0010_auto_20160517_1313.py similarity index 100% rename from shop/migrations/0010_auto_20160517_1313.py rename to src/shop/migrations/0010_auto_20160517_1313.py diff --git a/shop/migrations/0011_auto_20160517_1902.py b/src/shop/migrations/0011_auto_20160517_1902.py similarity index 100% rename from shop/migrations/0011_auto_20160517_1902.py rename to src/shop/migrations/0011_auto_20160517_1902.py diff --git a/shop/migrations/0012_ticket.py b/src/shop/migrations/0012_ticket.py similarity index 100% rename from shop/migrations/0012_ticket.py rename to src/shop/migrations/0012_ticket.py diff --git a/shop/migrations/0013_ticket_qrcode_base64.py b/src/shop/migrations/0013_ticket_qrcode_base64.py similarity index 100% rename from shop/migrations/0013_ticket_qrcode_base64.py rename to src/shop/migrations/0013_ticket_qrcode_base64.py diff --git a/shop/migrations/0014_ticket_name.py b/src/shop/migrations/0014_ticket_name.py similarity index 100% rename from shop/migrations/0014_ticket_name.py rename to src/shop/migrations/0014_ticket_name.py diff --git a/shop/migrations/0015_coinifyapiinvoice_coinifycallback.py b/src/shop/migrations/0015_coinifyapiinvoice_coinifycallback.py similarity index 100% rename from shop/migrations/0015_coinifyapiinvoice_coinifycallback.py rename to src/shop/migrations/0015_coinifyapiinvoice_coinifycallback.py diff --git a/shop/migrations/0016_auto_20160529_1122.py b/src/shop/migrations/0016_auto_20160529_1122.py similarity index 100% rename from shop/migrations/0016_auto_20160529_1122.py rename to src/shop/migrations/0016_auto_20160529_1122.py diff --git a/shop/migrations/0017_auto_20160529_1626.py b/src/shop/migrations/0017_auto_20160529_1626.py similarity index 100% rename from shop/migrations/0017_auto_20160529_1626.py rename to src/shop/migrations/0017_auto_20160529_1626.py diff --git a/shop/migrations/0018_auto_20160529_1736.py b/src/shop/migrations/0018_auto_20160529_1736.py similarity index 100% rename from shop/migrations/0018_auto_20160529_1736.py rename to src/shop/migrations/0018_auto_20160529_1736.py diff --git a/shop/migrations/0019_invoice_pdf_generated.py b/src/shop/migrations/0019_invoice_pdf_generated.py similarity index 100% rename from shop/migrations/0019_invoice_pdf_generated.py rename to src/shop/migrations/0019_invoice_pdf_generated.py diff --git a/shop/migrations/0020_auto_20160530_1824.py b/src/shop/migrations/0020_auto_20160530_1824.py similarity index 100% rename from shop/migrations/0020_auto_20160530_1824.py rename to src/shop/migrations/0020_auto_20160530_1824.py diff --git a/shop/migrations/0021_ticket_email.py b/src/shop/migrations/0021_ticket_email.py similarity index 100% rename from shop/migrations/0021_ticket_email.py rename to src/shop/migrations/0021_ticket_email.py diff --git a/shop/migrations/0022_auto_20160530_2301.py b/src/shop/migrations/0022_auto_20160530_2301.py similarity index 100% rename from shop/migrations/0022_auto_20160530_2301.py rename to src/shop/migrations/0022_auto_20160530_2301.py diff --git a/shop/migrations/0023_order_cancelled.py b/src/shop/migrations/0023_order_cancelled.py similarity index 100% rename from shop/migrations/0023_order_cancelled.py rename to src/shop/migrations/0023_order_cancelled.py diff --git a/shop/migrations/0024_auto_20160605_2126.py b/src/shop/migrations/0024_auto_20160605_2126.py similarity index 100% rename from shop/migrations/0024_auto_20160605_2126.py rename to src/shop/migrations/0024_auto_20160605_2126.py diff --git a/shop/migrations/0025_creditnote.py b/src/shop/migrations/0025_creditnote.py similarity index 100% rename from shop/migrations/0025_creditnote.py rename to src/shop/migrations/0025_creditnote.py diff --git a/shop/migrations/0026_order_refunded.py b/src/shop/migrations/0026_order_refunded.py similarity index 100% rename from shop/migrations/0026_order_refunded.py rename to src/shop/migrations/0026_order_refunded.py diff --git a/shop/migrations/0027_auto_20160712_2036.py b/src/shop/migrations/0027_auto_20160712_2036.py similarity index 100% rename from shop/migrations/0027_auto_20160712_2036.py rename to src/shop/migrations/0027_auto_20160712_2036.py diff --git a/shop/migrations/0028_auto_20160712_2119.py b/src/shop/migrations/0028_auto_20160712_2119.py similarity index 100% rename from shop/migrations/0028_auto_20160712_2119.py rename to src/shop/migrations/0028_auto_20160712_2119.py diff --git a/shop/migrations/0029_auto_20160712_2133.py b/src/shop/migrations/0029_auto_20160712_2133.py similarity index 100% rename from shop/migrations/0029_auto_20160712_2133.py rename to src/shop/migrations/0029_auto_20160712_2133.py diff --git a/shop/migrations/0030_auto_20160827_0752.py b/src/shop/migrations/0030_auto_20160827_0752.py similarity index 100% rename from shop/migrations/0030_auto_20160827_0752.py rename to src/shop/migrations/0030_auto_20160827_0752.py diff --git a/shop/migrations/0031_auto_20161109_1000.py b/src/shop/migrations/0031_auto_20161109_1000.py similarity index 100% rename from shop/migrations/0031_auto_20161109_1000.py rename to src/shop/migrations/0031_auto_20161109_1000.py diff --git a/shop/migrations/0032_order_customer_comment.py b/src/shop/migrations/0032_order_customer_comment.py similarity index 100% rename from shop/migrations/0032_order_customer_comment.py rename to src/shop/migrations/0032_order_customer_comment.py diff --git a/shop/migrations/0033_auto_20161212_1756.py b/src/shop/migrations/0033_auto_20161212_1756.py similarity index 100% rename from shop/migrations/0033_auto_20161212_1756.py rename to src/shop/migrations/0033_auto_20161212_1756.py diff --git a/shop/migrations/__init__.py b/src/shop/migrations/__init__.py similarity index 100% rename from shop/migrations/__init__.py rename to src/shop/migrations/__init__.py diff --git a/shop/models.py b/src/shop/models.py similarity index 100% rename from shop/models.py rename to src/shop/models.py diff --git a/shop/pdf.py b/src/shop/pdf.py similarity index 100% rename from shop/pdf.py rename to src/shop/pdf.py diff --git a/shop/templates/admin/change_order_form.html b/src/shop/templates/admin/change_order_form.html similarity index 100% rename from shop/templates/admin/change_order_form.html rename to src/shop/templates/admin/change_order_form.html diff --git a/shop/templates/bank_transfer.html b/src/shop/templates/bank_transfer.html similarity index 100% rename from shop/templates/bank_transfer.html rename to src/shop/templates/bank_transfer.html diff --git a/shop/templates/cash.html b/src/shop/templates/cash.html similarity index 100% rename from shop/templates/cash.html rename to src/shop/templates/cash.html diff --git a/shop/templates/checkout.html b/src/shop/templates/checkout.html similarity index 100% rename from shop/templates/checkout.html rename to src/shop/templates/checkout.html diff --git a/shop/templates/coinify_thanks.html b/src/shop/templates/coinify_thanks.html similarity index 100% rename from shop/templates/coinify_thanks.html rename to src/shop/templates/coinify_thanks.html diff --git a/shop/templates/creditnote_list.html b/src/shop/templates/creditnote_list.html similarity index 100% rename from shop/templates/creditnote_list.html rename to src/shop/templates/creditnote_list.html diff --git a/shop/templates/emails/creditnote_email.html b/src/shop/templates/emails/creditnote_email.html similarity index 100% rename from shop/templates/emails/creditnote_email.html rename to src/shop/templates/emails/creditnote_email.html diff --git a/shop/templates/emails/creditnote_email.txt b/src/shop/templates/emails/creditnote_email.txt similarity index 100% rename from shop/templates/emails/creditnote_email.txt rename to src/shop/templates/emails/creditnote_email.txt diff --git a/shop/templates/emails/invoice_email.html b/src/shop/templates/emails/invoice_email.html similarity index 100% rename from shop/templates/emails/invoice_email.html rename to src/shop/templates/emails/invoice_email.html diff --git a/shop/templates/emails/invoice_email.txt b/src/shop/templates/emails/invoice_email.txt similarity index 100% rename from shop/templates/emails/invoice_email.txt rename to src/shop/templates/emails/invoice_email.txt diff --git a/shop/templates/emails/testmail.txt b/src/shop/templates/emails/testmail.txt similarity index 100% rename from shop/templates/emails/testmail.txt rename to src/shop/templates/emails/testmail.txt diff --git a/shop/templates/epay_form.html b/src/shop/templates/epay_form.html similarity index 100% rename from shop/templates/epay_form.html rename to src/shop/templates/epay_form.html diff --git a/shop/templates/epay_thanks.html b/src/shop/templates/epay_thanks.html similarity index 100% rename from shop/templates/epay_thanks.html rename to src/shop/templates/epay_thanks.html diff --git a/shop/templates/order_detail.html b/src/shop/templates/order_detail.html similarity index 100% rename from shop/templates/order_detail.html rename to src/shop/templates/order_detail.html diff --git a/shop/templates/order_list.html b/src/shop/templates/order_list.html similarity index 100% rename from shop/templates/order_list.html rename to src/shop/templates/order_list.html diff --git a/shop/templates/pdf/creditnote.html b/src/shop/templates/pdf/creditnote.html similarity index 100% rename from shop/templates/pdf/creditnote.html rename to src/shop/templates/pdf/creditnote.html diff --git a/shop/templates/pdf/custominvoice.html b/src/shop/templates/pdf/custominvoice.html similarity index 100% rename from shop/templates/pdf/custominvoice.html rename to src/shop/templates/pdf/custominvoice.html diff --git a/shop/templates/pdf/invoice.html b/src/shop/templates/pdf/invoice.html similarity index 100% rename from shop/templates/pdf/invoice.html rename to src/shop/templates/pdf/invoice.html diff --git a/shop/templates/product_detail.html b/src/shop/templates/product_detail.html similarity index 100% rename from shop/templates/product_detail.html rename to src/shop/templates/product_detail.html diff --git a/shop/templates/shop_base.html b/src/shop/templates/shop_base.html similarity index 100% rename from shop/templates/shop_base.html rename to src/shop/templates/shop_base.html diff --git a/shop/templates/shop_index.html b/src/shop/templates/shop_index.html similarity index 100% rename from shop/templates/shop_index.html rename to src/shop/templates/shop_index.html diff --git a/shop/templates/ticket_detail.html b/src/shop/templates/ticket_detail.html similarity index 100% rename from shop/templates/ticket_detail.html rename to src/shop/templates/ticket_detail.html diff --git a/shop/templates/ticket_list.html b/src/shop/templates/ticket_list.html similarity index 100% rename from shop/templates/ticket_list.html rename to src/shop/templates/ticket_list.html diff --git a/shop/templatetags/__init__.py b/src/shop/templatetags/__init__.py similarity index 100% rename from shop/templatetags/__init__.py rename to src/shop/templatetags/__init__.py diff --git a/shop/templatetags/shop_tags.py b/src/shop/templatetags/shop_tags.py similarity index 100% rename from shop/templatetags/shop_tags.py rename to src/shop/templatetags/shop_tags.py diff --git a/shop/tests.py b/src/shop/tests.py similarity index 100% rename from shop/tests.py rename to src/shop/tests.py diff --git a/shop/urls.py b/src/shop/urls.py similarity index 100% rename from shop/urls.py rename to src/shop/urls.py diff --git a/shop/views.py b/src/shop/views.py similarity index 100% rename from shop/views.py rename to src/shop/views.py diff --git a/sponsors/__init__.py b/src/sponsors/__init__.py similarity index 100% rename from sponsors/__init__.py rename to src/sponsors/__init__.py diff --git a/sponsors/apps.py b/src/sponsors/apps.py similarity index 100% rename from sponsors/apps.py rename to src/sponsors/apps.py diff --git a/sponsors/migrations/__init__.py b/src/sponsors/migrations/__init__.py similarity index 100% rename from sponsors/migrations/__init__.py rename to src/sponsors/migrations/__init__.py diff --git a/sponsors/templates/bornhack-2016-call-for-sponsors.html b/src/sponsors/templates/bornhack-2016-call-for-sponsors.html similarity index 100% rename from sponsors/templates/bornhack-2016-call-for-sponsors.html rename to src/sponsors/templates/bornhack-2016-call-for-sponsors.html diff --git a/sponsors/templates/bornhack-2016-sponsors.html b/src/sponsors/templates/bornhack-2016-sponsors.html similarity index 100% rename from sponsors/templates/bornhack-2016-sponsors.html rename to src/sponsors/templates/bornhack-2016-sponsors.html diff --git a/sponsors/templates/bornhack-2017-call-for-sponsors.html b/src/sponsors/templates/bornhack-2017-call-for-sponsors.html similarity index 100% rename from sponsors/templates/bornhack-2017-call-for-sponsors.html rename to src/sponsors/templates/bornhack-2017-call-for-sponsors.html diff --git a/sponsors/templates/bornhack-2017-sponsors.html b/src/sponsors/templates/bornhack-2017-sponsors.html similarity index 100% rename from sponsors/templates/bornhack-2017-sponsors.html rename to src/sponsors/templates/bornhack-2017-sponsors.html diff --git a/sponsors/views.py b/src/sponsors/views.py similarity index 100% rename from sponsors/views.py rename to src/sponsors/views.py diff --git a/static_src/css/bootstrap-theme.css b/src/static_src/css/bootstrap-theme.css similarity index 100% rename from static_src/css/bootstrap-theme.css rename to src/static_src/css/bootstrap-theme.css diff --git a/static_src/css/bootstrap-theme.css.map b/src/static_src/css/bootstrap-theme.css.map similarity index 100% rename from static_src/css/bootstrap-theme.css.map rename to src/static_src/css/bootstrap-theme.css.map diff --git a/static_src/css/bootstrap-theme.min.css b/src/static_src/css/bootstrap-theme.min.css similarity index 100% rename from static_src/css/bootstrap-theme.min.css rename to src/static_src/css/bootstrap-theme.min.css diff --git a/static_src/css/bootstrap.css b/src/static_src/css/bootstrap.css similarity index 100% rename from static_src/css/bootstrap.css rename to src/static_src/css/bootstrap.css diff --git a/static_src/css/bootstrap.css.map b/src/static_src/css/bootstrap.css.map similarity index 100% rename from static_src/css/bootstrap.css.map rename to src/static_src/css/bootstrap.css.map diff --git a/static_src/css/bootstrap.min.css b/src/static_src/css/bootstrap.min.css similarity index 100% rename from static_src/css/bootstrap.min.css rename to src/static_src/css/bootstrap.min.css diff --git a/static_src/css/bornhack.css b/src/static_src/css/bornhack.css similarity index 100% rename from static_src/css/bornhack.css rename to src/static_src/css/bornhack.css diff --git a/static_src/css/leaflet.css b/src/static_src/css/leaflet.css similarity index 100% rename from static_src/css/leaflet.css rename to src/static_src/css/leaflet.css diff --git a/static_src/fonts/glyphicons-halflings-regular.eot b/src/static_src/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from static_src/fonts/glyphicons-halflings-regular.eot rename to src/static_src/fonts/glyphicons-halflings-regular.eot diff --git a/static_src/fonts/glyphicons-halflings-regular.svg b/src/static_src/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from static_src/fonts/glyphicons-halflings-regular.svg rename to src/static_src/fonts/glyphicons-halflings-regular.svg diff --git a/static_src/fonts/glyphicons-halflings-regular.ttf b/src/static_src/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from static_src/fonts/glyphicons-halflings-regular.ttf rename to src/static_src/fonts/glyphicons-halflings-regular.ttf diff --git a/static_src/fonts/glyphicons-halflings-regular.woff b/src/static_src/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from static_src/fonts/glyphicons-halflings-regular.woff rename to src/static_src/fonts/glyphicons-halflings-regular.woff diff --git a/static_src/fonts/glyphicons-halflings-regular.woff2 b/src/static_src/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from static_src/fonts/glyphicons-halflings-regular.woff2 rename to src/static_src/fonts/glyphicons-halflings-regular.woff2 diff --git a/static_src/img/bornhack-2016/ahf/jarlsgaard.jpg b/src/static_src/img/bornhack-2016/ahf/jarlsgaard.jpg similarity index 100% rename from static_src/img/bornhack-2016/ahf/jarlsgaard.jpg rename to src/static_src/img/bornhack-2016/ahf/jarlsgaard.jpg diff --git a/static_src/img/bornhack-2016/ahf/thumbnail_jarlsgaard.jpg.png b/src/static_src/img/bornhack-2016/ahf/thumbnail_jarlsgaard.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/ahf/thumbnail_jarlsgaard.jpg.png rename to src/static_src/img/bornhack-2016/ahf/thumbnail_jarlsgaard.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/1600x1000-B12A2398.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x1000-B12A2398.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x1000-B12A2398.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x1000-B12A2398.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2452.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2452.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x900-B12A2452.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2452.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2485.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2485.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x900-B12A2485.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2485.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2514.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2514.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x900-B12A2514.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2514.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2604.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2604.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x900-B12A2604.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2604.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2608.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2608.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x900-B12A2608.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x900-B12A2608.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2610.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2610.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x988-B12A2610.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2610.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2612.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2612.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x988-B12A2612.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2612.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2620.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2620.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x988-B12A2620.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2620.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2624.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2624.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x988-B12A2624.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2624.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2631.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2631.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x988-B12A2631.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2631.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2634.jpg b/src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2634.jpg similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/1600x988-B12A2634.jpg rename to src/static_src/img/bornhack-2016/esbjerg/1600x988-B12A2634.jpg diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x1000-B12A2398.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x1000-B12A2398.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x1000-B12A2398.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x1000-B12A2398.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2452.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2452.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2452.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2452.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2485.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2485.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2485.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2485.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2514.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2514.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2514.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2514.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2604.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2604.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2604.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2604.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2608.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2608.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2608.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x900-B12A2608.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2610.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2610.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2610.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2610.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2612.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2612.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2612.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2612.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2620.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2620.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2620.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2620.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2624.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2624.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2624.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2624.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2631.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2631.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2631.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2631.jpg.png diff --git a/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2634.jpg.png b/src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2634.jpg.png similarity index 100% rename from static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2634.jpg.png rename to src/static_src/img/bornhack-2016/esbjerg/thumbnail_1600x988-B12A2634.jpg.png diff --git a/static_src/img/bornhack-2016/fonsmark/FA0_1961.JPG b/src/static_src/img/bornhack-2016/fonsmark/FA0_1961.JPG similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/FA0_1961.JPG rename to src/static_src/img/bornhack-2016/fonsmark/FA0_1961.JPG diff --git a/static_src/img/bornhack-2016/fonsmark/FA0_1983.JPG b/src/static_src/img/bornhack-2016/fonsmark/FA0_1983.JPG similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/FA0_1983.JPG rename to src/static_src/img/bornhack-2016/fonsmark/FA0_1983.JPG diff --git a/static_src/img/bornhack-2016/fonsmark/FA0_1986.JPG b/src/static_src/img/bornhack-2016/fonsmark/FA0_1986.JPG similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/FA0_1986.JPG rename to src/static_src/img/bornhack-2016/fonsmark/FA0_1986.JPG diff --git a/static_src/img/bornhack-2016/fonsmark/FB1_5090.JPG b/src/static_src/img/bornhack-2016/fonsmark/FB1_5090.JPG similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/FB1_5090.JPG rename to src/static_src/img/bornhack-2016/fonsmark/FB1_5090.JPG diff --git a/static_src/img/bornhack-2016/fonsmark/FB1_5111.JPG b/src/static_src/img/bornhack-2016/fonsmark/FB1_5111.JPG similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/FB1_5111.JPG rename to src/static_src/img/bornhack-2016/fonsmark/FB1_5111.JPG diff --git a/static_src/img/bornhack-2016/fonsmark/FB1_5126.JPG b/src/static_src/img/bornhack-2016/fonsmark/FB1_5126.JPG similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/FB1_5126.JPG rename to src/static_src/img/bornhack-2016/fonsmark/FB1_5126.JPG diff --git a/static_src/img/bornhack-2016/fonsmark/FB1_5128.JPG b/src/static_src/img/bornhack-2016/fonsmark/FB1_5128.JPG similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/FB1_5128.JPG rename to src/static_src/img/bornhack-2016/fonsmark/FB1_5128.JPG diff --git a/static_src/img/bornhack-2016/fonsmark/FB1_5149.JPG b/src/static_src/img/bornhack-2016/fonsmark/FB1_5149.JPG similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/FB1_5149.JPG rename to src/static_src/img/bornhack-2016/fonsmark/FB1_5149.JPG diff --git a/static_src/img/bornhack-2016/fonsmark/FB1_5168.JPG b/src/static_src/img/bornhack-2016/fonsmark/FB1_5168.JPG similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/FB1_5168.JPG rename to src/static_src/img/bornhack-2016/fonsmark/FB1_5168.JPG diff --git a/static_src/img/bornhack-2016/fonsmark/FB1_5265.JPG b/src/static_src/img/bornhack-2016/fonsmark/FB1_5265.JPG similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/FB1_5265.JPG rename to src/static_src/img/bornhack-2016/fonsmark/FB1_5265.JPG diff --git a/static_src/img/bornhack-2016/fonsmark/FB1_5312.JPG b/src/static_src/img/bornhack-2016/fonsmark/FB1_5312.JPG similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/FB1_5312.JPG rename to src/static_src/img/bornhack-2016/fonsmark/FB1_5312.JPG diff --git a/static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1961.JPG.png b/src/static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1961.JPG.png similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1961.JPG.png rename to src/static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1961.JPG.png diff --git a/static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1983.JPG.png b/src/static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1983.JPG.png similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1983.JPG.png rename to src/static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1983.JPG.png diff --git a/static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1986.JPG.png b/src/static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1986.JPG.png similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1986.JPG.png rename to src/static_src/img/bornhack-2016/fonsmark/thumbnail_FA0_1986.JPG.png diff --git a/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5090.JPG.png b/src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5090.JPG.png similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5090.JPG.png rename to src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5090.JPG.png diff --git a/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5111.JPG.png b/src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5111.JPG.png similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5111.JPG.png rename to src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5111.JPG.png diff --git a/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5126.JPG.png b/src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5126.JPG.png similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5126.JPG.png rename to src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5126.JPG.png diff --git a/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5128.JPG.png b/src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5128.JPG.png similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5128.JPG.png rename to src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5128.JPG.png diff --git a/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5149.JPG.png b/src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5149.JPG.png similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5149.JPG.png rename to src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5149.JPG.png diff --git a/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5168.JPG.png b/src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5168.JPG.png similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5168.JPG.png rename to src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5168.JPG.png diff --git a/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5265.JPG.png b/src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5265.JPG.png similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5265.JPG.png rename to src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5265.JPG.png diff --git a/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5312.JPG.png b/src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5312.JPG.png similarity index 100% rename from static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5312.JPG.png rename to src/static_src/img/bornhack-2016/fonsmark/thumbnail_FB1_5312.JPG.png diff --git a/static_src/img/bornhack-2016/logo/bornhack-2016-logo-large.png b/src/static_src/img/bornhack-2016/logo/bornhack-2016-logo-large.png similarity index 100% rename from static_src/img/bornhack-2016/logo/bornhack-2016-logo-large.png rename to src/static_src/img/bornhack-2016/logo/bornhack-2016-logo-large.png diff --git a/static_src/img/bornhack-2016/logo/bornhack-2016-logo-small.png b/src/static_src/img/bornhack-2016/logo/bornhack-2016-logo-small.png similarity index 100% rename from static_src/img/bornhack-2016/logo/bornhack-2016-logo-small.png rename to src/static_src/img/bornhack-2016/logo/bornhack-2016-logo-small.png diff --git a/static_src/img/bornhack-2016/logo/logo-new-paths.svg b/src/static_src/img/bornhack-2016/logo/logo-new-paths.svg similarity index 100% rename from static_src/img/bornhack-2016/logo/logo-new-paths.svg rename to src/static_src/img/bornhack-2016/logo/logo-new-paths.svg diff --git a/static_src/img/bornhack-2016/logo/logo-new.png b/src/static_src/img/bornhack-2016/logo/logo-new.png similarity index 100% rename from static_src/img/bornhack-2016/logo/logo-new.png rename to src/static_src/img/bornhack-2016/logo/logo-new.png diff --git a/static_src/img/bornhack-2016/logo/logo-new.svg b/src/static_src/img/bornhack-2016/logo/logo-new.svg similarity index 100% rename from static_src/img/bornhack-2016/logo/logo-new.svg rename to src/static_src/img/bornhack-2016/logo/logo-new.svg diff --git a/static_src/img/bornhack-2016/logo/logo.png b/src/static_src/img/bornhack-2016/logo/logo.png similarity index 100% rename from static_src/img/bornhack-2016/logo/logo.png rename to src/static_src/img/bornhack-2016/logo/logo.png diff --git a/static_src/img/bornhack-2016/logo/logo.svg b/src/static_src/img/bornhack-2016/logo/logo.svg similarity index 100% rename from static_src/img/bornhack-2016/logo/logo.svg rename to src/static_src/img/bornhack-2016/logo/logo.svg diff --git a/static_src/img/bornhack-2017/logo/bornhack-2017-logo-large.png b/src/static_src/img/bornhack-2017/logo/bornhack-2017-logo-large.png similarity index 100% rename from static_src/img/bornhack-2017/logo/bornhack-2017-logo-large.png rename to src/static_src/img/bornhack-2017/logo/bornhack-2017-logo-large.png diff --git a/static_src/img/bornhack-2017/logo/bornhack-2017-logo-small.png b/src/static_src/img/bornhack-2017/logo/bornhack-2017-logo-small.png similarity index 100% rename from static_src/img/bornhack-2017/logo/bornhack-2017-logo-small.png rename to src/static_src/img/bornhack-2017/logo/bornhack-2017-logo-small.png diff --git a/static_src/img/logo-large.png b/src/static_src/img/logo-large.png similarity index 100% rename from static_src/img/logo-large.png rename to src/static_src/img/logo-large.png diff --git a/static_src/img/logo-small.png b/src/static_src/img/logo-small.png similarity index 100% rename from static_src/img/logo-small.png rename to src/static_src/img/logo-small.png diff --git a/static_src/img/sponsors/CSIS_PRI_LOGO_TURQUOISE_RGB.jpg b/src/static_src/img/sponsors/CSIS_PRI_LOGO_TURQUOISE_RGB.jpg similarity index 100% rename from static_src/img/sponsors/CSIS_PRI_LOGO_TURQUOISE_RGB.jpg rename to src/static_src/img/sponsors/CSIS_PRI_LOGO_TURQUOISE_RGB.jpg diff --git a/static_src/img/sponsors/DKUUGlogo.jpeg b/src/static_src/img/sponsors/DKUUGlogo.jpeg similarity index 100% rename from static_src/img/sponsors/DKUUGlogo.jpeg rename to src/static_src/img/sponsors/DKUUGlogo.jpeg diff --git a/static_src/img/sponsors/KristiansKaffe_Logo_Hires1.0.jpg b/src/static_src/img/sponsors/KristiansKaffe_Logo_Hires1.0.jpg similarity index 100% rename from static_src/img/sponsors/KristiansKaffe_Logo_Hires1.0.jpg rename to src/static_src/img/sponsors/KristiansKaffe_Logo_Hires1.0.jpg diff --git a/static_src/img/sponsors/PROSA-logo.png b/src/static_src/img/sponsors/PROSA-logo.png similarity index 100% rename from static_src/img/sponsors/PROSA-logo.png rename to src/static_src/img/sponsors/PROSA-logo.png diff --git a/static_src/img/sponsors/PS_Logo_CMYK_DK.png b/src/static_src/img/sponsors/PS_Logo_CMYK_DK.png similarity index 100% rename from static_src/img/sponsors/PS_Logo_CMYK_DK.png rename to src/static_src/img/sponsors/PS_Logo_CMYK_DK.png diff --git a/static_src/img/sponsors/ShopGun_LogoType_Green.png b/src/static_src/img/sponsors/ShopGun_LogoType_Green.png similarity index 100% rename from static_src/img/sponsors/ShopGun_LogoType_Green.png rename to src/static_src/img/sponsors/ShopGun_LogoType_Green.png diff --git a/static_src/img/sponsors/bitbureauet.png b/src/static_src/img/sponsors/bitbureauet.png similarity index 100% rename from static_src/img/sponsors/bitbureauet.png rename to src/static_src/img/sponsors/bitbureauet.png diff --git a/static_src/img/sponsors/bornfiber-logoweb.png b/src/static_src/img/sponsors/bornfiber-logoweb.png similarity index 100% rename from static_src/img/sponsors/bornfiber-logoweb.png rename to src/static_src/img/sponsors/bornfiber-logoweb.png diff --git a/static_src/img/sponsors/brklogo.png b/src/static_src/img/sponsors/brklogo.png similarity index 100% rename from static_src/img/sponsors/brklogo.png rename to src/static_src/img/sponsors/brklogo.png diff --git a/static_src/img/sponsors/danskebank.png b/src/static_src/img/sponsors/danskebank.png similarity index 100% rename from static_src/img/sponsors/danskebank.png rename to src/static_src/img/sponsors/danskebank.png diff --git a/static_src/img/sponsors/fortconsultlogo.png b/src/static_src/img/sponsors/fortconsultlogo.png similarity index 100% rename from static_src/img/sponsors/fortconsultlogo.png rename to src/static_src/img/sponsors/fortconsultlogo.png diff --git a/static_src/img/sponsors/prosa-u35-1.png b/src/static_src/img/sponsors/prosa-u35-1.png similarity index 100% rename from static_src/img/sponsors/prosa-u35-1.png rename to src/static_src/img/sponsors/prosa-u35-1.png diff --git a/static_src/img/sponsors/samdatalogo.jpg b/src/static_src/img/sponsors/samdatalogo.jpg similarity index 100% rename from static_src/img/sponsors/samdatalogo.jpg rename to src/static_src/img/sponsors/samdatalogo.jpg diff --git a/static_src/img/sponsors/septima-logo.png b/src/static_src/img/sponsors/septima-logo.png similarity index 100% rename from static_src/img/sponsors/septima-logo.png rename to src/static_src/img/sponsors/septima-logo.png diff --git a/static_src/img/sponsors/tyktech_logo.png b/src/static_src/img/sponsors/tyktech_logo.png similarity index 100% rename from static_src/img/sponsors/tyktech_logo.png rename to src/static_src/img/sponsors/tyktech_logo.png diff --git a/static_src/img/sponsors/zencurity_logo.png b/src/static_src/img/sponsors/zencurity_logo.png similarity index 100% rename from static_src/img/sponsors/zencurity_logo.png rename to src/static_src/img/sponsors/zencurity_logo.png diff --git a/static_src/img/sponsors/zybersafe_logo.png b/src/static_src/img/sponsors/zybersafe_logo.png similarity index 100% rename from static_src/img/sponsors/zybersafe_logo.png rename to src/static_src/img/sponsors/zybersafe_logo.png diff --git a/static_src/js/bootstrap.js b/src/static_src/js/bootstrap.js similarity index 100% rename from static_src/js/bootstrap.js rename to src/static_src/js/bootstrap.js diff --git a/static_src/js/bootstrap.min.js b/src/static_src/js/bootstrap.min.js similarity index 100% rename from static_src/js/bootstrap.min.js rename to src/static_src/js/bootstrap.min.js diff --git a/static_src/js/images/layers-2x.png b/src/static_src/js/images/layers-2x.png similarity index 100% rename from static_src/js/images/layers-2x.png rename to src/static_src/js/images/layers-2x.png diff --git a/static_src/js/images/layers.png b/src/static_src/js/images/layers.png similarity index 100% rename from static_src/js/images/layers.png rename to src/static_src/js/images/layers.png diff --git a/static_src/js/images/marker-icon-2x.png b/src/static_src/js/images/marker-icon-2x.png similarity index 100% rename from static_src/js/images/marker-icon-2x.png rename to src/static_src/js/images/marker-icon-2x.png diff --git a/static_src/js/images/marker-icon.png b/src/static_src/js/images/marker-icon.png similarity index 100% rename from static_src/js/images/marker-icon.png rename to src/static_src/js/images/marker-icon.png diff --git a/static_src/js/images/marker-shadow.png b/src/static_src/js/images/marker-shadow.png similarity index 100% rename from static_src/js/images/marker-shadow.png rename to src/static_src/js/images/marker-shadow.png diff --git a/static_src/js/jquery.min.js b/src/static_src/js/jquery.min.js similarity index 100% rename from static_src/js/jquery.min.js rename to src/static_src/js/jquery.min.js diff --git a/static_src/js/leaflet-src.js b/src/static_src/js/leaflet-src.js similarity index 100% rename from static_src/js/leaflet-src.js rename to src/static_src/js/leaflet-src.js diff --git a/static_src/js/leaflet.js b/src/static_src/js/leaflet.js similarity index 100% rename from static_src/js/leaflet.js rename to src/static_src/js/leaflet.js diff --git a/static_src/pdf/bornhack_2016_letterhead.odt b/src/static_src/pdf/bornhack_2016_letterhead.odt similarity index 100% rename from static_src/pdf/bornhack_2016_letterhead.odt rename to src/static_src/pdf/bornhack_2016_letterhead.odt diff --git a/static_src/pdf/bornhack_2016_letterhead.pdf b/src/static_src/pdf/bornhack_2016_letterhead.pdf similarity index 100% rename from static_src/pdf/bornhack_2016_letterhead.pdf rename to src/static_src/pdf/bornhack_2016_letterhead.pdf diff --git a/static_src/pdf/bornhack_2016_test_letterhead.odt b/src/static_src/pdf/bornhack_2016_test_letterhead.odt similarity index 100% rename from static_src/pdf/bornhack_2016_test_letterhead.odt rename to src/static_src/pdf/bornhack_2016_test_letterhead.odt diff --git a/static_src/pdf/bornhack_2016_test_letterhead.pdf b/src/static_src/pdf/bornhack_2016_test_letterhead.pdf similarity index 100% rename from static_src/pdf/bornhack_2016_test_letterhead.pdf rename to src/static_src/pdf/bornhack_2016_test_letterhead.pdf diff --git a/static_src/pdf/bornhack_webshop_cancellation_form.pdf b/src/static_src/pdf/bornhack_webshop_cancellation_form.pdf similarity index 100% rename from static_src/pdf/bornhack_webshop_cancellation_form.pdf rename to src/static_src/pdf/bornhack_webshop_cancellation_form.pdf diff --git a/templates/2016info.html b/src/templates/2016info.html similarity index 100% rename from templates/2016info.html rename to src/templates/2016info.html diff --git a/templates/404.html b/src/templates/404.html similarity index 100% rename from templates/404.html rename to src/templates/404.html diff --git a/templates/500.html b/src/templates/500.html similarity index 100% rename from templates/500.html rename to src/templates/500.html diff --git a/templates/base.html b/src/templates/base.html similarity index 100% rename from templates/base.html rename to src/templates/base.html diff --git a/templates/coc.html b/src/templates/coc.html similarity index 100% rename from templates/coc.html rename to src/templates/coc.html diff --git a/templates/contact.html b/src/templates/contact.html similarity index 100% rename from templates/contact.html rename to src/templates/contact.html diff --git a/templates/frontpage.html b/src/templates/frontpage.html similarity index 100% rename from templates/frontpage.html rename to src/templates/frontpage.html diff --git a/templates/includes/contact.html b/src/templates/includes/contact.html similarity index 100% rename from templates/includes/contact.html rename to src/templates/includes/contact.html diff --git a/templates/legal/general_terms_and_conditions.html b/src/templates/legal/general_terms_and_conditions.html similarity index 100% rename from templates/legal/general_terms_and_conditions.html rename to src/templates/legal/general_terms_and_conditions.html diff --git a/templates/legal/privacy_policy.html b/src/templates/legal/privacy_policy.html similarity index 100% rename from templates/legal/privacy_policy.html rename to src/templates/legal/privacy_policy.html diff --git a/utils/__init__.py b/src/utils/__init__.py similarity index 100% rename from utils/__init__.py rename to src/utils/__init__.py diff --git a/utils/apps.py b/src/utils/apps.py similarity index 100% rename from utils/apps.py rename to src/utils/apps.py diff --git a/utils/management/__init__.py b/src/utils/management/__init__.py similarity index 100% rename from utils/management/__init__.py rename to src/utils/management/__init__.py diff --git a/utils/management/commands/__init__.py b/src/utils/management/commands/__init__.py similarity index 100% rename from utils/management/commands/__init__.py rename to src/utils/management/commands/__init__.py diff --git a/utils/management/commands/bootstrap-devsite.py b/src/utils/management/commands/bootstrap-devsite.py similarity index 100% rename from utils/management/commands/bootstrap-devsite.py rename to src/utils/management/commands/bootstrap-devsite.py diff --git a/utils/models.py b/src/utils/models.py similarity index 100% rename from utils/models.py rename to src/utils/models.py diff --git a/utils/templates/thumbnail.html b/src/utils/templates/thumbnail.html similarity index 100% rename from utils/templates/thumbnail.html rename to src/utils/templates/thumbnail.html diff --git a/utils/templatetags/__init__.py b/src/utils/templatetags/__init__.py similarity index 100% rename from utils/templatetags/__init__.py rename to src/utils/templatetags/__init__.py diff --git a/utils/templatetags/commonmark.py b/src/utils/templatetags/commonmark.py similarity index 100% rename from utils/templatetags/commonmark.py rename to src/utils/templatetags/commonmark.py diff --git a/utils/templatetags/imageutils.py b/src/utils/templatetags/imageutils.py similarity index 100% rename from utils/templatetags/imageutils.py rename to src/utils/templatetags/imageutils.py diff --git a/utils/templatetags/menubutton.py b/src/utils/templatetags/menubutton.py similarity index 100% rename from utils/templatetags/menubutton.py rename to src/utils/templatetags/menubutton.py diff --git a/vendor/__init__.py b/src/vendor/__init__.py similarity index 100% rename from vendor/__init__.py rename to src/vendor/__init__.py diff --git a/vendor/coinify_api.py b/src/vendor/coinify_api.py similarity index 100% rename from vendor/coinify_api.py rename to src/vendor/coinify_api.py diff --git a/vendor/coinify_callback.py b/src/vendor/coinify_callback.py similarity index 100% rename from vendor/coinify_callback.py rename to src/vendor/coinify_callback.py diff --git a/villages/__init__.py b/src/villages/__init__.py similarity index 100% rename from villages/__init__.py rename to src/villages/__init__.py diff --git a/villages/admin.py b/src/villages/admin.py similarity index 100% rename from villages/admin.py rename to src/villages/admin.py diff --git a/villages/apps.py b/src/villages/apps.py similarity index 100% rename from villages/apps.py rename to src/villages/apps.py diff --git a/villages/managers.py b/src/villages/managers.py similarity index 100% rename from villages/managers.py rename to src/villages/managers.py diff --git a/villages/migrations/0001_initial.py b/src/villages/migrations/0001_initial.py similarity index 100% rename from villages/migrations/0001_initial.py rename to src/villages/migrations/0001_initial.py diff --git a/villages/migrations/0002_auto_20160705_2154.py b/src/villages/migrations/0002_auto_20160705_2154.py similarity index 100% rename from villages/migrations/0002_auto_20160705_2154.py rename to src/villages/migrations/0002_auto_20160705_2154.py diff --git a/villages/migrations/0003_auto_20160705_2159.py b/src/villages/migrations/0003_auto_20160705_2159.py similarity index 100% rename from villages/migrations/0003_auto_20160705_2159.py rename to src/villages/migrations/0003_auto_20160705_2159.py diff --git a/villages/migrations/0004_village_deleted.py b/src/villages/migrations/0004_village_deleted.py similarity index 100% rename from villages/migrations/0004_village_deleted.py rename to src/villages/migrations/0004_village_deleted.py diff --git a/villages/migrations/0005_auto_20160712_2036.py b/src/villages/migrations/0005_auto_20160712_2036.py similarity index 100% rename from villages/migrations/0005_auto_20160712_2036.py rename to src/villages/migrations/0005_auto_20160712_2036.py diff --git a/villages/migrations/0006_remove_village_camp.py b/src/villages/migrations/0006_remove_village_camp.py similarity index 100% rename from villages/migrations/0006_remove_village_camp.py rename to src/villages/migrations/0006_remove_village_camp.py diff --git a/villages/migrations/0007_village_camp.py b/src/villages/migrations/0007_village_camp.py similarity index 100% rename from villages/migrations/0007_village_camp.py rename to src/villages/migrations/0007_village_camp.py diff --git a/villages/migrations/0008_auto_20161228_2209.py b/src/villages/migrations/0008_auto_20161228_2209.py similarity index 100% rename from villages/migrations/0008_auto_20161228_2209.py rename to src/villages/migrations/0008_auto_20161228_2209.py diff --git a/villages/migrations/0009_auto_20161229_2143.py b/src/villages/migrations/0009_auto_20161229_2143.py similarity index 100% rename from villages/migrations/0009_auto_20161229_2143.py rename to src/villages/migrations/0009_auto_20161229_2143.py diff --git a/villages/migrations/__init__.py b/src/villages/migrations/__init__.py similarity index 100% rename from villages/migrations/__init__.py rename to src/villages/migrations/__init__.py diff --git a/villages/models.py b/src/villages/models.py similarity index 100% rename from villages/models.py rename to src/villages/models.py diff --git a/villages/templates/village_confirm_delete.html b/src/villages/templates/village_confirm_delete.html similarity index 100% rename from villages/templates/village_confirm_delete.html rename to src/villages/templates/village_confirm_delete.html diff --git a/villages/templates/village_detail.html b/src/villages/templates/village_detail.html similarity index 100% rename from villages/templates/village_detail.html rename to src/villages/templates/village_detail.html diff --git a/villages/templates/village_form.html b/src/villages/templates/village_form.html similarity index 100% rename from villages/templates/village_form.html rename to src/villages/templates/village_form.html diff --git a/villages/templates/village_list.html b/src/villages/templates/village_list.html similarity index 100% rename from villages/templates/village_list.html rename to src/villages/templates/village_list.html diff --git a/villages/tests.py b/src/villages/tests.py similarity index 100% rename from villages/tests.py rename to src/villages/tests.py diff --git a/villages/urls.py b/src/villages/urls.py similarity index 100% rename from villages/urls.py rename to src/villages/urls.py diff --git a/villages/views.py b/src/villages/views.py similarity index 100% rename from villages/views.py rename to src/villages/views.py