File tree 5 files changed +17
-4
lines changed
5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 10
10
< script src ="
https://cdn.jsdelivr.net/npm/@popperjs/[email protected] /dist/umd/popper.min.js "
> </ script >
11
11
< script >
12
12
const bloggit_conf = {
13
- "api_key" : "7070aa3bfb7a4f6f8266fa44180d4aaf " ,
13
+ "api_key" : "e9f51a0a6cc0494cb5525d9e8def7337 " ,
14
14
"preloader" : "loda" ,
15
15
"cont_rend" :"classic" ,
16
16
"header" : {
24
24
}
25
25
}
26
26
</ script >
27
- < script src ="./ Javascript/home_and_blog .js "> </ script >
27
+ < script src ="https://bloggit.pythonanywhere.com/static/ Javascript/config .js "> </ script >
28
28
</ head >
29
29
< body >
30
30
< div id ="bloggit-preloader ">
Original file line number Diff line number Diff line change 26
26
# SECURITY WARNING: don't run with debug turned on in production!
27
27
DEBUG = True
28
28
29
- ALLOWED_HOSTS = ["127.0.0.1" ]
29
+ ALLOWED_HOSTS = ["127.0.0.1" , "192.168.43.163" ]
30
30
31
31
32
32
# Application definition
Original file line number Diff line number Diff line change 3
3
<!DOCTYPE html>
4
4
< html >
5
5
< head >
6
+ < meta charset ="UTF-8 ">
7
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
8
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
9
< title > About the Developer</ title >
7
10
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css ">
8
11
< link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.15.3/css/all.css ">
11
14
background-color : # ddd ;
12
15
}
13
16
</ style >
17
+
18
+
14
19
</ head >
15
20
< body >
16
21
{% include "extensions/nav.html" %}
Original file line number Diff line number Diff line change 3
3
<!DOCTYPE html>
4
4
< html >
5
5
< head >
6
+ < meta charset ="UTF-8 ">
7
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
8
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
9
< title > API Management</ title >
7
10
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css ">
8
11
< link rel ="shortcut icon " href ="{% static 'images/logo.png' %} " type ="image/x-icon ">
15
18
body {
16
19
margin-bottom : 20px ;
17
20
}
21
+ .site {
22
+ margin-top : 25px ;
23
+ }
18
24
}
19
25
</ style >
26
+
20
27
</ head >
21
28
< body >
22
29
{% include 'extensions/nav.html' %}
@@ -48,7 +55,8 @@ <h2>Your API Key</h2>
48
55
</ div >
49
56
</ div >
50
57
</ div >
51
- < div class ="col-md-6 ">
58
+
59
+ < div class ="col-md-6 site ">
52
60
< h2 > Site URLS</ h2 >
53
61
< form id ="apiInfoForm " method ="post ">
54
62
{% csrf_token %}
You can’t perform that action at this time.
0 commit comments