Home
last modified time | relevance | path

Searched refs:ALLOWED_HOSTS (Results 1 – 25 of 120) sorted by relevance

12345

/dports/www/py-django-configurations/django-configurations-2.2/tests/settings/
H A Dmixin_inheritance.py6 def ALLOWED_HOSTS(self): member in Mixin1
7 allowed_hosts = super(Mixin1, self).ALLOWED_HOSTS[:]
15 def ALLOWED_HOSTS(self): member in Mixin2
16 allowed_hosts = super(Mixin2, self).ALLOWED_HOSTS[:]
23 def ALLOWED_HOSTS(self): member in Inheritance
24 allowed_hosts = super(Inheritance, self).ALLOWED_HOSTS[:]
H A Dmultiple_inheritance.py6 def ALLOWED_HOSTS(self): member in Inheritance
7 allowed_hosts = super(Inheritance, self).ALLOWED_HOSTS[:]
H A Dsingle_inheritance.py7 def ALLOWED_HOSTS(self): member in Inheritance
8 allowed_hosts = super(Inheritance, self).ALLOWED_HOSTS[:]
H A Dmain.py43 def ALLOWED_HOSTS(self): member in Test
44 allowed_hosts = super(Test, self).ALLOWED_HOSTS[:]
/dports/www/py-django-configurations/django-configurations-2.2/tests/
H A Dtest_inheritance.py16 single_inheritance.ALLOWED_HOSTS,
26 multiple_inheritance.ALLOWED_HOSTS,
36 mixin_inheritance.ALLOWED_HOSTS,
/dports/www/py-horizon/horizon-19.2.0/doc/source/locale/ja/LC_MESSAGES/
H A Ddoc-install.po38 "ALLOWED_HOSTS can also be ['*'] to accept all hosts. This may be useful for "
43 "ALLOWED_HOSTS は、すべてのホストを受け付けるために ['*'] にできます。これは、"
143 "Do not edit the ``ALLOWED_HOSTS`` parameter under the Ubuntu configuration "
146 "Ubuntu 設定セクションの中にある ``ALLOWED_HOSTS`` パラメーターは編集してはい"
420 msgid "``ALLOWED_HOSTS``"
421 msgstr "``ALLOWED_HOSTS``"
424 "``ALLOWED_HOSTS`` can also be ``['*']`` to accept all hosts. This may be "
429 "``ALLOWED_HOSTS`` は、すべてのホストを受け付けるために ``['*']`` にできます。"
436 "``ALLOWED_HOSTS`` can also be ``['*']`` to accept all hosts. This may be "
442 "``ALLOWED_HOSTS`` は、すべてのホストを受け付けるために ``['*']`` にできます。"
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/core/tests/
H A Dtests.py89 @override_settings(ALLOWED_HOSTS=['testserver', 'localhost', 'unknown.example.com'])
116 @override_settings(ALLOWED_HOSTS=['testserver', 'localhost', 'site2.example.com'])
131 @override_settings(ALLOWED_HOSTS=['testserver', 'localhost', 'site2.example.com'])
153 @override_settings(ALLOWED_HOSTS=['testserver', 'localhost', 'unknown.example.com'])
/dports/deskutils/py-paperless/paperless-2.7.0/src/paperless/
H A Dsettings.py56 ALLOWED_HOSTS = ["*"] variable
60 ALLOWED_HOSTS = _allowed_hosts.split(",") variable
/dports/security/denyhosts/DenyHosts-3.1.2/DenyHosts/
H A Dallowedhosts.py5 from .constants import ALLOWED_HOSTS, ALLOWED_WARNED_HOSTS
18 self.allowed_path = os.path.join(work_dir, ALLOWED_HOSTS)
H A Dconstants.py25 ALLOWED_HOSTS = "allowed-hosts" variable
/dports/www/py-horizon/horizon-19.2.0/doc/source/install/
H A Dinstall-ubuntu.rst52 ALLOWED_HOSTS = ['one.example.com', 'two.example.com']
58 - Do not edit the ``ALLOWED_HOSTS`` parameter under the Ubuntu
60 - ``ALLOWED_HOSTS`` can also be ``['*']`` to accept all hosts. This
H A Dinstall-debian.rst78 ALLOWED_HOSTS = ['one.example.com', 'two.example.com']
84 - Do not edit the ``ALLOWED_HOSTS`` parameter under the Ubuntu
86 - ``ALLOWED_HOSTS`` can also be ``['*']`` to accept all hosts. This
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/netbox/
H A Dconfiguration.testing.py6 ALLOWED_HOSTS = ['*'] variable
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/project_template/project_name/settings/
H A Ddev.py10 ALLOWED_HOSTS = ['*'] variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/oauth2client/tests/contrib/
H A Dtest_django_settings.py28 ALLOWED_HOSTS = ['testserver'] variable
/dports/www/py-django-registration-redux/django-registration-redux-2.8/test_app/
H A Dsettings_test.py20 ALLOWED_HOSTS = ['*'] variable
H A Dsettings.py20 ALLOWED_HOSTS = ['*'] variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/oauth2client/tests/contrib/django_util/
H A Dsettings.py41 ALLOWED_HOSTS = ['testserver'] variable
/dports/security/py-oauth2client/oauth2client-4.1.3/tests/contrib/django_util/
H A Dsettings.py41 ALLOWED_HOSTS = ['testserver'] variable
/dports/www/py-dj32-drf-yasg/drf-yasg-1.20.0/testproj/testproj/settings/
H A Dheroku.py7 ALLOWED_HOSTS.append('.herokuapp.com')
/dports/www/py-drf-yasg/drf-yasg-1.20.0/testproj/testproj/settings/
H A Dheroku.py7 ALLOWED_HOSTS.append('.herokuapp.com')
/dports/www/py-webargs/webargs-8.0.1/tests/apps/django_app/base/
H A Dsettings.py10 ALLOWED_HOSTS = ["*"] variable
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydev_tests_python/my_django_proj_17/my_django_proj_17/
H A Dsettings.py27 ALLOWED_HOSTS = [] variable
/dports/www/py-django-tastypie/django-tastypie-0.14.4/docs/code/myproject/
H A Dsettings.py27 ALLOWED_HOSTS = [] variable
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydev_tests_python/my_django_proj_21/my_django_proj_21/
H A Dsettings.py28 ALLOWED_HOSTS = [] variable

12345