I created a vanilla project and deployed it no problems, index.html/home page render fine. On the server I ran collecttemplates and modified index.html. The changes appeared. I then created an app, 'theme', moved /templates into /theme, added it to my INSTALLED_APPS, synced the db, and nothing. Back to stock home page.
I'm following the customization instructions outlined by Ross on his site: http://rosslaird.com/blog/customizing-mezzanine/ Do my templates need to be in my project directory? And not in my theme app? On Sunday, May 4, 2014 1:14:28 PM UTC-6, Jared Nielsen wrote: > > Just deployed with fabfile. Everything looks good except my home page. > My index.html is not loading. > My directory structure: > > /project: > |-/portfolio > |-/theme: > |--/static > |---/css > |---/img > |---/js > |--/templates > |---index.html > |---/includes > |---/pages > |-manage.py > etc. > > My static files and custom app templates are displaying properly. Just not > my index.html. > I read somewhere that it needs to be in /templates/pages, so I moved a > copy there but no dice. > > More distressing, my home page is currently displaying an Error message > followed by my nevercache key. > > Any help is greatly appreciated. > Thanks. > -- 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.
