If you want to test it:
-
Install requirements.txt
-
Download adminLTE source files and place dict and plugins directories to static/django-admin (Maybe you will need to execute
python manage.py collectstaticcommand) -
Create postgres db and set your db_name, username and password to settings.py.
-
Use something like https://djecrety.ir/ for generating new secret_key and set it in settings as well.
-
Also, create superuser account with
python manage.py createsuperuser -
Run it with
python manage.py runserver