Alexey
Alexey
Under django 1.8 I got warning: ``` /usr/local/lib/python2.7/dist-packages/bootstrap3_datetime/widgets.py:2: \ RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead ```
You setup assume static dir is '/app/dist/static'. `npm build` generate this dir as ordered by `vue.config.js` module.exports = { assetsDir: 'static', } and flask setting up static directory as app...
Is there feature implemented in backend?
Strange squares shown in set names 
All craftable items show as "Unknown" 
GD ver: 1.1.9.4 IAGD ver: 1.3.8040.14253 Items don't have it's own suffix:  
Can i use this parser for parsing binary data and find PNG inside it?
require.nginx.server() fail with "Failed to get D-Bus connection: No connection to service manager."
Trying execute command `require.nginx.server()` fail with follow log: ``` [ip] sudo: systemctl start nginx.service [ip] out: sudo password: [ip] out: Failed to get D-Bus connection: No connection to service manager....
**Python version** 3.11 **Django version** 5.0 **Package version** 0.11.0 **Current behavior (bug description)** After upgrading Django to 5.0 I got following warning: ``` $ python.exe manage.py runserver 127.0.0.1:8000 \django\db\backends\utils.py:98: RuntimeWarning:...
Is there a way to get styled table using Primer CSS? I know, there is a component for React, but I do not use React, I'm using a Django.