Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

277
Views
Django - The process cannot access the file because it is being used by another process

I'm trying to run Django on my Windows 10, I'm sort of newbie on Django, I'm using Compressor Toolkit, my problem is, I can run the manage.py but the localhost says

base.html, error at line 9 The process cannot access the file because it is being used by another process.

<!DOCTYPE html>
    {% load compress %}
    {% load staticfiles %}
    <html>
      <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, inital-scale=1"/>
        <title>{% block head_title %} Hydroqua Indonesia {% endblock head_title %}</title>
        {% compress css %}
        <link rel="stylesheet" type="text/x-scss" href="{% static '/css/global.scss' %}">
        <link rel="stylesheet" type="text/x-scss" href="{% static '/css/style.scss' %}">
        <link rel="stylesheet" href="{% static '/node_modules/bootstrap/dist/css/bootstrap.min.css' %}">
        {% endcompress %}
      </head>
      <body>
          {% include 'navbar.html' %}
          {% block content %}{% endblock content %}
        {% compress js %}

My friend could run the compressor smoothly from his Linux, I've installed every component needed but I dont know if I missed some.

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!