bornhack-website/src/shop
2018-07-13 14:38:01 +02:00
..
management fixup the shop to work in the new multicamp world, fix pdf generation, add new letterhead templates, rework invoiceworker into a generic worker runner 2017-03-28 00:12:11 +02:00
migrations Add stock_amount to product and reflect it in product detail template. (#213) 2018-04-21 17:00:39 +02:00
templates info and shop should use the |trustedcommonmark filter 2018-06-04 08:28:09 +02:00
templatetags 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
__init__.py queue an irc message when we sell a ticket 2017-07-03 19:28:50 +02:00
admin.py Update admin. Fix some more tests. Add stock info to template. 2018-04-24 18:06:19 +02:00
apps.py cleanup in shop/ 2018-03-04 16:00:30 +01:00
coinify.py fix coinify callbacks by passing request argument to order.mark_as_paid() 2018-07-13 14:38:01 +02:00
context_processors.py Got channels2 working. 2018-04-03 20:52:39 +02:00
email.py verify invoice emails gets added to the queue and fix names 2017-05-21 20:43:05 +02:00
epay.py cleanup in shop/ 2018-03-04 16:00:30 +01: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
forms.py cleanup in shop/ 2018-03-04 16:00:30 +01:00
invoiceworker.py Add IBAN/SWIFT to custom invoices, bank name in settings - fixes #172 (#187) 2017-12-12 22:16:06 +01:00
managers.py cleanup in shop/ 2018-03-04 16:00:30 +01:00
models.py Update admin. Fix some more tests. Add stock info to template. 2018-04-24 18:06:19 +02:00
tests.py Merge remote-tracking branch 'origin/master' into add_tests_to_shop 2018-04-24 18:12:10 +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 fix coinify callbacks by passing request argument to order.mark_as_paid() 2018-07-13 14:38:01 +02:00