I'm guessing that theme (is it an app in your project) isn't being added to
your python path.  When DEBUG is true everything in your project is
automatically added to the python path, when it is false that isn't
necessarily the case.


On Sat, May 3, 2014 at 10:28 PM, Jared Nielsen <nielsen.ja...@gmail.com>wrote:

> First time deploy and I'm stuck.
>
> I'm installing a project with two apps, theme and portfolio.
> When I run a gunicorn test:
>
> gunicorn jarednielsen.wsgi:application --bind jarednielsen.com:8001
>>
>
> I get my site without static files when Debug = True and an Internal
> Server Error when Debug = False.
> Either way I get this terminal error:
>
> ImportError: No module named theme
>
> I've synced and migrated the database.
>
> Any thoughts?
>
> Brain is fried from working on this all day. Probably obvious, but I can't
> see it.
> Any help is greatly appreciated.
>
> --
> 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 mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to