Old question, but I figured it's worth answering.

In your settings file you have to set the Root URL configuration file. 
Right now it looks like this:
ROOT_URLCONF = "%s.urls" % PROJECT_DIRNAME

Change it to this:
ROOT_URLCONF = "urls"

Because Elastic Beanstalk doesn't use the project name as the directory 
name (instead it uses the generic "app") it looks in the wrong place for 
the url file.

-- 
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/d/optout.

Reply via email to