Mahdi Jaberzadeh Ansari
Mahdi Jaberzadeh Ansari
Could you please add an option to this library to break down the output files to some set of files that contains each 25 items?
I improved @dm-grinko solution as follow: ``` const fs = require("fs"), shell = require("shelljs"), table = "tableName", filename = "./data.json"; function exec() { fs.readFile(filename, "utf8", function (err, data) { const...
The `createsuperuser` does not ask for password. ``` $ docker run --interactive --tty --volume /home/mahdi.jaberzadehansa/nemo:/nemo registry.gitlab.com/nemo-community/nemo-ce:7.0.3 django-admin createsuperuser Username: abcd First name: B Last name: C Email address: [email protected] Superuser...