-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (52 loc) · 2.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>Home</title>
</head>
<body>
<h1>Software System Labs Project</h1>
<br>
<br>
<h3>List of team members</h3>
<ul>
<li>Manav </li>
<li>Divyamani </li>
<li>Raj</li>
</ul>
<p>
We will make a project using Django is a Python-based free and open-source web framework that
follows the model–template–views (MTV) architectural pattern.It is maintained by
the Django Software Foundation (DSF),an independent organization established in the US as a non-profit.
Django's primary goal is to ease the creation of complex, database-driven websites.
The framework emphasizes reusability and "pluggability" of components, less code, low coupling,
rapid development, and the principle of don't repeat yourself.Python is used throughout,
even for settings, files, and data models. Django also provides an optional administrative create,
read, update and delete interface that is generated dynamically through introspection and configured
via admin models.
Some well-known sites that use Django include Instagram, Mozilla, Disqus,Bitbucket, Nextdoor and Clubhouse.</p>
</body>
<h2>
<a href="https://en.wikipedia.org/wiki/Django_(web_framework)">To read about Django</a>
<br>
<br>
<a href="https://www.djangoproject.com/">To learn Django</a></h2>
<br>
<br>
<h1>
<a href="next.html">To know about our project</a>
</h1>
<br>
<br>
<h2>Why django is great for web dev</h2>
<br>
<iframe width="100%" height="512" src="https://www.youtube.com/embed/4COYF6CbiPY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<br>
<br>
<br>
<p>Hope you like our idea of project our execution is currently going on</p>
</html>