Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Coen van der Kamp 7b36c6e88b
Merge 882571bd97 into baff48b7d9 2024-04-19 10:26:25 +01:00
Rohit Sharma baff48b7d9
Add icons to registered settings (#484)
* Add icons to registered settings
2024-04-14 18:20:51 +10:00
Coen van der Kamp 882571bd97 Explain Gitpod prebuild, add link to trigger a fresh build 2022-11-03 22:48:13 +01:00
2 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -480,7 +480,7 @@ class FormPage(AbstractEmailForm):
]
@register_setting
@register_setting(icon="cog")
class GenericSettings(ClusterableModel, BaseGenericSetting):
twitter_url = models.URLField(verbose_name="Twitter URL", blank=True)
github_url = models.URLField(verbose_name="GitHub URL", blank=True)
@ -498,7 +498,7 @@ class GenericSettings(ClusterableModel, BaseGenericSetting):
]
@register_setting
@register_setting(icon="site")
class SiteSettings(BaseSiteSetting):
title_suffix = models.CharField(
verbose_name="Title suffix",

Wyświetl plik

@ -46,7 +46,10 @@ Set up a development environment and run this demo website with a single click (
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/wagtail/bakerydemo/)
Once Gitpod has fully started, and a preview of the bakery website has appeared in the "Simple Browser" panel, click the arrow button to the right of the URL bar to open the website in a new tab.
Go to `/admin/` and login with `admin / changeme`.
Append `/admin/` to the URL and login with username `admin` and password `changeme`.
Gitpod uses [prebuilds](https://www.gitpod.io/docs/prebuilds) to reduce wait time, by installing dependencies and running builds **before** you start a new workspace.
Unfortunately, prebuilds work as a cache. You could get an outdated build. If that is the case, [trigger a new prebuild](https://gitpod.io/#prebuild/https://github.com/wagtail/bakerydemo).
## Setup with Vagrant