Sith/core
Skia 406380e4f1 counter: make click page dynamic to avoid repetitive loading
This makes the whole click page load only once for a normal click
workflow. The current basket is now rendered client side with Vue.JS,
and the backend view is able to answer with JSON if asked to.

This should lighten the workflow a lot on the client side, especially
with poor connectivity, and the server should also feel lighter during
big events, due to far less complex Jinja pages to render.
2021-09-26 13:58:39 +02:00
..
fixtures Added profile pictures for users 2016-12-25 19:53:04 +01:00
management Upgrade black and format accordingly 2020-08-27 15:59:42 +02:00
migrations core: remove default value for OperationLog 2019-11-14 16:11:20 +01:00
scss Upgrade black and format accordingly 2020-08-27 15:59:42 +02:00
static counter: make click page dynamic to avoid repetitive loading 2021-09-26 13:58:39 +02:00
templates counter: don't display info boxes and navigation menu 2021-09-26 13:58:39 +02:00
templatetags Upgrade black and format accordingly 2020-08-27 15:59:42 +02:00
views Upgrade black and format accordingly 2020-08-27 15:59:42 +02:00
__init__.py All: Apply Black coding rules 2018-10-05 21:52:55 +02:00
admin.py All: Apply Black coding rules 2018-10-05 21:52:55 +02:00
apps.py All: Apply Black coding rules 2018-10-05 21:52:55 +02:00
lookups.py All: Apply Black coding rules 2018-10-05 21:52:55 +02:00
markdown.py django2.2: relpace django.core.urlresolvers by django.urls 2019-10-08 22:46:01 +02:00
middleware.py core: redesign request middleware with django latest design and better use of threading 2019-11-14 16:32:29 +01:00
models.py Upgrade black and format accordingly 2020-08-27 15:59:42 +02:00
operations.py Upgrade black and format accordingly 2020-08-27 15:59:42 +02:00
search_indexes.py forum: implement order by date for search 2018-12-13 20:33:34 +01:00
tests.py django2.2: relpace django.core.urlresolvers by django.urls 2019-10-08 22:46:01 +02:00
urls.py django2.2: rewrite login and password stack because of removed API 2019-10-08 22:46:37 +02:00
utils.py black: makes new version happy 2019-11-04 13:46:09 +01:00