We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2351ed commit b97adbaCopy full SHA for b97adba
forecastmanager/site_settings.py
@@ -8,7 +8,7 @@
8
TabbedInterface,
9
ObjectList,
10
)
11
-# @register_setting
+@register_setting
12
class Setting(BaseSiteSetting):
13
enable_auto_forecast = models.BooleanField(
14
default=True,
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = forecastmanager
3
-version = 0.0.2
+version = 0.0.3
4
description = Integration of Weather City Forecasts Manager in Wagtail Projects.
5
long_description = file:README.md
6
long_description_content_type = text/markdown
0 commit comments