All Posts Create a Post
Djipsum already in new version 1.0.9
Djipsum already in new version 1.0.9. Djipsum is awesome command plugin to generate fake content for Django. What news? Fixed ManyToManyField (return the random objects from many to many field). …
Django Contact Form Widget
Django contact widget is once of plugin i already released. This is simple contact widget plugin for Django. inspired from https://github.com/ubernostrum/django-contact-form, but made more simple and easy to use. Demo …
Djipsum: Plugin to generate the lorem ipsum (fake content) for django model
Djipsum Plugin to generate the lorem ipsum (fake content) for django model. Sometimes, I feel bored when i want to create many contents such as fake content in once time. …
Django Blog Python Learning released v.3.6 with feature autobackup
Previously, the Django already has a method to backup the database to the json file with quick command: $ ./manage.py dumpdata --format=json > outfile.json Yup, with dumpdata. But why this …
Setup Django in apache2 Raspberry Pi
Setup Django in apache2 Raspberry Pi. Example in this configuration for monitoring the server raspberry pi using https://github.com/k3oni/pydash/ As following this configurations https://github.com/k3oni/pydash/wiki/Install-pyDash#3-setup-apache, how to setup it. Edit in your: …
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 …
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 …
Martor 1.2.7 has been released
This Martor is one of many plugin for django markdown editor. But in this case, martor still use Semantic UI for the front-end. For the previous version, martor included the …
changewords - Simply python tool to change or replace the text string in the files
changewords is Simply python tool to change or replace the text string in the files. This tool pretty nice for programmers if somehow they want to replace/change their codes for …
Deploy Django at Heroku
1. Install heroku cli https://devcenter.heroku.com/articles/heroku-cli 2. Add Procfile to your project, and add this command below: $ cd yourenv/yourproject/ $ vim Procfile # then, add this command below to the …
- 1
- 2