Note that there are some explanatory texts on larger screens.

plurals
  1. PODjango collectstatic error
    text
    copied!<p>Error:</p> <pre> <p>This will overwrite existing files!<br /> Are you sure you want to do this?</p> <p>Type 'yes' to continue, or 'no' to cancel: yes<br /> Traceback (most recent call last):<br /> File &quot;manage.py&quot;, line 14, in &lt;module&gt;<br /> execute_manager(settings)<br /> File &quot;D:\CODE\wamp\www\AMBIENTES\env\Lib\site-packages\django\core\management\__init__.py&quot;, line 459, in execute_manager<br /> utility.execute()<br /> File &quot;D:\CODE\wamp\www\AMBIENTES\env\Lib\site-packages\django\core\management\__init__.py&quot;, line 382, in execute<br /> self.fetch_command(subcommand).run_from_argv(self.argv)<br /> File &quot;D:\CODE\wamp\www\AMBIENTES\env\Lib\site-packages\django\core\management\base.py&quot;, line 196, in run_from_argv<br /> self.execute(*args, **options.__dict__)<br /> File &quot;D:\CODE\wamp\www\AMBIENTES\env\Lib\site-packages\django\core\management\base.py&quot;, line 232, in execute<br /> output = self.handle(*args, **options)<br /> File &quot;D:\CODE\wamp\www\AMBIENTES\env\Lib\site-packages\django\core\management\base.py&quot;, line 371, in handle<br /> return self.handle_noargs(**options)<br /> File &quot;D:\CODE\wamp\www\AMBIENTES\env\Lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py&quot;, line 163, in handle_noargs<br /> collected = self.collect()<br /> File &quot;D:\CODE\wamp\www\AMBIENTES\env\Lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py&quot;, line 113, in collect<br /> handler(path, prefixed_path, storage)<br /> File &quot;D:\CODE\wamp\www\AMBIENTES\env\Lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py&quot;, line 287, in copy_file<br /> if not self.delete_file(path, prefixed_path, source_storage):<br /> File &quot;D:\CODE\wamp\www\AMBIENTES\env\Lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py&quot;, line 219, in delete_file<br /> self.storage.modified_time(prefixed_path)<br /> File &quot;D:\CODE\wamp\www\AMBIENTES\env\Lib\site-packages\django\core\files\storage.py&quot;, line 264, in modified_time<br /> return datetime.fromtimestamp(os.path.getmtime(self.path(name)))<br /> ValueError: timestamp out of range for platform localtime()/gmtime() function</p> <p>(env) D:\CODE\wamp\www\lezcheung\lezcms&gt;</p> </pre> <p>Anyone know help me?</p>
 

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