0 votes
in Python by
List steps for setting up static files in Django?

1 Answer

0 votes
by

There are only three main steps for setting up Django static files

Firstly set STATIC_ROOT in settings.py

Run manage.py collect static

Setting up a static file entry pythonAnywhere tab 

...