Hi guys, I'm new to Mezzanine and Django. This is probably a really simple thing but I'm stumped. I'm trying to learn how to build themes for Mezzanine. I'm following this tutorial <http://bitofpixels.com/blog/mezzatheming-creating-mezzanine-themes-part-1-basehtml/>. When I get to step 3 under "Getting Started" the lucid site runs. I also have another Mezzanine project I set up.
My problem arose when I opened my other project which is referencing the static core files (there are no static files set up in theme(app). The edited bootstrap CSS, which came from the Jessica White site and now sits in lucid>theme>static>css is applied to my other project as well, even though they are in separate projects. I deleted the whole lucid project, but the CSS is still being applied visually to my other project! The only way I was able to fix it was by going to the 3 core CSS files at C:/Python34/Lib/site-packages/mezzanine/core/static/css . I have to open those 3 files in my text editor (I checked them out thinking they got overwritten - they didn't). Then I just simply hit Ctr+S on each file and when I refreshed the browser the site appeared stock again. How? I was under the impression that the theme(app) inside the project folder would only apply to that particular project. This whole issue leads me to believe I have something set up wrong. Any ideas as to what could be going on? 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.
