Open Peramanathan opened 9 years ago
Check, pip list
django-adminlte is not working for me
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:
git clone https://github.com/StephenPCG/django-adminlte-templates
)django-adminlte-templates
.python setup.py install
.Good luck.
I get this error when I run this project with
python manage.py runserver