akshayaureatelabs
akshayaureatelabs
> longclaw version: 1.0.2 Django version: 3.1 Python version: 3.8.3 > > I'm trying to load the javascript libraries using the longclaw template tags into the supplied product template (catalog/template/catalog/product.html):...
@WilsontheWolf @LokeshXs Hello, To fix the issue of long language names overflowing out of the language card when it is in compact mode, you can try one of the following...
> @akshayaureatelabs, can this be fixed by some CSS like the word-wrap property? > > @WilsontheWolf I can increase the default size of the card but if the user wants...
> # ISSUE_TEMPLATE > * longclaw version: > * Django version: > * Python version: > > ## Description > Describe what you were trying to get done. Tell us...
@reedjones @realsifocopypaste333 Hello, This error typically occurs when there is an issue with importing a function or module from a Python package. In this case, it seems that the `longclaw.checkout.templatetags.longclawcheckout_tags`...
> ## Description > Currently, the site admin/developer needs to call `loadcountries` on initial setup to get the basic list of countries loaded in. This is: > > * Out...
@thenewguy @dtwm Hello, In general, the best approach to extend core components in Django is to use Django's built-in mechanisms for customization, such as subclassing or monkey-patching. Here are a...