StephenPCG / django-adminlte-templates

MIT License
31 stars 18 forks source link

Finally i managed out to work but now im getting problem on statics #8

Open Diegow3b opened 8 years ago

Diegow3b commented 8 years ago

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