Skip to content

Commit a5a6ae9

Browse files
committed
Provide basic tests
1 parent c464981 commit a5a6ae9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+414
-143
lines changed

.idea/dictionaries/macie.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ django-image-optimizer = "*"
1818
django-crispy-forms = "*"
1919

2020
[requires]
21-
python_version = "3.8"
21+
python_version = "3.7"

Pipfile.lock

+41-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
181 Bytes
Binary file not shown.

blog/__pycache__/admin.cpython-37.pyc

2.21 KB
Binary file not shown.

blog/__pycache__/apps.cpython-37.pyc

491 Bytes
Binary file not shown.

blog/__pycache__/forms.cpython-37.pyc

2.14 KB
Binary file not shown.
3.23 KB
Binary file not shown.
3.65 KB
Binary file not shown.
1.58 KB
Binary file not shown.

blog/__pycache__/urls.cpython-37.pyc

779 Bytes
Binary file not shown.

blog/__pycache__/utils.cpython-37.pyc

2.35 KB
Binary file not shown.

blog/__pycache__/views.cpython-37.pyc

3.87 KB
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.
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.
149 Bytes
Binary file not shown.

blog/static/blog/css/post_form.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
/*POST_FORM_CSS*/
2-
body {
3-
width: 100vw;
4-
height: 100vh;
5-
}
62

73
.form {
84
margin-top: 10px;
@@ -34,6 +30,10 @@ body {
3430
border-radius: 0px;
3531
}
3632

33+
.footer {
34+
display: none;
35+
}
36+
3737
@media (max-width: 768px) {
3838
.form-wrapper .form {
3939
width: 90%;

0 commit comments

Comments
 (0)