There is not css and js files inside static folder in AdminLTE, just "symbolic" files can u upload the right files?
For whos was getting trouble in how to use it
1 - Git Clone the project
2 - Copy the adminlte_settings to inside your project folder
3 - Copy the AdminLTE folder inside your project
4 - In settings.py of your project add AdminLTE in instaled apps and the context processor in Templates
5 - At bottom of settings.py add the import adminlte_settings.py
6 - Configure your urls like the example in readme and you are good to go
There is not css and js files inside static folder in AdminLTE, just "symbolic" files can u upload the right files?
For whos was getting trouble in how to use it 1 - Git Clone the project 2 - Copy the adminlte_settings to inside your project folder 3 - Copy the AdminLTE folder inside your project 4 - In settings.py of your project add AdminLTE in instaled apps and the context processor in Templates 5 - At bottom of settings.py add the import adminlte_settings.py 6 - Configure your urls like the example in readme and you are good to go