Posts

Image
To download this movie click here   Note that please avoid the first page by clicking skip Ad button in the right upper corner of the page

The resource you are looking for has been removed azure website

Image
The resource you are looking for has been removed azure website The go to Debug console->CMD->site->wwwroot-> web.config then select the edit button add this lines <?xml version="1.0"?> <configuration>     <system.web>          <staticContent>          <mimeMap fileExtension=".extension" mimeType="your_files_url" />                 </staticContent>     </system.webServer> </configuration> This is the ultimate solution of this problem For video Tutorial of this solution  click here
Image
Python Udemy Paid course for free for Download Click here  . Just avoid the and skip the add and go to the main page you can download or view the tutorial and really good for beginner .

Sanju Movie Download

Image
      Click here to Download the movie but skip the first page to download and go to the main page

Install boostrap into your Django Application

Image
1. CONNECT WITH BOOTSTRAP CDN   To connect the Boostrap in your Django app, there is a two way to do it.One is to use Bootstrap CDN you can get it from their official website https://www.bootstrapcdn.com get the cdn boosttrap css and js file to your html file and you will enable to use their classes by this. 2. CONNECT WITH BOOTSTRAP BY INCLUDE Another way is little bit tricky but more appropiate to use for projects specially local projects where Internet connection could be an issue. So to include bootstrap to your Django project.First you need to download the bootstrap file from their main site https://getbootstrap.com Then create a file in the directory path like "projectname/appname/static" In the picture my project name is TestProjectC and Application name is coins.so inside the coins folder I create a folder called "static".you can also change the name according to your preference. Inside the static folder paste the bootstrap ...
Image
Different question and answers for the post of Assistant Programmer Question : What is Traceability  matrix? Answer : Traceability matrix is a documents which define or shown the relationship between the test cases and requirements and also shown the requirements proposed by the clients and their traceability in a single documents. Question : how many layers in the OSI model and what are they? Answer : There are 7 layers in the OSI model and they are :                                                1.Application layer                2.Presentation layer                3.Session layer                4.Transport layer                5.Network layer           ...