Django CMS 3.11.10 Documentation
the list below with plain Django fallback colors) Use the following pattern: var(--dca-color-var, var(--fallback-color- var, #xxxxxx)) where #xxxxxx represents the light version of the color. This tries var(--dca-white, var(--body-bg, #fff)) gray: var(--dca-gray, var(--body-quiet-color, #666)) gray-lightest: var(--dca-gray-lightest, var(--darkened-bg, #f2f2f2)) gray-lighter var(--dca-gray-lighter r, var(--border-color, #ddd)) gray-light: var(--dca-gray-lightest, var(--darkened-bg, #f2f2f2)) gray-primary: var(--dca-primary, var(--primary, #0bf)) black: var(--dca-black, var(--body-fg)0 码力 | 493 页 | 1.44 MB | 6 月前0.03django cms 4.1.x Documentation
table 53 django cms Documentation, Release 4.1.2 • Use the following pattern: var(--dca-color-var, var(--fallback-color-var, #xxxxxx)) where #xxxxxx represents the light version of the color. This tries colors: white: var(--dca-white, var(--body-bg, #fff)) gray: var(--dca-gray, var(--body-quiet-color, #666)) gray-lightest: var(--dca-gray-lightest, var(--darkened-bg, #f2f2f2)) gray-lighter var(--dca-gray-lighter var(--dca-gray-lighter, var(--border-color, #ddd)) gray-light: var(--dca-gray-lightest, var(--darkened-bg, #f2f2f2)) gray-primary: var(--dca-primary, var(--primary, #0bf)) black: var(--dca-black, var(--body-fg)0 码力 | 357 页 | 1.99 MB | 1 年前3django cms 4.1.1 Documentation
table 53 django cms Documentation, Release 4.1.1 • Use the following pattern: var(--dca-color-var, var(--fallback-color-var, #xxxxxx)) where #xxxxxx represents the light version of the color. This tries colors: white: var(--dca-white, var(--body-bg, #fff)) gray: var(--dca-gray, var(--body-quiet-color, #666)) gray-lightest: var(--dca-gray-lightest, var(--darkened-bg, #f2f2f2)) gray-lighter var(--dca-gray-lighter var(--dca-gray-lighter, var(--border-color, #ddd)) gray-light: var(--dca-gray-lightest, var(--darkened-bg, #f2f2f2)) gray-primary: var(--dca-primary, var(--primary, #0bf)) black: var(--dca-black, var(--body-fg)0 码力 | 361 页 | 2.00 MB | 1 年前3Django CMS 4.1.x Documentation
the list below with plain Django fallback colors) Use the following pattern: var(--dca-color-var, var(--fallback-color- var, #xxxxxx)) where #xxxxxx represents the light version of the color. This tries var(--dca-white, var(--body-bg, #fff)) gray: var(--dca-gray, var(--body-quiet-color, #666)) gray-lightest: var(--dca-gray-lightest, var(--darkened-bg, #f2f2f2)) gray-lighter var(--dca-gray-lighter r, var(--border-color, #ddd)) gray-light: var(--dca-gray-lightest, var(--darkened-bg, #f2f2f2)) gray-primary: var(--dca-primary, var(--primary, #0bf)) black: var(--dca-black, var(--body-fg)0 码力 | 518 页 | 1.66 MB | 6 月前3Django 2.1.x Documentation
frameworks), you’re probably used to putting code under the Web server’s document root (in a place such as /var/www). With Django, you don’t do that. It’s not a good idea to put any of this Python code within your to store cached data in /var/tmp/django_cache, use this setting: CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': '/var/tmp/django_cache', } } If runs. Continuing the above example, if your server runs as the user apache, make sure the directory /var/tmp/django_cache exists and is readable and writable by the user apache. Local-memory caching This0 码力 | 1910 页 | 6.49 MB | 1 年前3Django 2.1.x Documentation
frameworks), you’re probably used to putting code under the Web server’s document root (in a place such as /var/www). With Django, you don’t do that. It’s not a good idea to put any of this Python code within your cached data in /var/tmp/django_cache, use this setting: CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': '/var/tmp/django_cache' runs. Continuing the above example, if your server runs as the user apache, make sure the directory /var/tmp/django_cache exists and is readable and writable by the user apache. Local-memory caching This0 码力 | 2790 页 | 2.71 MB | 1 年前3Django 2.2.x Documentation
frameworks), you’re probably used to putting code under the Web server’s document root (in a place such as /var/www). With Django, you don’t do that. It’s not a good idea to put any of this Python code within your cached data in /var/tmp/django_cache, use this setting: CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': '/var/tmp/django_cache' runs. Continuing the above example, if your server runs as the user apache, make sure the directory /var/tmp/django_cache exists and is readable and writable by the user apache. Local-memory caching This0 码力 | 2915 页 | 2.83 MB | 1 年前3Django 1.8.x Documentation
frameworks), you’re probably used to putting code under the Web server’s document root (in a place such as /var/www). With Django, you don’t do that. It’s not a good idea to put any of this Python code within your files that they shouldn’t be accessing. For example, if 'allowed_include_roots' is ['/home/html', '/var/www'], then {% ssi / home/html/foo.txt %} would work, but {% ssi /etc/passwd %} wouldn’t. It defaults to store cached data in /var/tmp/django_cache, use this setting: CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': '/var/tmp/django_cache', } } If0 码力 | 1685 页 | 6.01 MB | 1 年前3Django 1.8.x Documentation
frameworks), you’re probably used to putting code under the Web server’s document root (in a place such as /var/www). With Django, you don’t do that. It’s not a good idea to put any of this Python code within your files that they shouldn’t be accessing. For example, if 'allowed_include_roots' is ['/home/html', '/var/www'], then {% ssi /home/html/foo.txt %} would work, but {% ssi /etc/passwd %} wouldn’t. It defaults cached data in /var/tmp/django_cache, use this setting: CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': '/var/tmp/django_cache'0 码力 | 2454 页 | 2.85 MB | 1 年前3Django 1.11.x Documentation
frameworks), you’re probably used to putting code under the Web server’s document root (in a place such as /var/www). With Django, you don’t do that. It’s not a good idea to put any of this Python code within your to store cached data in /var/tmp/django_cache, use this setting: CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': '/var/tmp/django_cache', } } If runs. Continuing the above example, if your server runs as the user apache, make sure the directory /var/tmp/django_cache exists and is readable and writable by the user apache. Local-memory caching This0 码力 | 1878 页 | 6.40 MB | 1 年前3
共 48 条
- 1
- 2
- 3
- 4
- 5