hi users django this error is in wsgi.py config this files need  import sys

for example

import sys
path = 'path/mysite'
if path not in sys.path:
    sys.path.append(path)

On 4/25/15, [email protected] <[email protected]> wrote:
>
>
> [Sat Apr 25 17:07:18.811184 2015] [mpm_winnt:notice] [pid 2456:tid 532]
> AH00455: Apache/2.4.12 (Win64) PHP/5.6.8 mod_wsgi/4.4.11 Python/3.4.3
> configured -- resuming normal operations
> [Sat Apr 25 17:07:18.811184 2015] [mpm_winnt:notice] [pid 2456:tid 532]
> AH00456: Apache Lounge VC10 Server built: Jan 29 2015 12:56:33
> [Sat Apr 25 17:07:18.811184 2015] [core:notice] [pid 2456:tid 532] AH00094:
>
> Command line: 'C:\\web-server\\server\\Apache24\\bin\\httpd.exe -d
> C:/web-server/server/Apache24'
> [Sat Apr 25 17:07:18.812184 2015] [mpm_winnt:notice] [pid 2456:tid 532]
> AH00418: Parent: Created child process 4212
> [Sat Apr 25 17:07:19.258209 2015] [mpm_winnt:notice] [pid 4212:tid 524]
> AH00354: Child: Starting 64 worker threads.
> [Sat Apr 25 17:07:34.922102 2015] [wsgi:error] [pid 4212:tid 1060] Internal
>
> Server Error: /\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> Traceback (most recent call last):\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 394, in urlconf_module\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> return self._urlconf_module\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> AttributeError: 'RegexURLResolver' object has no attribute
> '_urlconf_module'\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060] \r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060] During
> handling of the above exception, another exception occurred:\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060] \r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> Traceback (most recent call last):\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\handlers\\base.py", line
> 119, in get_response\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> resolver_match = resolver.resolve(request.path_info)\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 366, in resolve\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]     for
> pattern in self.url_patterns:\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 402, in url_patterns\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> patterns = getattr(self.urlconf_module, "urlpatterns",
> self.urlconf_module)\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 396, in urlconf_module\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> self._urlconf_module = import_module(self.urlconf_name)\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\Python34\\lib\\importlib\\__init__.py", line 109, in import_module\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> return _bootstrap._gcd_import(name[level:], package, level)\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "<frozen importlib._bootstrap>", line 2254, in _gcd_import\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "<frozen importlib._bootstrap>", line 2237, in _find_and_load\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "<frozen importlib._bootstrap>", line 1200, in _load_unlocked\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "<frozen importlib._bootstrap>", line 1129, in _exec\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "<frozen importlib._bootstrap>", line 1471, in exec_module\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\web-server\\server\\www\\gnsinap\\gnsinap\\urls.py", line 9, in
> <module>\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> url(r'^admin/', include(admin.site.urls)),\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 291, in urls\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> return self.get_urls(), 'admin', self.name\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 250, in get_urls\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> self.check_dependencies()\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 171, in check_dependencies\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]     if
> not apps.is_installed('django.contrib.admin'):\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 231, in
>
> is_installed\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> self.check_apps_ready()\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 124, in
>
> check_apps_ready\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> raise AppRegistryNotReady("Apps aren't loaded yet.")\r
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060]
> django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
> [Sat Apr 25 17:07:34.923102 2015] [wsgi:error] [pid 4212:tid 1060] \r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] mod_wsgi (pid=4212): Exception occurred processing WSGI
> script 'C:/web-server/server/www/gnsinap/wsgi.py'.
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] Traceback (most recent call last):\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 394, in urlconf_module\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return self._urlconf_module\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] AttributeError: 'RegexURLResolver' object has no attribute
>
> '_urlconf_module'\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] \r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] During handling of the above exception, another exception
> occurred:\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] \r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] Traceback (most recent call last):\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\handlers\\base.py", line
> 119, in get_response\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     resolver_match = resolver.resolve(request.path_info)\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 366, in resolve\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     for pattern in self.url_patterns:\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 402, in url_patterns\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     patterns = getattr(self.urlconf_module, "urlpatterns",
>
> self.urlconf_module)\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 396, in urlconf_module\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     self._urlconf_module =
> import_module(self.urlconf_name)\r
> [Sat Apr 25 17:07:34.969104 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File "C:\\Python34\\lib\\importlib\\__init__.py", line
> 109, in import_module\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return _bootstrap._gcd_import(name[level:], package,
> level)\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File "<frozen importlib._bootstrap>", line 2254, in
> _gcd_import\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File "<frozen importlib._bootstrap>", line 2237, in
> _find_and_load\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File "<frozen importlib._bootstrap>", line 2226, in
> _find_and_load_unlocked\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File "<frozen importlib._bootstrap>", line 1200, in
> _load_unlocked\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File "<frozen importlib._bootstrap>", line 1129, in
> _exec\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File "<frozen importlib._bootstrap>", line 1471, in
> exec_module\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File "<frozen importlib._bootstrap>", line 321, in
> _call_with_frames_removed\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\web-server\\server\\www\\gnsinap\\gnsinap\\urls.py", line 9, in
> <module>\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     url(r'^admin/', include(admin.site.urls)),\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 291, in urls\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return self.get_urls(), 'admin', self.name\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 250, in get_urls\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     self.check_dependencies()\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 171, in check_dependencies\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     if not apps.is_installed('django.contrib.admin'):\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 231, in
>
> is_installed\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     self.check_apps_ready()\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 124, in
>
> check_apps_ready\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     raise AppRegistryNotReady("Apps aren't loaded yet.")\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] django.core.exceptions.AppRegistryNotReady: Apps aren't
> loaded yet.\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] \r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] During handling of the above exception, another exception
> occurred:\r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] \r
> [Sat Apr 25 17:07:34.970105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] Traceback (most recent call last):\r
> [Sat Apr 25 17:07:34.971105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\defaultfilters.py",
> line 771, in date\r
> [Sat Apr 25 17:07:34.971105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return formats.date_format(value, arg)\r
> [Sat Apr 25 17:07:34.971105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\formats.py", line 136, in
>
> date_format\r
> [Sat Apr 25 17:07:34.971105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return dateformat.format(value, get_format(format or
> 'DATE_FORMAT', use_l10n=use_l10n))\r
> [Sat Apr 25 17:07:34.972105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\formats.py", line 123, in
>
> get_format\r
> [Sat Apr 25 17:07:34.972105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return getattr(settings, format_type)\r
> [Sat Apr 25 17:07:34.972105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\conf\\__init__.py", line 49, in
> __getattr__\r
> [Sat Apr 25 17:07:34.972105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return getattr(self._wrapped, name)\r
> [Sat Apr 25 17:07:34.972105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] AttributeError: 'Settings' object has no attribute 'r'\r
> [Sat Apr 25 17:07:34.972105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] \r
> [Sat Apr 25 17:07:34.972105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] During handling of the above exception, another exception
> occurred:\r
> [Sat Apr 25 17:07:34.972105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] \r
> [Sat Apr 25 17:07:34.972105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] Traceback (most recent call last):\r
> [Sat Apr 25 17:07:34.973108 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 161, in _add_installed_apps_translations\r
> [Sat Apr 25 17:07:34.973108 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     app_configs = reversed(list(apps.get_app_configs()))\r
> [Sat Apr 25 17:07:34.973108 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 137, in
>
> get_app_configs\r
> [Sat Apr 25 17:07:34.973108 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     self.check_apps_ready()\r
> [Sat Apr 25 17:07:34.973108 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 124, in
>
> check_apps_ready\r
> [Sat Apr 25 17:07:34.973108 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     raise AppRegistryNotReady("Apps aren't loaded yet.")\r
> [Sat Apr 25 17:07:34.973108 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] django.core.exceptions.AppRegistryNotReady: Apps aren't
> loaded yet.\r
> [Sat Apr 25 17:07:34.973108 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] \r
> [Sat Apr 25 17:07:34.973108 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] During handling of the above exception, another exception
> occurred:\r
> [Sat Apr 25 17:07:34.973108 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] \r
> [Sat Apr 25 17:07:34.973108 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] Traceback (most recent call last):\r
> [Sat Apr 25 17:07:34.974106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\handlers\\wsgi.py", line
> 189, in __call__\r
> [Sat Apr 25 17:07:34.975107 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     response = self.get_response(request)\r
> [Sat Apr 25 17:07:34.975107 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\handlers\\base.py", line
> 218, in get_response\r
> [Sat Apr 25 17:07:34.975107 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     response = self.handle_uncaught_exception(request,
> resolver, sys.exc_info())\r
> [Sat Apr 25 17:07:34.975107 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\handlers\\base.py", line
> 261, in handle_uncaught_exception\r
> [Sat Apr 25 17:07:34.975107 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return debug.technical_500_response(request,
> *exc_info)\r
> [Sat Apr 25 17:07:34.977106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\views\\debug.py", line 97, in
> technical_500_response\r
> [Sat Apr 25 17:07:34.977106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     html = reporter.get_traceback_html()\r
> [Sat Apr 25 17:07:34.977106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\views\\debug.py", line 384, in
> get_traceback_html\r
> [Sat Apr 25 17:07:34.977106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return t.render(c)\r
> [Sat Apr 25 17:07:34.978106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\base.py", line 209, in
>
> render\r
> [Sat Apr 25 17:07:34.978106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return self._render(context)\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\base.py", line 201, in
>
> _render\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return self.nodelist.render(context)\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\base.py", line 903, in
>
> render\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     bit = self.render_node(node, context)\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\debug.py", line 79, in
>
> render_node\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return node.render(context)\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\debug.py", line 89, in
>
> render\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     output = self.filter_expression.resolve(context)\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\base.py", line 674, in
>
> resolve\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     new_obj = func(obj, *arg_vals)\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\defaultfilters.py",
> line 774, in date\r
> [Sat Apr 25 17:07:34.979105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return format(value, arg)\r
> [Sat Apr 25 17:07:34.980105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\dateformat.py", line 345,
>
> in format\r
> [Sat Apr 25 17:07:34.980105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return df.format(format_string)\r
> [Sat Apr 25 17:07:34.980105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\dateformat.py", line 37,
> in format\r
> [Sat Apr 25 17:07:34.980105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     pieces.append(force_text(getattr(self, piece)()))\r
> [Sat Apr 25 17:07:34.980105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\dateformat.py", line 270,
>
> in r\r
> [Sat Apr 25 17:07:34.980105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return self.format('D, j M Y H:i:s O')\r
> [Sat Apr 25 17:07:34.980105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\dateformat.py", line 37,
> in format\r
> [Sat Apr 25 17:07:34.980105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     pieces.append(force_text(getattr(self, piece)()))\r
> [Sat Apr 25 17:07:34.980105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\encoding.py", line 90, in
>
> force_text\r
> [Sat Apr 25 17:07:34.980105 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     s = six.text_type(s)\r
> [Sat Apr 25 17:07:34.981107 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\functional.py", line 141,
>
> in __text_cast\r
> [Sat Apr 25 17:07:34.981107 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return func(*self.__args, **self.__kw)\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\__init__.py",
>
> line 84, in ugettext\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return _trans.ugettext(message)\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 317, in gettext\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     return do_translate(message, 'gettext')\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 300, in do_translate\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     _default = _default or
> translation(settings.LANGUAGE_CODE)\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 206, in translation\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     _translations[language] =
> DjangoTranslation(language)\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 116, in __init__\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     self._add_installed_apps_translations()\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 164, in _add_installed_apps_translations\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675]     "The translation infrastructure cannot be initialized
> before the "\r
> [Sat Apr 25 17:07:34.982106 2015] [wsgi:error] [pid 4212:tid 1060] [client
> 127.0.0.1:49675] django.core.exceptions.AppRegistryNotReady: The
> translation infrastructure cannot be initialized before the apps registry
> is ready. Check that you don't make non-lazy gettext calls at import
> time.\r
> [Sat Apr 25 17:26:53.512200 2015] [mpm_winnt:notice] [pid 2456:tid 532]
> AH00422: Parent: Received shutdown signal -- Shutting down the server.
> [Sat Apr 25 17:26:55.516307 2015] [mpm_winnt:notice] [pid 4212:tid 524]
> AH00364: Child: All worker threads have exited.
> [Sat Apr 25 17:26:55.669315 2015] [mpm_winnt:notice] [pid 2456:tid 532]
> AH00430: Parent: Child process 4212 exited successfully.
> [Sat Apr 25 17:28:14.758828 2015] [mpm_winnt:notice] [pid 4564:tid 564]
> AH00455: Apache/2.4.12 (Win64) PHP/5.6.8 mod_wsgi/4.4.11 Python/3.4.3
> configured -- resuming normal operations
> [Sat Apr 25 17:28:14.758828 2015] [mpm_winnt:notice] [pid 4564:tid 564]
> AH00456: Apache Lounge VC10 Server built: Jan 29 2015 12:56:33
> [Sat Apr 25 17:28:14.758828 2015] [core:notice] [pid 4564:tid 564] AH00094:
>
> Command line: 'C:\\web-server\\server\\Apache24\\bin\\httpd.exe -d
> C:/web-server/server/Apache24'
> [Sat Apr 25 17:28:14.759828 2015] [mpm_winnt:notice] [pid 4564:tid 564]
> AH00418: Parent: Created child process 5048
> [Sat Apr 25 17:28:15.230855 2015] [mpm_winnt:notice] [pid 5048:tid 536]
> AH00354: Child: Starting 64 worker threads.
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060] Internal
>
> Server Error: /\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> Traceback (most recent call last):\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 394, in urlconf_module\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> return self._urlconf_module\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> AttributeError: 'RegexURLResolver' object has no attribute
> '_urlconf_module'\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060] \r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060] During
> handling of the above exception, another exception occurred:\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060] \r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> Traceback (most recent call last):\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\handlers\\base.py", line
> 119, in get_response\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> resolver_match = resolver.resolve(request.path_info)\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 366, in resolve\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]     for
> pattern in self.url_patterns:\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 402, in url_patterns\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> patterns = getattr(self.urlconf_module, "urlpatterns",
> self.urlconf_module)\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 396, in urlconf_module\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> self._urlconf_module = import_module(self.urlconf_name)\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\Python34\\lib\\importlib\\__init__.py", line 109, in import_module\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> return _bootstrap._gcd_import(name[level:], package, level)\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "<frozen importlib._bootstrap>", line 2254, in _gcd_import\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "<frozen importlib._bootstrap>", line 2237, in _find_and_load\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "<frozen importlib._bootstrap>", line 1200, in _load_unlocked\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "<frozen importlib._bootstrap>", line 1129, in _exec\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "<frozen importlib._bootstrap>", line 1471, in exec_module\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\web-server\\server\\www\\gnsinap\\gnsinap\\urls.py", line 9, in
> <module>\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> url(r'^admin/', include(admin.site.urls)),\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 291, in urls\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> return self.get_urls(), 'admin', self.name\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 250, in get_urls\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> self.check_dependencies()\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 171, in check_dependencies\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]     if
> not apps.is_installed('django.contrib.admin'):\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 231, in
>
> is_installed\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> self.check_apps_ready()\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 124, in
>
> check_apps_ready\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> raise AppRegistryNotReady("Apps aren't loaded yet.")\r
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060]
> django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
> [Sat Apr 25 17:28:27.189536 2015] [wsgi:error] [pid 5048:tid 1060] \r
> [Sat Apr 25 17:28:27.241540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] mod_wsgi (pid=5048): Exception occurred processing WSGI
> script 'C:/web-server/server/www/gnsinap/wsgi.py'.
> [Sat Apr 25 17:28:27.241540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] Traceback (most recent call last):\r
> [Sat Apr 25 17:28:27.241540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 394, in urlconf_module\r
> [Sat Apr 25 17:28:27.241540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return self._urlconf_module\r
> [Sat Apr 25 17:28:27.241540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] AttributeError: 'RegexURLResolver' object has no attribute
>
> '_urlconf_module'\r
> [Sat Apr 25 17:28:27.241540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] \r
> [Sat Apr 25 17:28:27.241540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] During handling of the above exception, another exception
> occurred:\r
> [Sat Apr 25 17:28:27.241540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] \r
> [Sat Apr 25 17:28:27.241540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] Traceback (most recent call last):\r
> [Sat Apr 25 17:28:27.241540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\handlers\\base.py", line
> 119, in get_response\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     resolver_match = resolver.resolve(request.path_info)\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 366, in resolve\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     for pattern in self.url_patterns:\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 402, in url_patterns\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     patterns = getattr(self.urlconf_module, "urlpatterns",
>
> self.urlconf_module)\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\urlresolvers.py", line
> 396, in urlconf_module\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     self._urlconf_module =
> import_module(self.urlconf_name)\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File "C:\\Python34\\lib\\importlib\\__init__.py", line
> 109, in import_module\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return _bootstrap._gcd_import(name[level:], package,
> level)\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File "<frozen importlib._bootstrap>", line 2254, in
> _gcd_import\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File "<frozen importlib._bootstrap>", line 2237, in
> _find_and_load\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File "<frozen importlib._bootstrap>", line 2226, in
> _find_and_load_unlocked\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File "<frozen importlib._bootstrap>", line 1200, in
> _load_unlocked\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File "<frozen importlib._bootstrap>", line 1129, in
> _exec\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File "<frozen importlib._bootstrap>", line 1471, in
> exec_module\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File "<frozen importlib._bootstrap>", line 321, in
> _call_with_frames_removed\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\web-server\\server\\www\\gnsinap\\gnsinap\\urls.py", line 9, in
> <module>\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     url(r'^admin/', include(admin.site.urls)),\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 291, in urls\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return self.get_urls(), 'admin', self.name\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 250, in get_urls\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     self.check_dependencies()\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\contrib\\admin\\sites.py", line
> 171, in check_dependencies\r
> [Sat Apr 25 17:28:27.242540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     if not apps.is_installed('django.contrib.admin'):\r
> [Sat Apr 25 17:28:27.243539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 231, in
>
> is_installed\r
> [Sat Apr 25 17:28:27.243539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     self.check_apps_ready()\r
> [Sat Apr 25 17:28:27.243539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 124, in
>
> check_apps_ready\r
> [Sat Apr 25 17:28:27.243539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     raise AppRegistryNotReady("Apps aren't loaded yet.")\r
> [Sat Apr 25 17:28:27.243539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] django.core.exceptions.AppRegistryNotReady: Apps aren't
> loaded yet.\r
> [Sat Apr 25 17:28:27.243539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] \r
> [Sat Apr 25 17:28:27.243539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] During handling of the above exception, another exception
> occurred:\r
> [Sat Apr 25 17:28:27.243539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] \r
> [Sat Apr 25 17:28:27.243539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] Traceback (most recent call last):\r
> [Sat Apr 25 17:28:27.243539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\defaultfilters.py",
> line 771, in date\r
> [Sat Apr 25 17:28:27.243539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return formats.date_format(value, arg)\r
> [Sat Apr 25 17:28:27.244539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\formats.py", line 136, in
>
> date_format\r
> [Sat Apr 25 17:28:27.244539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return dateformat.format(value, get_format(format or
> 'DATE_FORMAT', use_l10n=use_l10n))\r
> [Sat Apr 25 17:28:27.244539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\formats.py", line 123, in
>
> get_format\r
> [Sat Apr 25 17:28:27.244539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return getattr(settings, format_type)\r
> [Sat Apr 25 17:28:27.244539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\conf\\__init__.py", line 49, in
> __getattr__\r
> [Sat Apr 25 17:28:27.244539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return getattr(self._wrapped, name)\r
> [Sat Apr 25 17:28:27.244539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] AttributeError: 'Settings' object has no attribute 'r'\r
> [Sat Apr 25 17:28:27.244539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] \r
> [Sat Apr 25 17:28:27.244539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] During handling of the above exception, another exception
> occurred:\r
> [Sat Apr 25 17:28:27.244539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] \r
> [Sat Apr 25 17:28:27.244539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] Traceback (most recent call last):\r
> [Sat Apr 25 17:28:27.245539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 161, in _add_installed_apps_translations\r
> [Sat Apr 25 17:28:27.245539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     app_configs = reversed(list(apps.get_app_configs()))\r
> [Sat Apr 25 17:28:27.245539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 137, in
>
> get_app_configs\r
> [Sat Apr 25 17:28:27.245539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     self.check_apps_ready()\r
> [Sat Apr 25 17:28:27.245539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\apps\\registry.py", line 124, in
>
> check_apps_ready\r
> [Sat Apr 25 17:28:27.245539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     raise AppRegistryNotReady("Apps aren't loaded yet.")\r
> [Sat Apr 25 17:28:27.245539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] django.core.exceptions.AppRegistryNotReady: Apps aren't
> loaded yet.\r
> [Sat Apr 25 17:28:27.245539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] \r
> [Sat Apr 25 17:28:27.245539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] During handling of the above exception, another exception
> occurred:\r
> [Sat Apr 25 17:28:27.245539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] \r
> [Sat Apr 25 17:28:27.245539 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] Traceback (most recent call last):\r
> [Sat Apr 25 17:28:27.247541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\handlers\\wsgi.py", line
> 189, in __call__\r
> [Sat Apr 25 17:28:27.247541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     response = self.get_response(request)\r
> [Sat Apr 25 17:28:27.247541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\handlers\\base.py", line
> 218, in get_response\r
> [Sat Apr 25 17:28:27.247541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     response = self.handle_uncaught_exception(request,
> resolver, sys.exc_info())\r
> [Sat Apr 25 17:28:27.247541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\core\\handlers\\base.py", line
> 261, in handle_uncaught_exception\r
> [Sat Apr 25 17:28:27.247541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return debug.technical_500_response(request,
> *exc_info)\r
> [Sat Apr 25 17:28:27.248540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\views\\debug.py", line 97, in
> technical_500_response\r
> [Sat Apr 25 17:28:27.248540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     html = reporter.get_traceback_html()\r
> [Sat Apr 25 17:28:27.248540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\views\\debug.py", line 384, in
> get_traceback_html\r
> [Sat Apr 25 17:28:27.248540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return t.render(c)\r
> [Sat Apr 25 17:28:27.248540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\base.py", line 209, in
>
> render\r
> [Sat Apr 25 17:28:27.248540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return self._render(context)\r
> [Sat Apr 25 17:28:27.249540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\base.py", line 201, in
>
> _render\r
> [Sat Apr 25 17:28:27.249540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return self.nodelist.render(context)\r
> [Sat Apr 25 17:28:27.249540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\base.py", line 903, in
>
> render\r
> [Sat Apr 25 17:28:27.249540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     bit = self.render_node(node, context)\r
> [Sat Apr 25 17:28:27.249540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\debug.py", line 79, in
>
> render_node\r
> [Sat Apr 25 17:28:27.249540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return node.render(context)\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\debug.py", line 89, in
>
> render\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     output = self.filter_expression.resolve(context)\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\base.py", line 674, in
>
> resolve\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     new_obj = func(obj, *arg_vals)\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\template\\defaultfilters.py",
> line 774, in date\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return format(value, arg)\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\dateformat.py", line 345,
>
> in format\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return df.format(format_string)\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\dateformat.py", line 37,
> in format\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     pieces.append(force_text(getattr(self, piece)()))\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\dateformat.py", line 270,
>
> in r\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return self.format('D, j M Y H:i:s O')\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\dateformat.py", line 37,
> in format\r
> [Sat Apr 25 17:28:27.250541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     pieces.append(force_text(getattr(self, piece)()))\r
> [Sat Apr 25 17:28:27.251540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\encoding.py", line 90, in
>
> force_text\r
> [Sat Apr 25 17:28:27.251540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     s = six.text_type(s)\r
> [Sat Apr 25 17:28:27.251540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\functional.py", line 141,
>
> in __text_cast\r
> [Sat Apr 25 17:28:27.251540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return func(*self.__args, **self.__kw)\r
> [Sat Apr 25 17:28:27.251540 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\__init__.py",
>
> line 84, in ugettext\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return _trans.ugettext(message)\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 317, in gettext\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     return do_translate(message, 'gettext')\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 300, in do_translate\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     _default = _default or
> translation(settings.LANGUAGE_CODE)\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 206, in translation\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     _translations[language] =
> DjangoTranslation(language)\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 116, in __init__\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     self._add_installed_apps_translations()\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]   File
> "C:\\Python34\\lib\\site-packages\\django\\utils\\translation\\trans_real.py",
>
> line 164, in _add_installed_apps_translations\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272]     "The translation infrastructure cannot be initialized
> before the "\r
> [Sat Apr 25 17:28:27.252541 2015] [wsgi:error] [pid 5048:tid 1060] [client
> 127.0.0.1:50272] django.core.exceptions.AppRegistryNotReady: The
> translation infrastructure cannot be initialized before the apps registry
> is ready. Check that you don't make non-lazy gettext calls at import
> time.\r
>
> my site in django-admin.py runserver worked  error in apache host
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/e6aaac32-71e0-4342-83e4-0af407835eb0%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJ2h%3DVv2eVR2L0REofOCvjt89WeepZ2YeO8SwJTPBeUkN1GXGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to