Report generation-reportlab

2012-03-31 Thread Ganesh Kumar
Hi guys, I am new to django reportlab. I want to generate pdf. file to select mysql (table) content. How to proceed with reportlab, I can do with some other tool. please guide me. your valuable suggestion. -Ganesh. Did I learn something today? If not, I wasted it. -- You received this message b

Help. ORM Trigger After Insert.

2012-04-03 Thread Ganesh Kumar
Hi Guys, I am new to the ORM concepts in Django. My Django application writing on table. it's working fine. But I want writing table the same copy of writing data stored in another table . Guys help me the concepts in mysql Triggers in After insert. the same way achieve in django ORM. guide me. -

Reg. Basic django.db.models

2011-11-04 Thread Ganesh Kumar
Hi, I'm a new to Django. I know mysql queries. I cant understand django queries, Basically My understanding complicated to the django queries. please guide me. Device.objects.filter(device_id = device_id)[0] Device->table device-->column Device.objects.filter(locked = True) Device.objec

Best UI for Django

2011-11-09 Thread Ganesh Kumar
Hi guys, I am beginner of django, I have creating application using django. How integrate with jquery with django, please share your thoughts. please guide me. -Ganesh. Did I learn something today? If not, I wasted it. -- You received this message because you are subscribed to the Google Groups

django-shortcuts

2011-11-10 Thread Ganesh Kumar
Ho to install django-shortcuts module Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import django.shortcut Traceback (most recent call last): File "", line 1, in ImportError: No module named short

from django.shortcuts import render_to_response

2011-11-10 Thread Ganesh Kumar
Hi How to install render_to_response module. please guide me. In [10]: from django.shortcuts import render_to_response --- ImportError Traceback (most recent call last) /root/django-shortcuts/ i

Unable to load render_to_response module

2011-11-11 Thread Ganesh Kumar
Hi , I have tried to load render_to_response module. it's through error. I have tried download and install the module https://github.com/jgorset/django-shortcuts installed sucessfully, But not load any one of you help me guys. dhana013 ~ $ ipython Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56

Re: Unable to load render_to_response module

2011-11-11 Thread Ganesh Kumar
HI Thanks Daniel it's working me. finally i understand third party modules did not load bash, If you want load bash, you have set DJANGO_SETTINGS_MODULE , other wise start with your project directory $ python manage.py shell Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) Type "copyright", "cre

Network configuration with django webpage

2011-11-11 Thread Ganesh Kumar
Hi guys, I am new to django, I want to create a simple page to configure network configuration, to configure ip address and set submask and gateway configuration. How to do with django, any clues and please guide me. -Ganesh. Did I learn something today? If not, I wasted it. -- You received th

How to add middle ware Selecting the current time zone

2011-11-24 Thread Ganesh Kumar
How to add Middleware to my code. I cant import from django.utils import timezone please guide me. How to import timezone. I already installed pytz. any one help me. any clues. Here's an example that stores the current timezone in the session. (It skips error handling entirely for the sake of sim

Unable to load application to production environment

2011-11-30 Thread Ganesh Kumar
Hi guys, I am trying to load to my application to production environment, It will work on test server, How to do this please guide me. my settings file:- 'registration', 'fileupload', 'password_required', those application cant load at production time. error says:- No module named r

How to integrate django forms with django.

2011-12-16 Thread Ganesh Kumar
Hi guys, I am beginner of django, I have created django from, How to add with jquery and jqueryUI stuff, to my from , please guide me. -Ganesh. Did I learn something today? If not, I wasted it. -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: How to integrate django forms with django.

2011-12-16 Thread Ganesh Kumar
Sorry typo How to integrate django forms with jquery Did I learn something today? If not, I wasted it. On Sat, Dec 17, 2011 at 10:39 AM, Ganesh Kumar wrote: > Hi guys, > > I am beginner of django, I have created django from, How to add with > jquery and jqueryUI stuff, to my f

Serving Django Admin Static Media Files with Apache WSGI on Ubuntu

2011-12-20 Thread Ganesh Kumar
Hi guys, I trying with Serving Django Admin Static Media Files with Apache WSGI on Ubuntu.10.04 This my config files. example_proj.wsgi http://dpaste.com/675674/ apache config file. 000-default http://dpaste.com/675675/ my setting.py http://dpaste.com/675678/ please guide me. what mistakes I

Standalone Django scripts

2011-12-23 Thread Ganesh Kumar
Hi guys, I am new to django, I trying to develop standalone script (shell script), it's working fine in development version, How to can I deploy host application to my server, any help guys. In development version I have used in one terminal start running using shell script, and another terminal st

Setting Network settings from Python/Django

2012-01-22 Thread Ganesh Kumar
Hi guys I'm working on a simple web interface for an embedded computer. The computer will ship with a static default ip that will then need to be updated by the install tech who may not be tech/linux savvy. Basicly I need to change the following system settings from a Django app. 1. IP Addres