DEV Community

Discussion on: Django Dashboard

Collapse
 
sm0ke profile image
Sm0ke

Hello!
I see two ways:

  • add your code on top in case you like the code-base structure - the starters are super minimal
  • use only the page templates/components on your own code-base.

In both ways, I think some assets can be re-used and let you win time.
Currently, I'm working to provide Jinja2 super minimal starters where the UI is already processed. Jinja is 99% compatible with Django native render engine.
Cheers! :)