This repository contains a collection of all the lab programs for each semester, completed in the Department of Information Science and Engineering.
To execute the PowerShell scripts for Django Lab, follow these steps: The script is according to lab program number with .ps1
- Download the required
.ps1script file to your local system. - Open PowerShell and navigate to the folder containing the downloaded script.
- Run the script using:
.\<program no>.ps1
-
Open PowerShell on your system.
-
Run one of the following commands to fetch and execute the script directly from the repository:
-
Using
irm(Invoke-RestMethod):irm https://raw.githubusercontent.com/navise/university/main/django/1.ps1 | iex
or :
Invoke-RestMethod https://raw.githubusercontent.com/navise/university/main/django/1.ps1 | Invoke-Expression
-
This will run the 1st lab program of django.