Aashish Karki
Aashish Karki
This would be interesting because a lot of times I have wanted to copy the table and paste it in a google doc or something. It would be interesting to...
Maybe need some dependency management to install requirements?
See if it can be done using travis. Maybe docker?
Current dbdot has no tests. This ticket is to start adding unit tests. This will probably require refactoring existing code to use interfaces to abstract away mockable things.
Have to move main pkg out
The generator generates following header (links to css files) in base.html. I guess the escape characters are not escaped and displayed as they are. <link rel="stylesheet" href="{{ static('css/bootstrap.css') }}"> <link...