Hello all,
I am absolutely new to Django.
I am really impressed with it's features.
I have used Pylons before, but I realise now that it just does not fit my way of doings things.
I am into writing financial applications.
As a matter of Fact I have GNUKhata a free and open source accounting software which I did develop with Pylons.
However my core logic is a separate xmlrpc package developed using twisted.
I have a desktop based (browserless ) frontend for the same core logic module writen in SWT Java.
But now I wish to revamp the entire webapp from pylons to Django.
Now I have a few questions.
1, I don't wish to use Django's ORM, because I won't write my models in Django. They have been taken well care of in my xmlrpc based Python backage.
2, I only need to make use of the control logic (view as I understand ) and the templates. For this I wish to know if this can be done.
3, I have herd about krispy-forms, any views on using them to make my ajax calls as well as forms?
4, I am looking at the Django tutorial for version 1.7, it says tutorial is ment for Python 3X. How can I get a tutorial for Django 1.7 but for Python 2.7X?
It is just a requirement which I am not able to do away with so I will need a tutorial for Python 2.7.
Or do you guys still recommend me to go with Django 1.6 for this given case?
Lastly, Please if possible mail your replies to my email directly, I am a totally blind programmer and the google interface is not that good.
I like mails dropping into my Thunderbird inbox so that I can reply them easily.
Happy ahcking.
Krishnakant.
-- I am absolutely new to Django.
I am really impressed with it's features.
I have used Pylons before, but I realise now that it just does not fit my way of doings things.
I am into writing financial applications.
As a matter of Fact I have GNUKhata a free and open source accounting software which I did develop with Pylons.
However my core logic is a separate xmlrpc package developed using twisted.
I have a desktop based (browserless ) frontend for the same core logic module writen in SWT Java.
But now I wish to revamp the entire webapp from pylons to Django.
Now I have a few questions.
1, I don't wish to use Django's ORM, because I won't write my models in Django. They have been taken well care of in my xmlrpc based Python backage.
2, I only need to make use of the control logic (view as I understand ) and the templates. For this I wish to know if this can be done.
3, I have herd about krispy-forms, any views on using them to make my ajax calls as well as forms?
4, I am looking at the Django tutorial for version 1.7, it says tutorial is ment for Python 3X. How can I get a tutorial for Django 1.7 but for Python 2.7X?
It is just a requirement which I am not able to do away with so I will need a tutorial for Python 2.7.
Or do you guys still recommend me to go with Django 1.6 for this given case?
Lastly, Please if possible mail your replies to my email directly, I am a totally blind programmer and the google interface is not that good.
I like mails dropping into my Thunderbird inbox so that I can reply them easily.
Happy ahcking.
Krishnakant.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2c5faea9-5522-42e5-982b-09334ee75aff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment