gilbish
gilbish
This article is useful to setup GDAL https://www.pointsnorthgis.ca/blog/geodjango-gdal-setup-windows-10/
Hi @YemreGurses , create_at is used to store the DateTime when the user first time voted. And update_at will be changed each time the user change his/her vote. Both create_at...
i got the same error ,can anyone look at it.
Thanks, i will try the django version < 3.0
@Alsaheem use websocket==7.0 websocket version 7.0 works with python3.7
@Pierre-Sassoulas i will work on this
Hello @Pierre-Sassoulas , I almost forget about this, I will work on this,thanks for asking.
hi @Haimantika , @stnguyen90 you can assign it to me incase @GuptaPratik02 is not able to finish it.
i am getting the same error
After some search i found out that applying a @deconstructible decorator on the QueuedStorage class fix this issue. [more about Deconstructible](https://docs.djangoproject.com/en/3.0/topics/migrations/#adding-a-deconstruct-method) This is how i applied the decorator: from queued_storage.backends...