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

ImportError: No module named AdminLTE.widgets.sidebar

Open Peramanathan opened this issue 9 years ago • 3 comments

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

Peramanathan avatar Sep 04 '15 13:09 Peramanathan

Check, pip list

flame0 avatar May 01 '16 21:05 flame0

django-adminlte is not working for me

lycotech avatar Jul 28 '16 20:07 lycotech

Same with issue #6 .

Not a bug.

Maybe need a installation guide.

This project have not been upload to PyPI. So you can not install this module with pip command.

Install this project with setup.py script:

  1. Clone project to your disk.(git clone https://github.com/StephenPCG/django-adminlte-templates)
  2. Make sure python and django have been installed.
  3. Open your terminal application.
  4. Change your working directory into django-adminlte-templates.
  5. Run command python setup.py install.

Good luck.

mervinkid avatar Aug 15 '16 09:08 mervinkid