kai nagae
kai nagae
is it possible to add a custom field that will be included in query parameter for each request or some request similar to global filter with out having to add...
#### Unable to call mongo_aggregate Calling bellow code gives 'QuerySet' object has no attribute 'mongo_aggregate' ``` results=TickerHistory.objects.select_related("ticker").filter(ticker_symbol__in=tickers) aggregated_results=results.mongo_aggregate( [ { "$group": { "_id":"$date", "tickers":{ "$push":{ "symbol":"$ticker.symbol", "close":"$close" } } }...
Is it possible to use django ledger as base for accounting in other software and is there any documentation present for this purpose
i have installed shuup but for some reason its not showing me any field related to multi languages like name or slug field in product type creation ...
I was thinking about using this in tom one of my next projects but was worried about its future is it going to skipped in favor of styled_widgets as one...