Only show public stuff on the homepage
This commit is contained in:
parent
6ab59d2e41
commit
152bcf2b26
3 changed files with 8 additions and 7 deletions
2
tasks.py
2
tasks.py
|
@ -2,8 +2,8 @@ import os
|
|||
from datetime import datetime
|
||||
from datetime import timezone
|
||||
|
||||
from utils import parse_datetime
|
||||
from poussetaches import PousseTaches
|
||||
from utils import parse_datetime
|
||||
|
||||
p = PousseTaches(
|
||||
os.getenv("MICROBLOGPUB_POUSSETACHES_HOST", "http://localhost:7991"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue