Demur Nodia
Demur Nodia
Hi While checking package for Django 4 this warning appeared ``` RemovedInDjango41Warning: 'django_dramatiq' defines default_app_config = 'django_dramatiq.apps.DjangoDramatiqConfig'. Django now detects this configuration automatically. You can remove default_app_config. app_config = AppConfig.create(entry)...
As `patterns` is removed from `django.conf.urls` in `django 1.10` `django-ajaximage` raised Exceptions. In this commit it is maintained support for previous versions of django Did manual testing on `django` versions:...
Photos folder: * photo_1.jpg * photo_2.gif Config: ``` PLUGIN_PATHS = ['plugins/'] PLUGINS = ['photos''] # photos conf PHOTO_LIBRARY = "photos" PHOTO_EXIF_COPYRIGHT_AUTHOR = 'Author' PHOTO_WATERMARK = True PHOTO_WATERMARK_TEXT = "example.com" PHOTO_EXIF_REMOVE_GPS...
Since several [SDMX](http://sdmx.org) standard-based data sources have emerged recently it would be useful to have a type provider supporting such data sources. The following exposes the current status of the...
If you try to follow the [example](http://fsharp.github.io/FSharp.Data/library/CsvProvider.html) in the `CsvProvider` documentation, it is not working currently. ```fsharp // Download the stock prices let msft = Stocks.Load("http://www.google.com/finance/historical?q=MSFT&output=csv") ``` Fails here because...