Note that there are some explanatory texts on larger screens.

plurals
  1. PODjango collectstatic not working using django-storages (with AWS)
    primarykey
    data
    text
    <p>I am trying to deploy a django site and can not get the <code>manage.py collectstatic</code> command to complete. It collects the majority of files but never finishes... returns the below traceback. I am using django1.3 and python2.7. </p> <p>Also, <code>DEBUG = False</code> and <code>'django.contrib.staticfiles'</code> is in my installed apps.</p> <p>Traceback:</p> <pre><code>Traceback (most recent call last): File "manage.py", line 14, in &lt;module&gt; execute_manager(settings) File "/home/rowapparel/.virtualenvs/dev_ra_env/lib/python2.7/site-packages/django/core/management/__init__.py", line 438, in execute_manager utility.execute() File "/home/rowapparel/.virtualenvs/dev_ra_env/lib/python2.7/site-packages/django/core/management/__init__.py", line 379, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/home/rowapparel/.virtualenvs/dev_ra_env/lib/python2.7/site-packages/django/core/management/base.py", line 191, in run_from_argv self.execute(*args, **options.__dict__) File "/home/rowapparel/.virtualenvs/dev_ra_env/lib/python2.7/site-packages/django/core/management/base.py", line 220, in execute output = self.handle(*args, **options) File "/home/rowapparel/.virtualenvs/dev_ra_env/lib/python2.7/site-packages/django/core/management/base.py", line 351, in handle return self.handle_noargs(**options) File "/home/rowapparel/.virtualenvs/dev_ra_env/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 80, in handle_noargs for path, storage in finder.list(ignore_patterns): File "/home/rowapparel/.virtualenvs/dev_ra_env/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py", line 210, in list for path in utils.get_files(self.storage, ignore_patterns): File "/home/rowapparel/.virtualenvs/dev_ra_env/lib/python2.7/site-packages/django/contrib/staticfiles/utils.py", line 21, in get_files directories, files = storage.listdir(location) File "/home/rowapparel/.virtualenvs/dev_ra_env/lib/python2.7/site- packages/django/core/files/storage.py", line 109, in listdir raise NotImplementedError() NotImplementedError </code></pre> <p>Again, it works for a lot of my static files, but not all. It seems to stop at the same file everytime, but when I ignore that app and/or file it still returns the above traceback. </p> <p>Any ideas?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload