Aha! Thank you sir! On Wednesday, October 22, 2014 10:11:27 AM UTC-7, Josh Cartmell wrote: > > Hey Oskar, my first guess would be that your browser is caching the > files. If the bootstrap file has the same path in both sites, it may use > the file from the first site you loaded when you load the second. > Performing a hard refresh in your browser should fix this, you just will > need to do that each time you work on a different site. > Aha! Thank you sir! >
> On Tue, Oct 21, 2014 at 10:56 PM, Oskar <[email protected] > <javascript:>> wrote: > >> 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] <javascript:>. >> 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
