Askao Ahmed SaadMay 16, 20181 min readdjango crud scaffolding scriptscaffold (views actions, templates, model_forms, routes) code for your models by few django shell commands scaffold cruds for your models...
Askao Ahmed SaadMar 8, 20181 min readdjango - Packet sniffer log in elasticsearchdjango web application sniff network packets over tcp protocol, log in elasticsearch index, single and multi params search for packets,...
Askao Ahmed SaadDec 20, 20174 min readSQLAlchemy quick tutorial -simple exampleEngine API -create connections to the database -send SQL statements -retrieve results see test_engine.py:- from sqlalchemy.engine import...
Askao Ahmed SaadOct 19, 20171 min readpython convert date time to hindi digits & arabic characters# -*- coding: utf-8 -*- ''' convert_date&time to hindi digits& arabic characters Author: Askao ''' import HTMLParser, datetime...
Askao Ahmed SaadOct 3, 20171 min readfacebook-page-like-count-using-django-template-tagtemplate-tag path:- your_app/ `templatetags/` `__init__.py` `fb_like_count.py` in your template you will load fb_like_count templete...