mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Allow the use of local copies of cdn files
This commit is contained in:
@@ -35,6 +35,7 @@ class SiteConfiguration(SingletonModel):
|
||||
footer = RichTextField(blank=True)
|
||||
footer_extended = RichTextField(blank=True)
|
||||
show_version = models.BooleanField(default=True)
|
||||
use_cdn = models.BooleanField(default=True)
|
||||
extra_head = models.TextField(blank=True)
|
||||
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user