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
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
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
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
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
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
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
7 matches
Mail list logo