bornhack-website/src/utils
Víðir Valberg Guðmundsson 9d97a7184a Make sure we do not get an IntegrityError because we are trying to create a new user with the same username as already created by another factory. 2019-03-29 15:59:07 +01:00
..
management Fix bootstrap script. 2018-08-19 19:52:00 +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 Do commonmark and linkifying the same way with trusted as with untrusted. 2019-03-18 21:39:05 +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 derive mimetype from attachment content rather than hardcoding application/pdf as we've done until now (we have non-pdf attachments going to economic now) 2018-08-30 17:32:24 +02:00
factories.py Make sure we do not get an IntegrityError because we are trying to create a new user with the same username as already created by another factory. 2019-03-29 15:59:07 +01:00
mixins.py WIP Reimbursement feature (#278) 2018-08-30 00:52:32 +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
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