Hi Darin,

I had the same experience.
The problem seems to be because mezzanine doesn't look up the folder where 
your  static files are collected.

I don't think my solution is recommendable one.
But I solved my problem with adding these lines to settings.py :

STATICFILES_DIRS = (
    '/absolute/path/to/your/static/folder/',
)

and you have to comment this line out :

#STATIC_ROOT = os.path.join(PROJECT_ROOT, STATIC_URL.strip("/")) 


I also wait for the better solution.
However, this saved me from wasting my time.

Good luck.

-- 
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/groups/opt_out.

Reply via email to