Python !
- 03.Oct
- SlugField in django 1.0
SlugField is a bit more interesting. It’s meant to store a slug: a short, meaningful piece of
text, composed entirely of characters that are safe to use in a URL and to be used in generating
the URL for a particular object. This means, for example, that instead of having a URL like
/categories?category_id=11(.i.e PHP style ), you [...]- 17.Sep
- open source : Django Address Book App
Im currently setting up my final touches on an App i have written in Django[python] and running on the Google App Engine as a proof of concept App , but guess what ? im too busy doing some other app in cakePHP , so this gives me minimal time to fully upload and tweak [...]
- 21.Aug
- Django Newbie !
Download Django from this site : http://www.djangoproject.com
Please make sure you have python 2.5 or higher to move on smoothly .
NB> Note that all the installation support is attched to that site .
Note also that Django as per this date : Supports SQlite , Mysql , Postgre and Oracle Databases .
For simple linux install .
Get [...]- 21.Aug
- Renaming My post Title:
Hi , ill be renaming my post title on this site . i got to specialise on the main tools that im using , so allow me move from WEB 2.0 to Django !
The webframework for perfectionists with Deadlines .
Ill be shooting tuts and support here and there . stay tuned for the challenges ill [...]
Linux !
- 24.Sep
- are you a cowboy coder?
I came across this term today while looking up some agile project management tools , and really fell in love with it . I work for a company that fully fires up Agile techniques in all its Software Development projects and processes so this really makes development more intuitive and fun and funny …any way [...]
- 19.Sep
- www.sms2kyakale.com
As i sit here at my Desk at work , i just wanna look back at a year ago when me and a friend called joseph came up with this idea www.sms2kyakale.com and had the Telecom companies have a look at it .
We really had a big plan , hadn’t it been these money [...]
CakePHP !
- 03.Oct
- Part 1 : HasAndBelongsToMany- Models db
Basically i’m showing the implementation of a simple HABTM representation in cake , but today will start with the SQL .
“The story is that developers can work on different projects , and can belong to different teams ”
so How will it look like ?
simply look through the code below :
create table developers (
[...]- 22.Aug
- Engadget Bye for now !
Hello , will be renaming Engadget to CakePHP . I wanna maximise my two tools i use at work .
Thanks and happy Blogging ….
About Me
A time back , like 5 years back i had this friend with a Red Hat Box , i borrowed it for a week and fell in love with it , at same time a new Distro called Ubuntu 5.10 had just dropped out so i got the Cds and there i started playing around with the installations . Im not this geek in linux , no , not yet but i now have the skills to help out my juniors get in touch .
- SlugField in django 1.0
SlugField is a bit more interesting. It’s meant to store a slug: a short, meaningful piece of
text, composed entirely of characters that are safe to use in a URL and to be used in generating
the URL for a particular object. This means, for example, that instead of having a URL like
/categories?category_id=11(.i.e PHP style ), you [...]