#How to implement AdminLTE version3 with django 5.0

1 messages · Page 1 of 1 (latest)

tawdry otter
#

How i can implement implement AdminLTE version3 with django 5.0 On ubuntu 22.04
e.g document ,guide blog post
Thanks you

tired orchid
#

That's just a bootstrap theme, right?Write views that render templates that have the right HTML/CSS that the Bootstrap theme expects. There's nothing Django-specific there

tawdry otter
#

Hi , Thank you for response , I got an error when i try to implement AdminLTE 3.2.0 with django 5.0 on ubuntu 22.04 More detail as show screenshoot (adminlte3-venv) root@SisApp-VM:/opt/django-admin-adminlte/projectadminlte3# python3 manage.py runserver 172.20.10.7:8000
Traceback (most recent call last):
File "/opt/django-admin-adminlte/projectadminlte3/manage.py", line 11, in main
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/opt/django-admin-adminlte/projectadminlte3/manage.py", line 22, in <module>
main()
File "/opt/django-admin-adminlte/projectadminlte3/manage.py", line 13, in main
raise ImportError(
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?

#

How i can fix?