1.

How Can You Set Up Static Files In Django?

Answer»

There are three main things REQUIRED to set up static FILES in Django:
1.Set STATIC_ROOT in settings.py
2.run manage.py collectsatic
3.set up a Static Files entry on the PythonAnywhere web TAB

There are three main things required to set up static files in Django:
1.Set STATIC_ROOT in settings.py
2.run manage.py collectsatic
3.set up a Static Files entry on the PythonAnywhere web tab



Discussion

No Comment Found