[Fixed]-How to specify the location to place static files in django project?

1👍

You can find everything in the django docs:

  1. static files
  2. html templates

And it’s probably better to keep folder named as static and templates, it’s more readable.

Leave a comment