Question: standalone django application

2015-05-12 Thread Abhijit Chatterjee
Idk if this is the right forum to post this question but I have been fiddling around with: https://pypi.python.org/pypi/django-standalone Is django-standalone is only to test ORM? Or we can also test our controller function as well? -- You received this message because you are subscribed to

Mongodb + django

2015-05-12 Thread Abhijit Chatterjee
Have anyone had any experience with mongo db? I couldn't get the admin panel to work in django. Also, I couldn't save() my database object. I have been going through this tutorial but I couldn't make it to work after "Add Data with the Shell" -- You received this message because you are subs

Re: Mongodb + django

2015-05-12 Thread Abhijit Chatterjee
On Tuesday, May 12, 2015 at 10:01:36 PM UTC-4, Abhijit Chatterjee wrote: > > Have anyone had any experience with mongo db? I couldn't get the admin > panel to work in django. Also, I couldn't save() my database object. > > I have been going through this tutorial but I

web2py like SQLFORM

2015-06-01 Thread Abhijit Chatterjee
Hello everyone. I am new in django but I have been using web2py for sometime. Do we have anything like SQLFORM that automatically renders the ORM or we have redundantly call each tables and fields? -- You received this message because you are subscribed to the Google Groups "Django users" grou

cygwin and django in windows

2015-06-03 Thread Abhijit Chatterjee
Using windows 8. I use cygwin to do the following: #- All these commands worked # mkdir django-blog cd django-blog virtualenv env source env/Scripts/activate pip ins

Re: cygwin and django in windows

2015-06-03 Thread Abhijit Chatterjee
Why would I use syncdb when moving forward e.g., 1.9...I can't use it? On Wednesday, June 3, 2015 at 7:07:28 PM UTC-4, Nikolay Fedosov wrote: > > use syncdb instead of migrate for initialization of your database > > 04.06.2015 2:04, Abhijit Chatterjee пишет: > > Using

Using web2py DAL in Django

2016-01-17 Thread Abhijit Chatterjee
Does anyone know how to use DAL (database abstraction layer) that web2py uses in Django? https://docs.djangoproject.com/en/1.9/intro/overview/ This comes out of django site: "For that matter, you don’t have to use Django’s database API, either. You can use another database abstraction layer, y