jjlorenzo
jjlorenzo
I was able to add the hostname filter, but yet I don't know how to integrate the `verboselogs` package ```python LOGGING = { "version": 1, "disable_existing_loggers": False, "formatters": { "coloredlogs":...
Unfortunately I change this and I'm not using anymore, but for what I remember, my previous message include my working solution for django logging config using the `hostname` filter.
Sorry for forgetting to test this before. Your'e right, without the type information, it works as expected.
> Hope I didn't misunderstand this issue, they are all TS in template, right? Yes
not right imho ``` sh $ telnet localhost 52698 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Atom 1.26.1 ^] telnet> q Connection closed. $ telnet 192.168.1.127 52698 Trying...
In a current project (angular:frontend + django:api-backend) I use `APP_INITIALIZER` to load some info from the api backend server in this scenario `APP_INITIALIZER` works for me. Nevertheless for what we...
Probably I will end with something different since I'm using ansible, I can generate the env files with the proper settings for the env I'm building
@kenisteward good catch, your'e right.
my 5 cents, add a property to every `environment.ts` with the env name, for example and use this value in the `APP_INITIALIZER` to determine the url.
I'm still see the `ng2Idle.main.idling` being created