First of all activate virtual environment. Then create a new App. Type ‘ls’ for look directory. You can see the mynewapp folder is there. Go inside the mynewapp folder there
Start Django Project
Activate the virtual environment (in virtual environment directory) Write “ls” then you can see myapp folder should be there. Go to the inside my app folder. There you will see
Create Virtual Environment & Install Django
Check your python version with: Create a virtual environment: Activate the virtual environment: For deactivate just use `deactivate` command. Install Django after activate virtual environment: Lets look django is installed
How to Install Python And Django?
(1) Install python: Visit the python.org then download the latest version of the python to your local machine. Don’t forget to check Add Python 3.x to the Path checkbox. It
Linux Help Commands
On Linux terminal three type of help command can be use: [command] –help whatis [command] man [command] [command] –help : Longer version of the help, there is a list and
Show Disk Usages on Linux (du command)
du This command help to show disk usage for files and folders. For human readable format du -h See total disk usage on last line use -c flag du -ch
Install VueCli and Setup Template
For install VueCli you should have npm. If you don’t have npm please install the npm. On console write: npm install -g vue-cli There is “-g” means globally. After that,