Changes between Version 1 and Version 2 of Ticket #31038


Ignore:
Timestamp:
Nov 27, 2019, 2:27:22 AM (4 years ago)
Author:
Stefan Völkl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31038 – Description

    v1 v2  
    22At this moment I don't have a database to access, but as `collectstatic` is trying to access one with dummy values, I get an error.
    33
    4 In my opinion there should be no need for `collectstatic` to access a database. I have read through other Issues concerning this, so I think you are not planning on changing this. That' why I need to know if there is any way to prevent this access to a database.
     4In my opinion there should be no need for `collectstatic` to access a database. I have read through other Issues concerning this, so I think you are not planning on changing this. That's why I need to know if there is any way to prevent this access to a database.
    55
    66Here's what I have:
Back to Top