This website requires JavaScript.
Explore
Help
Sign In
reynir
/
bornhack-website
Watch
1
Star
0
Fork
You've already forked bornhack-website
0
Code
Issues
Pull requests
1
Releases
Wiki
Activity
458ce45198
bornhack-website
/
src
/
tickets
History
Thomas Steen Rasmussen
18c33383b7
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
..
migrations
add missing migrations after cleanup and adding of on_delete to all foreignkeys
2018-03-18 09:07:34 +01:00
templates
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
templatetags
update tickets app with list and detail views
2017-08-19 22:06:32 +02:00
__init__.py
import later, add missing bit of signal, change model reference in signal connection
2018-03-04 13:19:42 +01:00
admin.py
Fixing stuff
2017-08-22 20:09:26 +02:00
apps.py
import later, add missing bit of signal, change model reference in signal connection
2018-03-04 13:19:42 +01:00
models.py
Initial work on uprading.
2018-04-03 18:44:10 +02:00
signals.py
Merge teamcomms branch. Refactor team app and add events app.
2018-04-09 23:11:05 +02:00
urls.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
views.py
syntax
2017-08-20 00:44:55 +02:00