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 [email protected]. For more options, visit https://groups.google.com/d/optout.
