bornhack-website/src/utils
2018-05-20 18:16:20 +02:00
..
management new content submission flow monster commit of doom. fixes a large part of #191. Split out /program/ urls into a seperate program/urls.py file in the program: URL namespace. Change call for speakers to call for participation everywhere (I think). Add boolean fields call_for_participation_open and call_for_sponsors_open to Camp model. Switch to font-awesome 5.0.13 and update <i> tags everywhere accordingly. Introduce Tracks so all Events belong to a Track, which in turn belongs to a Camp. Add seperate forms for submitting SpeakerProposals and EventProposals so we can set labels and help_text according to EventType, and remove fields we dont need. Remove Pictures from Speaker and SpeakerProposals, it was almost never used, and was a lot of code/complexity. Remove a few PROPOSAL_STATUS namely DRAFT and MODIFIED_AFTER_APPROVAL to simplify the workflow for submitters. Add description, icon and host_title fields to EventType. Add a CombinedProposalSubmitView which allows users to submit a SpeakerProposal and EventProposal from the same page, introducing a new requirements.txt dependency for django-betterforms==1.1.4. Update bootstrap-devsite to match the new reality. 2018-05-20 18:16:20 +02:00
migrations add bcc and cc to email system 2017-05-21 20:13:49 +02:00
templates move code to src/ folder 2017-01-30 12:06:49 +01:00
templatetags remove unneeded imports from utils app 2018-03-04 14:44:33 +01:00
__init__.py Revert "remove __init__.py files" 2017-02-02 00:18:23 +01:00
apps.py first pass with 2to3 2017-01-30 12:16:07 +01:00
email.py fix bcc_recipients 2017-05-21 22:11:54 +02:00
factories.py Added the first tests to the project. Using factory_boy for great success. (#219) 2018-04-22 08:31:10 +02:00
models.py add a related_name for the camp relation for TeamArea, and a teams property to Camp model to make it easier to get all teams under all teamareas, also add exclude=None to the validate_unique call in our CleanedModel class 2018-03-04 12:48:35 +01:00
outgoingemailworker.py add bcc and cc to email system 2017-05-21 20:13:49 +02:00
pdf.py update tickets app with list and detail views 2017-08-19 22:06:32 +02:00