This commit is contained in:
cube
2026-03-20 21:30:41 +00:00
parent 4ea7e82042
commit b9997053df

View File

@@ -6,14 +6,6 @@ logged in users are presumed to all be admins with distinction only between bein
in the blog view, member privacy outweighs individual post privacy. if a private member makes a public post, it will not show up in the public feed. however, if that member switches to public, their public posts will all become publicly viewable (but private posts will remain private).
# assorted todo
- add blinkies and stamps sections to member pages
- (require above) add blinkies and stamps upload sections to edit member page
- (require above) add blinkies and stamps link/db cleanup to manage site assets
- page media embeds - video & audio
- how to implement customising pages ?!??!?! i have some ideas. some day
# dev set up (windows)
- after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate`