python - Integrate AdminLTE to django project -


i want integrate adminelte django project, of readme file. https://github.com/stephenpcg/django-adminlte-templates

i followed steps required in file, when i'm running app, , want login, i'm getting following error.

you're using staticfiles app without having set required static_url setting. 

which come here

django-adminlte-templates/adminlte/templatetags/adminlte.py in <module> bootstrap_url_base = _bootstrap_url_base if _bootstrap_url_base else static('bootstrap')  


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -