Fighting with sqlcustom

2014-07-09 Thread Malik Rumi
run sqlcustom. So I did, and all I’ve been getting since is one error after another. The current error is: django.core.exceptions.ImproperlyConfigured: Requested setting DATABASES, > but se > ttings are not configured. You must either define the environment variable > DJANG > O_SET

Re: sqlcustom

2009-11-13 Thread Zeynel
I found these two previous queries: http://groups.google.com/group/django-users/browse_thread/thread/e692a073b88c15f2?fwc=1 Does anyone know what is "rest" subcommand? http://groups.google.com/group/django-users/browse_frm/thread/da4601114a82635b/359e6d294f5faed7?lnk=gst&a

sqlcustom

2009-11-13 Thread Zeynel
I am trying to add some records to my SQLite3 database with sqlcustom as explained here http://docs.djangoproject.com/en/dev/ref/django-admin/#ref-django-admin I don't get any errors when I run C:\sw1>manage.py sqlcustom wkw1 BEGIN; INSERT INTO mkw1_lawyer (first, initi

Re: sqlcustom example?

2009-07-29 Thread Joshua Russo
On Jul 29, 12:48 pm, Joshua Russo wrote: > I'm confused about how sqlcustom fits into the dbsync process. > I ran "manage.py sqlcustom myapp" and it printed the sql properly but that's > all it did. Granted that's all the docs say it does anyway, but then how d

sqlcustom example?

2009-07-29 Thread Joshua Russo
I'm confused about how sqlcustom fits into the dbsync process. I ran "manage.py sqlcustom myapp" and it printed the sql properly but that's all it did. Granted that's all the docs say it does anyway, but then how do