All Posts Create a Post
Awesome django books by agiliq.com
This awesome django books for refference is also open sourced at https://github.com/agiliq/books Django Admin Cookbook (Django 2.0) Django ORM Cookbook (Django 2.0) Building APIs with Django and Django Rest Framework …
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 …
How to automaticly backup your projects into external hardisk in ubuntu?
Rsync, which stands for “remote sync”, is a remote and local file synchronization tool. It uses an algorithm that minimizes the amount of data copied by only moving the portions …
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 …
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 …
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 …
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 …
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: …
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 …
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. …
- 1
- 2