-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating html files for articles and save url
- Loading branch information
1 parent
32e54d5
commit a721ec9
Showing
54 changed files
with
147 additions
and
13 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
dependecies: | ||
dependecies: | ||
|
||
pip install djangorestframework | ||
pip install markdown # Markdown support for the browsable API. | ||
pip install django-filter # Filtering support | ||
pip install markdown # Markdown support for the browsable API. | ||
pip install django-filter # Filtering support | ||
|
||
pip install mysqlclient | ||
|
||
|
||
pip install djoser | ||
|
||
pip install django-cors-headers | ||
|
||
pip install djangorestframework-simplejwt | ||
|
||
pip install dj_database_url |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 3.0.4 on 2020-05-16 07:20 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('article', '0001_initial'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='article', | ||
name='url', | ||
field=models.CharField(default='', max_length=200), | ||
), | ||
] |
Binary file modified
BIN
+26 Bytes
(100%)
article/migrations/__pycache__/0001_initial.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Tuto2</title> | ||
</head> | ||
<body> | ||
<center width="80%" height="80%"> | ||
<h3> | ||
{% block includes %} | ||
{{ Title| safe }} | ||
|
||
</h3> | ||
|
||
{{ media | safe}} | ||
|
||
<p> | ||
|
||
{{ content| safe }} | ||
{% endblock includes %} | ||
</p> | ||
</center> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+26 Bytes
(100%)
coronawatch/migrations/__pycache__/0001_initial.cpython-38.pyc
Binary file not shown.
Binary file modified
BIN
+26 Bytes
(120%)
coronawatch/migrations/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+26 Bytes
(100%)
customauth/migrations/__pycache__/0001_initial.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Tuto2</title> | ||
</head> | ||
<body> | ||
<center width="80%" height="80%"> | ||
<h3> | ||
|
||
dsq | ||
|
||
</h3> | ||
|
||
<video width="80%" height="80%" controls><source src ="../h.mp4 " type="video/mp4"\></video> | ||
|
||
<p> | ||
|
||
qsd | ||
|
||
</p> | ||
</center> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Tuto2</title> | ||
</head> | ||
<body> | ||
<center width="80%" height="80%"> | ||
<h3> | ||
|
||
fza | ||
|
||
</h3> | ||
|
||
<img width="80%" height="80%" src="../BBHTUf6.jpg " ></img> | ||
|
||
<p> | ||
|
||
faz | ||
|
||
</p> | ||
</center> | ||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.