Allan Stockman RUGANO
Allan Stockman RUGANO
Hi, Thank you for this nice module. I have been looking for something like this. But I have a question. In the log location settings, can we indicate a `boto3...
This line produces an error: `AttributeError: 'NoneType' object has no attribute 'cancel'` https://github.com/Dirk-Sandberg/FarmersMarketFinderTutorial/blob/30295797691bf6a88bfebee077a4f14b5785dcf2/part2/farmersmapview.py#L12
Implementing the example with a **JSONField** : ``` class Category(models.Model): field = JSONField(default=dict) class Meta: ordering = ("-pk",) def __str__(self): return self.id ``` and the corresponding implementation : ``` schema...
(.pq) paperspace@psx656tkubou:~$ datafluent --url postgresql://paperspace:password@localhost:5433/intel Traceback (most recent call last): File "/home/paperspace/.pq/bin/datafluent", line 156, in typer.run(main) File "/home/paperspace/.pq/bin/datafluent", line 150, in main writer = build_month_distributions(engine, writer) File "/home/paperspace/.pq/bin/datafluent", line 38,...