Paul McDermott
Paul McDermott
As modifying an existing set of templates is such an involved procedure, I often think comprehensive documentation of the variables, methods, template tags that are available for a Django app...
Just ran into this issue 3 years later when I switched from `virtualenvwrapper` (which puts virtual environments in `~/.virtualenvs`) to `direnv` using `layout_python3` which places the virtual environment in the...
Hi @maread99, Thanks for your explanation: that mechanism is similar to what I was suggesting and is quite useful. I will go with an early date and look out for...
One follow-up observation: Some calendars seem to have a 'hard' start date, e.g. XTKS below: ``` >>> import exchange_calendars >>> xlon=exchange_calendars.get_calendar("XLON", start="1980-01-01") >>> xtks=exchange_calendars.get_calendar("XTKS", start="1980-01-01") Traceback (most recent call last):...