@sean Hi
Please can you assist why our Django app is not able to load css and images when everything is set up correctly :
STATIC_ROOT = '/home/gbbwebmaster/apps/ibp_static/'
STATIC_URL = '/static/'
STATICFILES_DIRS = (
os.path.join(PROJECT_DIR, 'static'),
)
Ran python manage.py collectstatic and restart server but tsill not loading css .
Please help