bornhack-website/src/program
2018-08-05 12:42:18 +02:00
..
management/commands fixup logging 2017-03-23 18:32:13 +01:00
migrations Fix urls handling and other stuff (#249) 2018-07-17 22:43:16 +02:00
static/js Fixing video icon and using another icon for non-recording. 2018-08-05 12:42:18 +02:00
templates handle empty results correctly in CampViewMixin, also add a text to the speaker list page when no speakers are found 2018-07-18 00:46:38 +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 add Meetup eventtype in SpeakerProposalForm and EventProposalForm 2018-08-04 13:54:37 +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 use hasattr() and clean up urls 2018-07-24 19:02:58 +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