Dynamic models

2023-05-22 Thread ruth salvatore
Here I am creating django dynamic models but for getting data i am using get method but i am not getting data it just says that table does not exist even if it is present. from django.http import JsonResponse from.serializers import CreateTableSerializer from django.db import connection, models

Re: dynamic django tables

2023-05-22 Thread ruth salvatore
it worked for me thanks.but if someone wants to add constraints like primary key,Foreign key and many more then how to do it. On Monday, May 22, 2023 at 10:59:08 AM UTC+5:30 Brian Gitau wrote: Try this i am not so sure though but trying isn't bad...kindly give me the feedback after trying fr

Re: Error running Django tutorial

2016-03-19 Thread Ruth
Hi, I am getting the same problem, despite having include in my mysite\urls.py file. I am using Python 2.7.6, Django 1.9.4 and Ubuntu 14.04.3 LTS. Could it by a Python 2.7 problem? Thanks, Ruth On Wednesday, March 2, 2016 at 12:19:16 PM UTC-8, jorr...@gmail.com wrote: > > Glad you got it

Re: Error running Django tutorial

2016-03-19 Thread Ruth
I am getting the very same problem, despite adding include to my mysite\urls.py file. I am using Python 2.7.6, Django 1.9.4 and Ubuntu 14.04.3 LTS Could it be a python 2.7 problem? Thanks, Ruth On Saturday, February 27, 2016 at 11:50:39 AM UTC-8, Mike Kipling wrote: > > I am working throu

Re: Problem with jdbc postgresql driver

2014-01-07 Thread Ruth Fong
Hi Hugo + everyone, Was there any resolution to this problem? I'm experiencing a similar error and any help would be appreciated! :) - Ruth I've installed Jython2.5.2, Django-1.4, and django-jython-1.3.0. Following the JythonBook tutorial (http://jython.org/jythonb

Re: Anonymous session carries over to authenticated session

2011-11-15 Thread Byron Ruth
Posted on Django Developers: http://groups.google.com/group/django-developers/browse_thread/thread/93dd04dc07ddf612 On Nov 15, 1:30 pm, Byron Ruth wrote: > Thanks for info Tom. This behavior is confusing. I am going to post it > on the Django Developers group. > > On Nov 15, 11:40 a

Re: Anonymous session carries over to authenticated session

2011-11-15 Thread Byron Ruth
Thanks for info Tom. This behavior is confusing. I am going to post it on the Django Developers group. On Nov 15, 11:40 am, Tom Evans wrote: > On Tue, Nov 15, 2011 at 4:08 PM, Byron Ruth wrote: > > I have some data I persist in a user's session regardless if the user >

Anonymous session carries over to authenticated session

2011-11-15 Thread Byron Ruth
I have some data I persist in a user's session regardless if the user is anonymous or authenticated. I noticed after I logged in that my anonymous session data carried over in my authenticated session store. I thought this behavior was a bit unexpected although I could certainly see where this woul