6f24b52855
Make creating order and adding items work
2020-01-27 02:33:55 +01:00
d5bb14d3a5
Update views with HLDS models
...
Not expected to work yet, but if I don't do this generating migrations
gives errors.
2020-01-26 16:14:23 +01:00
Jan-Pieter Baert
3f3a6a3212
Add documentation to css related functions
2019-12-22 19:46:35 +01:00
Jan-Pieter Baert
d6f0019232
Small fixes
...
Remove print statements and use format strings instead of "+"
2019-12-17 23:44:15 +01:00
Pieter-Jan Cassiman
98c57b161e
Added css_list to render_template for profile page
2019-12-17 22:28:36 +01:00
Pieter-Jan Cassiman
285c36f0cf
Updated css_list function to return a list instead of a json
2019-12-17 22:26:48 +01:00
Pieter-Jan Cassiman
7ac0d6291e
Fixed css function to deal with default [customTheme] cookie
2019-12-17 22:25:59 +01:00
Jan-Pieter Baert
b8c15e5cf3
Add css misc functions
...
A function to list all possible themes and a list to load the css from
the cookie
2019-12-17 19:53:34 +01:00
redfast00
2d0e405fb2
Fix typo
2019-12-07 09:49:02 +01:00
Jan-Pieter Baert
528da7d777
Remove todo which is done
2019-12-06 16:22:57 +01:00
Jan-Pieter Baert
ababb85402
Make custom theme code a bit cleaner
2019-12-06 16:12:05 +01:00
Jan-Pieter Baert
a81055b574
Remove useless 'str(...)' usage
2019-12-06 15:34:39 +01:00
kindtanton
ee627b7dfa
Plausible fix for internal server error when requesting the css
2019-12-06 12:32:51 +01:00
kindtanton
d34369df11
merged + added scss cache to gitignore
2019-12-05 20:38:07 +01:00
kindtanton
c5f82afc6a
Created css for 'kerstmis'
2019-12-05 19:39:35 +01:00
Pieter-Jan Cassiman
a71f7434d1
Updated code to deal with dates that wrap around the new year
2019-12-05 19:19:36 +01:00
Pieter-Jan Cassiman
204e1945da
Added functionality to automatically choose the relevant seasonal theme
2019-11-22 12:22:25 +01:00
kindtanton
eb61d3286b
Styled the home page for the christmas theme + little tweaks
2019-11-22 07:53:24 +01:00
kindtanton
608e708a1d
Changed the way themes work. The client sends a cookie containing the theme which the server uses to send the correct css file.
2019-11-21 10:52:08 +01:00
Jan-Pieter Baert
c4f9222558
Fix pylint for views and templates
2019-09-12 20:50:17 +02:00
Jan-Pieter Baert
c64e4bd998
Run black and isort on all code
2019-09-08 02:04:34 +02:00
Jan-Pieter Baert
b7fa92a22a
Add typing to view files
2019-09-08 01:34:16 +02:00
mcbloch
d591f846d8
add and run black formatter
2019-09-05 03:33:29 +02:00
mcbloch
f59ec75bea
forgot to remove the old endpoint
2019-09-05 03:25:17 +02:00
mcbloch
d0863325a5
Restructuring the codebase!
...
But for real, it's a real shitstorm in there.
- Added context by making the init go through a function
and not implicitly happen via imports
- Fixup all context and contextless function mixups
- splitup the models in sensible different files
- give the dump of view functions in views/__init__.py their own file
- add all routes via blueprints, not half of them
- move the slack notifications function and class to its own file,
no idea what it was doing in a views file in the first place.
2019-08-28 03:46:04 +02:00