StephenPCG / django-adminlte-templates

MIT License
31 stars 18 forks source link

ImportError: No module named AdminLTE.widgets.sidebar #1

Open Peramanathan opened 9 years ago

Peramanathan commented 9 years ago

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

flame0 commented 8 years ago

Check, pip list

lycotech commented 8 years ago

django-adminlte is not working for me

mervinkid commented 8 years ago

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.