Skip to content
This repository was archived by the owner on May 23, 2020. It is now read-only.

Commit e88f660

Browse files
committed
Released v.3.0
1 parent 9b24ca3 commit e88f660

File tree

1,464 files changed

+472
-4162
lines changed

Some content is hidden

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

1,464 files changed

+472
-4162
lines changed

.gitignore

Lines changed: 2 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,2 @@
1-
# Byte-compiled / optimized / DLL files
2-
__pycache__/
3-
*.py[cod]
4-
5-
# C extensions
6-
*.so
7-
8-
# Distribution / packaging
9-
.Python
10-
env/
11-
build/
12-
develop-eggs/
13-
dist/
14-
downloads/
15-
eggs/
16-
.eggs/
17-
lib/
18-
lib64/
19-
parts/
20-
sdist/
21-
var/
22-
*.egg-info/
23-
.installed.cfg
24-
*.egg
25-
26-
# PyInstaller
27-
# Usually these files are written by a python script from a template
28-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
29-
*.manifest
30-
*.spec
31-
32-
# Installer logs
33-
pip-log.txt
34-
pip-delete-this-directory.txt
35-
36-
# Unit test / coverage reports
37-
htmlcov/
38-
.tox/
39-
.coverage
40-
.coverage.*
41-
.cache
42-
nosetests.xml
43-
coverage.xml
44-
*,cover
45-
46-
# Translations
47-
*.mo
48-
*.pot
49-
50-
# Django stuff:
51-
*.log
52-
53-
# Sphinx documentation
54-
docs/_build/
55-
56-
# PyBuilder
57-
target/
1+
*.pyc
2+
db.sqlite3

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### v.3.0
2+
3+
* Fixed the DEV-OPS and Markdown.
4+
5+
### v.2.1.1
6+
7+
* adding new feature for output post with json format (example: https://python.web.id/json-posts/48/, docs: https://python.web.id/blog/new-feature-output-post-json-format-django-blog-python-learning-v211/)
8+
9+
* adding Simple Django HIT Counter (docs: https://python.web.id/blog/how-build-simple-django-hit-counter/)
10+
11+
* modified RSS syndication (docs: https://python.web.id/blog/building-an-rss-feed-for-your-django-content/)

README.md

Lines changed: 56 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
# Django-Blog-Python-Learning-v.2
2-
Release Source Code of Django Blog Python Learning v.2.1.1
1+
# Django-Blog-Python-Learning
32

4-
<pre>
5-
"""
6-
Name : Django Blog Python Learning v.2
3+
Release Source Code of Django Blog Python Learning v.3.0
4+
5+
```
6+
Name : Django Blog Python Learning
77
Created By : Agus Makmun (Summon Agus)
88
Blog : bloggersmart.net - python.web.id
99
License : GNU GENERAL PUBLIC LICENSE Version 2, June 1991
10-
Repository : https://github.com/agusmakmun/Django-Blog-Python-Learning-v.2/
10+
Repository : https://github.com/agusmakmun/Django-Blog-Python-Learning
1111
Modified from : https://github.com/arocks/qblog - Django 1.7 - Arun Ravindran
12-
"""
13-
</pre>
12+
```
13+
14+
> This repository modified from old project of django blog at https://github.com/arocks/qblog with Django 1.7. Thanks so much for it. and in this `Django Blog Python Learning v.3.0` gets big changes with much feature added.
15+
16+
### Demo:
17+
- [https://python.web.id](https://python.web.id)
1418

15-
<blockquote>
16-
This repository modified from old project of django blog at https://github.com/arocks/qblog with Django 1.7. Thanks so much for it. and in this `Django Blog Python Learning v.2` gets big changes with much feature added.
17-
</blockquote>
19+
### Update and Commits
1820

19-
<h3> Demo:</h3>
20-
- <a href="https://python.web.id/" target="_blank">https://python.web.id</a>
21+
- https://github.com/agusmakmun/Django-Blog-Python-Learning/commits/master
2122

22-
<h3> Update and Commits</h3>
23-
- https://github.com/agusmakmun/Django-Blog-Python-Learning-v.2/commits/master
23+
### Stack Problem
2424

25-
<h3>Stack Problem</h3>
2625
- https://python.web.id/tag/django/
2726
- https://github.com/agusmakmun/Some-Examples-of-Simple-Python-Script/tree/master/Django
2827

29-
<h3> Feature:</h3>
28+
### Features
29+
3030
- django-wpadmin
3131
- django-ckeditor
3232
- django disqus for comments.
@@ -47,13 +47,13 @@ This repository modified from old project of django blog at https://github.com/a
4747
- display article under author.
4848
- much more...
4949

50-
<h3>ChangeLog</h3>
51-
- adding new feature for output post with json format (example: https://python.web.id/json-posts/48/, docs: https://python.web.id/blog/new-feature-output-post-json-format-django-blog-python-learning-v211/)
52-
- adding Simple Django HIT Counter (docs: https://python.web.id/blog/how-build-simple-django-hit-counter/)
53-
- modified RSS syndication (docs: https://python.web.id/blog/building-an-rss-feed-for-your-django-content/)
50+
### ChangeLog
51+
52+
* https://github.com/agusmakmun/Django-Blog-Python-Learning/blob/master/LICENSE
5453

55-
<h3>Prequirements:</h3>
56-
<pre>
54+
### Prequirements:
55+
56+
```
5757
Django==1.8.5
5858
Pillow==3.0.0
5959
django-ckeditor==5.0.2
@@ -66,35 +66,46 @@ postgres==2.2.0
6666
psycopg2==2.6.1
6767
six==1.9.0
6868
wsgiref==0.1.2
69-
</pre>
69+
```
70+
71+
### Screenshot:
72+
73+
#### Homepage
74+
75+
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning/master/__screenshot/homepage.png"/>
76+
77+
#### Post Detail
78+
79+
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning/master/__screenshot/post.png"/>
80+
81+
#### Related Post, Author, Next & Previous Post, and Disqus Comments
82+
83+
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning/master/__screenshot/related%20post%2C%20author%20and%20disqus%20comment.png"/>
84+
85+
#### Search Post under Query
86+
87+
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning/master/__screenshot/search%20query.png"/>
88+
89+
#### Sitemap Page
90+
91+
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning/master/__screenshot/sitemap%20page.png"/>
7092

71-
<h3>Screenshot:</h3>
72-
<h4>Homepage</h4>
73-
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning-v.2/master/update-1.1/screenshot/homepage.png"/>
93+
#### Contact Form
7494

75-
<h4>Post Detail</h4>
76-
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning-v.2/master/update-1.1/screenshot/post.png"/>
95+
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning/master/__screenshot/contact%20form.png">
7796

78-
<h4>Related Post, Author, Next & Previous Post, and Disqus Comments </h4>
79-
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning-v.2/master/update-1.1/screenshot/related%20post%2C%20author%20and%20disqus%20comment.png"/>
97+
#### Admin Dashboard <i>(using django-wpadmin)</i>
8098

81-
<h4>Search Post under Query</h4>
82-
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning-v.2/master/update-1.1/screenshot/search%20query.png"/>
99+
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning/master/__screenshot/admin%20dashboard.png">
83100

84-
<h4>Sitemap Page</h4>
85-
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning-v.2/master/update-1.1/screenshot/sitemap%20page.png"/>
101+
#### All Posts in Admin
86102

87-
<h4>Contact Form</h4>
88-
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning-v.2/master/update-1.1/screenshot/contact%20form.png">
103+
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning/master/__screenshot/admin%20blog%20entry.png">
89104

90-
<h4>Admin Dashboard <i>(using django-wpadmin)</i></h4>
91-
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning-v.2/master/update-1.1/screenshot/admin%20dashboard.png">
105+
#### Tags Filter and Ckeditor
92106

93-
<h4>All Posts in Admin</h4>
94-
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning-v.2/master/update-1.1/screenshot/admin%20blog%20entry.png">
107+
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning/master/__screenshot/admin%20tags%20filter%20and%20ckeditor.png">
95108

96-
<h4>Tags Filter and Ckeditor</h4>
97-
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning-v.2/master/update-1.1/screenshot/admin%20tags%20filter%20and%20ckeditor.png">
109+
#### All Gallery images and file
98110

99-
<h4>All Gallery images and file</h4>
100-
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning-v.2/master/update-1.1/screenshot/admin%20gallery%20and%20files.png">
111+
<img src="https://raw.githubusercontent.com/agusmakmun/Django-Blog-Python-Learning/master/__screenshot/admin%20gallery%20and%20files.png">
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)