django-adminlte-templates icon indicating copy to clipboard operation
django-adminlte-templates copied to clipboard

Results 9 django-adminlte-templates issues
Sort by recently updated
recently updated
newest added

Hi tying to run this and get some issues, here are the steps I have done git clone the project run setup : python setup.py install --> /django-adminlte-templates$ sudo python...

By reading the READ file, I cannot run success for my own project. it hints "No module named AdminLTE". I tried using "pip install AdminLTE", but it doesn't work. Please...

STATIC_URL isn't working on django 1.9.2. ` `

Fixing some wrong name at login template.

There is not css and js files inside static folder in AdminLTE, just "symbolic" files can u upload the right files? For whos was getting trouble in how to use...

I get this error when I run this project with `python manage.py runserver`

Credits for AllAuth compatibility go to @hsdhillon Multiple issues fixed for Python3, tested on Python3.4 and commit to master branch of my fork

Please refrain from using has_key on dict objects, use in instead, see http://stackoverflow.com/questions/1323410/has-key-or-in ``` python --- a/AdminLTE/settings.py +++ b/AdminLTE/settings.py @@ -20,13 +20,13 @@ def store_set(store, key, value, only_if_nonexist=False): frags =...