bornhack-website/src/utils
2018-05-23 23:34:54 +02:00
..
management for some reason all our test users were is_staff=True users 2018-05-23 23:34:54 +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