bornhack-website/src/program
2018-06-26 23:37:39 +02:00
..
management/commands fixup logging 2017-03-23 18:32:13 +01:00
migrations 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
static/js Merge branch 'master' of github.com:bornhack/bornhack-website 2018-05-26 14:42:28 +02:00
templates hide action buttons when not on the proposal page 2018-06-26 23:31:56 +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 also handle Slacking Off events in EventProposalForm 2018-06-26 23:37:39 +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 Make each model which inherit from CampRelatedModel but doesn not have a direct relation, define a camp_filter. (#240) 2018-06-20 22:03:29 +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 make it possible to remove a speakerproposal from an eventproposal, move proposal delete buttons to the proposal detail pages, fix a button here and there 2018-05-24 11:43:46 +02:00
views.py change proposal status when the submitter adds or updates a URL 2018-06-26 23:37:20 +02:00