|
|
@@ -6,14 +6,6 @@ logged in users are presumed to all be admins with distinction only between bein
|
|
6
|
6
|
|
|
7
|
7
|
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).
|
|
8
|
8
|
|
|
9
|
|
-# assorted todo
|
|
10
|
|
-
|
|
11
|
|
-- add blinkies and stamps sections to member pages
|
|
12
|
|
-- (require above) add blinkies and stamps upload sections to edit member page
|
|
13
|
|
-- (require above) add blinkies and stamps link/db cleanup to manage site assets
|
|
14
|
|
-- page media embeds - video & audio
|
|
15
|
|
-- how to implement customising pages ?!??!?! i have some ideas. some day
|
|
16
|
|
-
|
|
17
|
9
|
# dev set up (windows)
|
|
18
|
10
|
|
|
19
|
11
|
- after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate`
|