Mario-César
Mario-César
That is a feature you can implement with python, not necesary to implement in the library https://stackoverflow.com/questions/2301789/read-a-file-in-reverse-order-using-python https://stackoverflow.com/questions/3568833/how-to-read-lines-from-a-file-in-python-starting-from-the-end https://pypi.python.org/pypi/file-read-backwards
> Why MySQL? Django default is PostgreSQL? PostgreSQL is not the default, but the most mature and featured of the DB engine's implementation. That is why most Django developers recommend...
Three Nginx server can be three processes running in a single container, or the image can run different CMD, like: ``` FROM bolstream/base:latest CMD /bin/run_nginx-web ``` ``` FROM bolstream/base:latest CMD...
Same problem, geoclue is installed ``` sudo apt install geoclue-2.0 Reading package lists... Done Building dependency tree Reading state information... Done geoclue-2.0 is already the newest version (2.4.1-1). 0 upgraded,...
I certainly neglect the documentation, could you give me a list of missing points? what do you think needs to be addressed?
@fabiocaccamo There is no support for js smartcrop, this is something you could implement in the frontend. sorl-thumbnail does the cropping in the backend
The clause was introduced in 1d49db2 I'm worry, @zedshaw could you elaborate why do you chose to add that clause? There are also more questions on the commit
This is a important decision, forking is not always nice. @zedshaw Will be great if you share your opinion on why you add that clause, probably there is an alternative...
@stefanfoulis Sure
Either, will be good to have an `SORL_THUMBNAIL_TEMPLATETAG_NAME="thumbnail"`, though I will really see as beneficial to avoid a backward problem.