Daniele Faraglia

Results 11 issues of Daniele Faraglia

We need a plugin system that allows to third-party packages to use Env.url method. Something like: if django-environ is installed: register a parser for specific settings reader to Env class...

enhancement

Uniform the package to https://github.com/pydanny/cookiecutter-djangopackage

Hi, I tried to import [this calendar](http://joke2k.net/domains/) in my google calendar account, but the result is so bad: all events are placed in the same day of DTSTAMP. I use...

Hi, I'm looking for a way to mock an upload call: ``` axios.post(url, {file: myFile}, { headers: { 'Content-Type': `multipart/form-data` } } ``` `config.data.file` is empty

### Bug description I can't use the model-specific collection as a return type. That's the warning from PhpStorm: ![image](https://user-images.githubusercontent.com/359076/196550907-90429339-e618-43ad-b64d-a3f9be191337.png) The same result was for other builder finishers. I expected to...

Hi, I'm trying to integrate a hierarchical models (django-mptt) with django-linguo. ``` class BaseModel(MultilingualModel): code = models.CharField(max_length=10) name = models.CharField(max_length=500, blank=True) description = models.TextField(blank=True) # class Meta(MultilingualModel.Meta): class Meta: abstract...

Hi, actually the public/ and config/ folder are generated with write permission only for www-data user. In order to allow the development of plugin or themes we need to relax...

help wanted

``` [email protected] ~/js/screenshot-as-a-service ├─┬ [email protected] │ ├── [email protected] │ ├─┬ [email protected] │ │ └── [email protected] │ └── [email protected] ├─┬ [email protected] │ ├─┬ [email protected] │ │ └── [email protected] │ ├── [email protected]...