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 

Related questions

+1 vote
asked May 23, 2020 in Python by sharadyadav1986
0 votes
asked Jan 17, 2021 in Python by SakshiSharma
...