Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

echo '<tr>

<th scope="row">'.$id.'</th>
<td>'.$name. '</td>
<td>'.$email.'</td>
<td>'.$password.'</td>
<button class="btn btn-primary"><a href="Update.php" class="text-
light">Update</a></button> <button class=" btn btn-danger"><a href="delete.php?
delteteid='.$id.'" class="text-light">Delete</a></button>

</tr>';

C:\Python3.10.5\Lib\site-packages\django\bin\django-admin.py startproject
nom_du_projet

c:\Users\hp\AppData\Roaming\Python\Python310\site-packages\django>

C:\Program Files\Python310>pip install Django==4.0.6


Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: Django==4.0.6 in c:\users\hp\appdata\roaming\python\
python310\site-packages (4.0.6)
Requirement already satisfied: tzdata in c:\users\hp\appdata\roaming\python\
python310\site-packages (from Django==4.0.6) (2022.1)
Requirement already satisfied: asgiref<4,>=3.4.1 in c:\users\hp\appdata\roaming\
python\python310\site-packages (from Django==4.0.6) (3.5.2)
Requirement already satisfied: sqlparse>=0.2.2 in c:\users\hp\appdata\roaming\
python\python310\site-packages (from Django==4.0.6) (0.4.2)
WARNING: You are using pip version 22.0.4; however, version 22.2 is available.
You should consider upgrading via the 'C:\Program Files\Python310\python.exe -m pip
install --upgrade pip' command.

C:\Program Files\Python310>cd c:\users\hp\appdata\roaming\python\python310\site-


packages (4.0.6)
The system cannot find the path specified.

C:\Program Files\Python310>

C:\Users\hp\AppData\Roaming\Python\Python310\site-packages

You might also like