This repository has been archived by the owner on May 23, 2020. It is now read-only.
Releases: agusmakmun/Django-Blog-Python-Learning
Releases · agusmakmun/Django-Blog-Python-Learning
v.3.8.1
v.3.8
- Fixed trending posts by week.
- Removed
pkg-resources
v.3.7
- Added feature blog post json format:
<post_url>/?format=json
curl -X GET \
-H "Accept: application/json" \
https://python.web.id/blog/django-redirect-http-to-https/?format=json
- Update for fixed draft post
v.3.6
- Added feature auto backup to the json file using django-import-export, with date & file size info. Included for: Author, Tag, Post, Gallery, Visitor & Page. Example info inside file of
autobackupjsondb/backupinfo.txt
:
-------------------------------
| Last backup date: 04-10-2016
-------------------------------
| Author : 0.172 kB
| Tag : 1.028 kB
| Post : 262.346 kB
| Gallery : 0.004 kB
| Visitor : 0.004 kB
| Page : 21.521 kB
-------------------------------
- Added feature highlight pre
- Fixed draft post
- Fixed typo, sidebar, detail, css, or else
v.3.5
- Implement Standard PEP8 for Python.
- Implement CBV (Class Bassed View).
- Migrated to Python 3.5
- Migrated to Django 1.10
- Migrated from Django wp-admin to Django suit.
- Migrated from Django Ckeditor to Django Redactor.
- Added Django nocaptcha recaptcha for contact form.
- Added Page for tranding posts by visit.
- Added Feature export and import using Django Import Export
- Changed Gallery Upload to only once attachment field.
- Added custom template for Error page, Maintenance mode, and much more...
v.3.4
- Fixed MultipleObjectsReturned
v.3.3
- Fix locate of handlers
v.3.2
- Fix handling error 400, 403, 404, 500
v.3.1
- Fixed typo
v.3.0
- Fixed DEV-OPS and Markdown.