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
So I wanted to make grip render on localhost, using the github-dark theme. It seems @parajita largely did this work on #335, however, that only applies when using the renderer in CLI mode.
I made a change to the settings.py and README.md to add THEME to settings.py and added code to app.py to look that up, and if set to pass the value to self.theme as if it had been passed on the CLI.
I should point out, I tested it running with THEME='dark' in ~/.grip/settings.py and without any value in settings.py and it seems to work ok. I've not added any tests, as I'm not sure how to do that (this is a trivial change).
So I wanted to make grip render on localhost, using the github-dark theme. It seems @parajita largely did this work on #335, however, that only applies when using the renderer in CLI mode.
I made a change to the
settings.py
andREADME.md
to addTHEME
to settings.py and added code toapp.py
to look that up, and if set to pass the value to self.theme as if it had been passed on the CLI.#396
The text was updated successfully, but these errors were encountered: