All Posts Create a Post
Filter Timeline Twitter menggunakan Tweepy
Melanjut tutorial yang sebelumnya, yaitu mengenai: Cara menggunakan Tweepy dan saat ini kita membahas sedikit bagaimana cara Filter Timeline Twitter menggunakan Tweepy. Yang perlu kita perhatikan adalah “Dokumentasi”, karena dokumentasi …
Understanding urls Django
Understanding urls Django, function get_absolute_url(self): in models.py has reserve with name "page_detail" and with adding kwargs is "slug". So, in your "urls.py", put name of "slug" from your "models.py" and …
Release Source Code of Django Blog Python Learning v.2.1.1
Hello, yesterday we was Release Source Code of Django Blog Python Learning v.2.1.1, that repository modified from old project of django blog at https://github.com/arocks/qblog with Django 1.7. Thanks so much …
Teknologi Dibalik KelasKita
Kelaskita merupakan salah satu contoh aplikasi web yang menggunakan teknologi-teknologi terkini. Bahasa pemrograman utama yang digunakan adalah Python dengan web framework Django. Django merupakan web framework _Python yang sangat populer …
New feature for output post with json format for Django Blog Python Learning v2.1.1
New feature for output post with json format for Django Blog Python Learning v2.1.1 1. Add new function in your blog/models.py to outputing post with json format. (for complete script, …
Django: Dinamic path url by name in templates
Hello there, this time i just wanna show how to use a dinamic path url in templates django. Before it, this hasbeen asked and aswered by someone in stackoverflow. There …
Django: Limit Single Record for Models
In Django admin.ModelAdmin has function with name def has_add_permission(), there is you can manage for limit in your models, for complete docs you can checkout in this: https://docs.djangoproject.com/en/1.9/ref/contrib/admin/#django.contrib.admin.ModelAdmin.has_add_permission Some time …
Installing Django Recaptcha Google
Good night, welcome back again in Python Learning, this time i wanna share simply tutorial how to Install Django Recaptcha from Google reCAPTCHA. There is using Django reCAPTCHA, for more …
Python 2.7 tricks
Python 2.7 tricks. Good morning pythonist and welcomeback again, btw, In programming there is art or some tricks to build a awesome program. And this is some python tricks from …
Untranslate Tools for Cryptography
Untranslate Tools for Cryptography, This made for string chars that was translated with string.translate from python modules. For my stack, i think why me not build a program un-translate for …