Skip to main content
Sign in
Snippets Groups Projects
Commit 48750364 authored by OndraRehounek's avatar OndraRehounek Committed by jan.bednarik
Browse files

HelpText

parent aa41c377
No related branches found
No related tags found
2 merge requests!442Release,!432Feature/majak imports
......@@ -109,6 +109,11 @@ CELERY_BROKER_URL=redis://localhost:6379/6
CELERY_RESULT_BACKEND=redis://localhost:6379/6
```
Aby se celery tasky vykonávaly, je potřeba pustit celery v terminálu:
```
celery -A majak worker
```
### Stránka 404
Pokud je třeba vlastní 404 pro web, stačí do kořenové `xxxHomePage` webu
......
......
......@@ -11,6 +11,7 @@ from taggit.models import Tag, TaggedItemBase
from wagtail.admin.edit_handlers import (
CommentPanel,
FieldPanel,
HelpPanel,
MultiFieldPanel,
ObjectList,
PageChooserPanel,
......@@ -382,6 +383,10 @@ class DistrictArticlesPage(SubpageMixin, MetadataPageMixin, Page):
FieldPanel("dry_run"),
FieldPanel("use_git"),
FieldPanel("jekyll_repo_url"),
HelpPanel(
"Import provádějte vždy až po vytvoření stránky aktualit."
"Import proběhne na pozadí a může trvat až několik minut."
),
],
"import z Jekyll repozitáře",
),
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment