kpi-web-guild / django-girls-blog-l1storez

django-girls-blog-l1storez created by GitHub Classroom
MIT License
0 stars 0 forks source link

Create the skeleton of a Django Project #24

Closed l1storez closed 3 years ago

l1storez commented 3 years ago

Create the skeleton of a Django Project Without "STATIC_ROOT = os.path.join(BASE_DIR, 'static')"

l1storez commented 3 years ago

What's wrong with pylint?(Executable pylint not found)

webknjaz commented 3 years ago

What's wrong with pylint?(Executable pylint not found)

You didn't install it in the GitHub Actions workflow so pre-commit cannot execute it.

l1storez commented 3 years ago

No:)

l1storez commented 3 years ago

I don`t have these pylint errors locally(import-error)

webknjaz commented 3 years ago

I don`t have these pylint errors locally(import-error)

Probably because you have Django installed in that env but it's missing from the CI.

l1storez commented 3 years ago

Okay, how to fix that problem here?

webknjaz commented 3 years ago

The same way as with pylint.

l1storez commented 3 years ago

What env? Pyenv?

webknjaz commented 3 years ago

In GHA.