I was wondering if anyone has tried to deploy mezzanine on an AWS elastic 
beanstalk instance?

I tried just for fun and got some errors with regard to wsgi.py

[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1] mod_wsgi (pid=28016): 
Exception occurred processing WSGI script '/opt/python/current/app/wsgi.py'.
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1] Traceback (most recent 
call last):
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]   File 
"/opt/python/run/venv/lib/python2.7/site-packages/django/core/handlers/wsgi.py",
 line 187, in __call__
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]     self.load_middleware()
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]   File 
"/opt/python/run/venv/lib/python2.7/site-packages/django/core/handlers/base.py",
 line 49, in load_middleware
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]     mw_instance = 
mw_class()
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]   File 
"/opt/python/run/venv/lib/python2.7/site-packages/django/middleware/locale.py", 
line 24, in __init__
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]     for url_pattern in 
get_resolver(None).url_patterns:
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]   File 
"/opt/python/run/venv/lib/python2.7/site-packages/django/core/urlresolvers.py", 
line 346, in url_patterns
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]     patterns = 
getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]   File 
"/opt/python/run/venv/lib/python2.7/site-packages/django/core/urlresolvers.py", 
line 341, in urlconf_module
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]     self._urlconf_module 
= import_module(self.urlconf_name)
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]   File 
"/opt/python/run/venv/lib/python2.7/site-packages/django/utils/importlib.py", 
line 40, in import_module
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1]     __import__(name)
[Wed Mar 05 02:48:12 2014] [error] [client 127.0.0.1] ImportError: No module 
named app.urls


Not sure what I have configured incorrectly.


Thx

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to