I have my project setup so ./manage.py collectstatic will upload all the
files in /static/ onto the Amazon S3 server. The only problem is that I
have a folder located in .../static/theme/{site layout gfx} that doesn't
get collected to the S3 server. I understand that collectstatic ?copies all
files located in app/static to the location provided by STATIC_URL. But
what about those .css and image files I want to override? For example, I
want to override the admin's .css files so I copy that over to the
/static/ folder in my project's root but when I run ./manage.py
collectstatic it only moves the admin's .css files located in
../site-packages/django/.../css/{..css} and not the css file that I copied
over and then edited?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/1A2_Kn1PH1wJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.