Skip to content

Navise/University

Repository files navigation

Laboratory Programs of Information Science and Engineering

This repository contains a collection of all the lab programs for each semester, completed in the Department of Information Science and Engineering.


Django Script Execution

To execute the PowerShell scripts for Django Lab, follow these steps: The script is according to lab program number with .ps1

Option 1: Download Locally

  1. Download the required .ps1 script file to your local system.
  2. Open PowerShell and navigate to the folder containing the downloaded script.
  3. Run the script using:
    .\<program no>.ps1
    

Option 2: Run Directly via PowerShell

  1. Open PowerShell on your system.

  2. 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.

About

Repository for Laboratory Programs of Information Science and Engineering.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors