-
Notifications
You must be signed in to change notification settings - Fork 0
/
accueil-dev-python.html
executable file
·48 lines (48 loc) · 1.84 KB
/
accueil-dev-python.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
<!DOCTYPE HTML>
<html>
<head>
<title>Python</title>
<meta charset="utf8">
</head>
<body>
<h1>Développement en Python</h1>
En interne :
<ul>
<li>dev : <a href="http://127.0.0.1:8000/" target="_blank">runserver</a></li>
<li>Base de données :
<ul>
<li><a href="http://127.0.0.1/phpmyadmin/" target="_blank">phpMyAdmin</a></li>
</ul>
</li>
</ul>
<hr>
En externe :
<ul>
<li>Mon espace web chez alwaysdata : <a href="http://d-sauvignon.alwaysdata.net" target="_blank">ici</a></li>
<li>Espace client : <a href="https://admin.alwaysdata.com" target="_blank">ici</a></li>
<li>Accès SSH : <a href="https://ssh-d-sauvignon.alwaysdata.net" target="_blank">ici</a></li>
<li>Doc :
<ul>
<li>Doc Python : <a href="https://docs.python.org/fr/3.6/" target="_blank">ici</a></li>
<li>Doc Django : <a href="https://docs.djangoproject.com/fr/1.11/"target="_blank">ici</a></li>
<hr>
<li>Tuto Django : <a href="https://docs.djangoproject.com/fr/1.11/intro/tutorial01/" target="_blank">ici</a></li>
</ul>
</li>
</ul>
<hr>
<h2>Doc</h2>
<ul>
<li>Python :
<ul>
<li style="display:inline">doc : <a href="https://docs.python.org/fr/3/" target="_blank">
<img src="images/py.png" alt="Doc Python" width="50"></a>
</li>
<li style="display:inline">Django : <a href="https://docs.djangoproject.com/en/2.1/" target="_blank">
<img src="images/django_icon-touch.e4872c4da341.png" alt="Django" width="50"></a>
</li>
</ul>
</li>
</ul>
</body>
</html>