Merge master into task/5681/offer-512mb-ram

This commit is contained in:
PCoder 2018-09-28 08:36:35 +02:00
commit 5452c1c478
5 changed files with 36 additions and 4 deletions

View file

@ -354,4 +354,11 @@ class DCLCalculatorPluginModel(CMSPlugin):
"in the backend to be automatically listed in this "
"calculator instance."
)
default_selected_template = models.CharField(
default="Devuan Ascii",
null=True,
max_length=128,
help_text="Write the name of the template that you need selected as"
" default when the calculator loads"
)
enable_512mb_ram = models.BooleanField(default=False)