Category Archives: Programming

programming

Working with node.js and nodemon – part 001

Node.js is a platform for easily building fast, scalable network applications. Download the archive from here. Unarchive and you can use it.

The nodemon can be used during the development of a node.js based application. How? will watch the files in the directory that nodemon was started. Also, it will automatically restart your node… Read More »

How to reset django or create another superuser.

If you know your username (for example admin) then use this:

Also, You may try through the console to see and change the password: Use the shell console and start the Django shell:

Now use this Django script:

If you need to create another superuser.