bornhack-website/src/program
2018-08-11 18:15:19 +02:00
..
management/commands fixup logging 2017-03-23 18:32:13 +01:00
migrations Add missing non-db migration. 2018-08-10 18:04:33 +02:00
static/js Add location to events on schedule. 2018-08-10 16:22:17 +02:00
templates Also show location on non-js event detail page. 2018-08-10 16:26:25 +02:00
__init__.py Revert "remove __init__.py files" 2017-02-02 00:18:23 +01:00
admin.py working on #232, this commit changes backoffice to be camp specific (although many of the actual functions are camp independent). Add backoffice/mixins.py with BackofficeViewMixin to keep it DRY. Add backoffice views to manage proposals. Move SpeakerProposal and EventProposal detail template to includes to they can be used from backoffice. Rename our commonmark templatetags so the names are more intuitive. 2018-06-03 15:34:04 +02:00
apps.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
consumers.py Add filter for tracks to the schedule 2018-05-20 20:08:25 +02:00
email.py fix #133 2017-07-11 22:02:19 +02:00
forms.py Model should have a default of false, so things that are not defined as true will default to false. 2018-08-09 15:35:58 +02:00
mixins.py add url support for speakerproposals and eventproposals, including new models Url and UrlType. Also switch to Django 2.0 path() syntax in various urls.py files getting rid of a lot of ugly regex \o/ 2018-05-23 23:28:27 +02:00
models.py Disable timezone support. Everything is in Europe/Copenhagen anyway. 2018-08-11 18:15:19 +02:00
signal_handlers.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
urls.py Fix urls handling and other stuff (#249) 2018-07-17 22:43:16 +02:00
views.py redirect to the events list if nothing is scheduled yet 2018-07-18 00:58:33 +02:00