forked from rc/aircox
work tz
This commit is contained in:
16
notes.md
16
notes.md
@ -39,17 +39,13 @@ cms:
|
||||
- player support diffusions with multiple archive files
|
||||
- comments -> remove/edit by the author
|
||||
|
||||
# Timezone shit:
|
||||
Check:
|
||||
- manager/commands:
|
||||
- diffusions
|
||||
- streamer
|
||||
- admin: date printed for diffusion is utc even using localtime => tz.get_current_timezone() stays as UTC
|
||||
|
||||
# error when generating diffusions (when all page of a page have been removed):
|
||||
seems like the numchild attribute is not updated correctly when calling page.delete()
|
||||
|
||||
```
|
||||
File "/srv/apps/aircox/venv/lib/python3.5/site-packages/treebeard/mp_tree.py", line 977, in add_child
|
||||
return MP_AddChildHandler(self, **kwargs).process()
|
||||
File "/srv/apps/aircox/venv/lib/python3.5/site-packages/treebeard/mp_tree.py", line 360, in process
|
||||
newobj.path = self.node.get_last_child()._inc_path()
|
||||
AttributeError: 'NoneType' object has no attribute '_inc_path'
|
||||
```
|
||||
|
||||
# Instance's TODO
|
||||
- menu_top .sections:
|
||||
|
Reference in New Issue
Block a user