You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: