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

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -