hence the bump in minor version - 3.1
While researching on grails and the patterns around it, I looked at django, rails, and lift. All these are quite amazing frameworks that get you started on an application like in 5 mins or less (That includes database layer, view pages, and controllers). Yeah it cannot do everything you want but its there to get you to kick off.
And then I realized, how much effort I am putting in maintaining my site on hand coded - wsgi.webapp based - Python app. So I started working to move this to django based multi app site. If you dont know, I host this site on Google App Engine. It does come with a patched, short featured, django of its own. However, I preferred to use app-engine-patch and deploy with a supplied django 1.0. You get most benefits of django with this port. A very big tip of hat to Waldemar Kornewald and his team for this patch. (Guess what, They also have a similar concept of stitching mutiple js/css files - media generator)
I can see how rapidly I can develop applications and deploy using django. I simply moved jscss.py to django views.py. My first sub-app is a dynamically manageable urls. All the following urls are served by my new django app.
http://sarathonline.com/java
http://sarathonline.com/green
Next, grails?
Thursday, February 12, 2009
Site now running on django 1.0
by
Sarath Chandra Pandurangi
at 20:30
| 0
|
|
Labels:
developer,
home,
python,
soupdates,
technology,
Tools I Use
Subscribe to:
Post Comments (Atom)
Subscribe
Labels
- advanced (5)
- android (1)
- bugs (6)
- code (27)
- continued (10)
- css (6)
- design (10)
- developer (75)
- dilbert (2)
- Dobbs Journal (3)
- eclipse (11)
- FeelGood (31)
- finance (1)
- flash (4)
- fun (23)
- git (1)
- Google (12)
- Green (9)
- gwt (2)
- home (102)
- iBatis (2)
- image (10)
- india (11)
- iphone (3)
- java (16)
- javascript (10)
- jee (34)
- linux (22)
- memcache (1)
- movie (1)
- offtopic (45)
- OpenSource (9)
- osgi (6)
- Politics (4)
- python (2)
- scalability (6)
- security (5)
- soupdates (11)
- spring (9)
- technology (60)
- Telugu (2)
- thanks (2)
- Threads (2)
- tips (64)
- Tools I Use (38)
- travel (3)
- tutorials (22)
- ubuntu (14)
- vegetarian (1)
- video (13)
- webtech (16)
- weekend (39)
Blog Archive
-
▼
2009
(55)
-
▼
February
(10)
- Fantastic Four Firefox Addons
- Powered By
- Don't Print
- Happy Valentines Day!
- Use meld as git diff gui viewer
- Site now running on django 1.0
- Faster webpages fewer Images with CSS Sprites
- Javascript: Convert Strings to Binary (and represe...
- Decorator for Memcache Get/Set in python
- Define Freedom - Blogging and Media
-
▼
February
(10)
© SarathOnline.com 2000-'09


0 comments:
Post a Comment