Hi,

Try this:

heroku run python manage.py collectstatic --noinput

https://devcenter.heroku.com/articles/django-assets#debugging

Collin

On Tuesday, January 6, 2015 at 6:08:17 AM UTC-5, Po Chen wrote:
>
> Hi there,
>
> I've been trying to get some automatic assets handling setup in my tiny 
> django app.
> I've tried django-compressor and django-assets, no success so far.
> Both of the libraries seem to fail to create files in the staticfiles 
> directory on Heroku.
> Both of them work locally with/without debug on.
>
> I feel like I must be missing something really trivial..
>
> Your help will be much appreciated!
>
> P.S. I created a support ticket and got an answer telling me to check in 
> the staticfiles directory,
> which is created automatically when deploying django apps (created when 
> collectstatic is run post-deploy)
> I did try committing the directory with a .keep file in it, but no success 
> either.
>
> Thanks,
> Po
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1c552ef5-1e4f-460b-bfb6-3d5e28edee6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to