Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "asimkon ." Newsgroups: comp.lang.python Subject: Django - tastypie - jqgrid Wrapper (installation - manual) Date: Tue, 19 Apr 2016 11:39:05 +0300 Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de twIXBz1gRf2Ko5aMxCrspgVw4gfogKFnvjdz5XguXXCA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Django': 0.03; 'sufficient': 0.05; 'url:bitbucket': 0.05; 'subject:installation': 0.07; 'wrapper': 0.07; '(additional': 0.09; 'mysql.': 0.09; 'url:github': 0.09; 'django': 0.13; 'apache': 0.14; 'models,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'machine': 0.21; 'message-id:@mail.gmail.com': 0.27; 'lot.': 0.29; 'code': 0.30; 'anyone': 0.32; 'knows': 0.32; 'run': 0.33; 'him.': 0.33; 'received:google.com': 0.35; 'could': 0.35; 'installing': 0.35; 'step': 0.36; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'received:209': 0.38; 'received:209.85.214': 0.39; 'to:addr:python.org': 0.40; 'skip:u 10': 0.61; 'further': 0.62; 'details': 0.62; 'information': 0.63; 'due': 0.65; 'contact': 0.66; 'touch': 0.66; 'finally': 0.70; 'lack': 0.76 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=TtuJDD46rxfCXUlJEmUgG35TldPuL/O/COXDeKI1Rl8=; b=IFhCTfTFNylLnH7Aa5x5eLuafUeB/aOIE+ym9RWGxcZulsDhMyixQXMQbLLaBGeX/c j7rv44q5bCbguOMBSJBFy9bK5mbzkIWQylnhnf96Y+CdKFuSf66aJPcrCTL5PbL1NfWp e7DJWAI8rw4ZQVWpMpHhjz71emYEjRm8DH5C29sQLyb+wxL7dzN7E7y1eV5y/4M69zaD zSy6RksR2zQ748r2kYex8ILN4fjOWAULBgbQhmZbZK2wMkjqckD18IJZ7rPQPL5zzVB9 08NBB67PTnnnU1BN7ch9sle/9CfgiNtrxQNwGm2om/MxSX3bk0baGaP++QIvTJxXrhau 6bdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=TtuJDD46rxfCXUlJEmUgG35TldPuL/O/COXDeKI1Rl8=; b=JYD1HDyE+FBOhmoIZFRvF4d+BuYn5I8NM9KS4OMxVVwn0kAfR9dcyIhKFRmzvodgBk /E8O7j4V8vN/Cz+v4TLxDU1uKRa+E9UWrVH3TIMKeiz+DGI+GujxYf0VPLm1Ig+ZXMKw 557FgElCIH9qm5c8WA90Fcr0iiI100uW/XvM34AEbDwrHSV3zzjfys037hg4Pk+zXsW3 WRL0mAuvJlDnWIFweCaXgBZiNopotT0q32LuTIuI/BNAz5EzmPGKQVAaSY72I8UA/0Fb 9cMooUCJI2aFDB9XUPTbNMDiNRIayZdekw4OQ/lpG3ToGX+7R4JB3ch6o1U2k50s/m6x A9tQ== X-Gm-Message-State: AOPr4FXJRwW6eBu3JB1ChZZlsvsxdOE7mXsqLvvtg4tvorv1bMW82MWRj8gsSg2OggMja9tV97n6kYtlX4oTHQ== X-Received: by 10.202.224.70 with SMTP id x67mr631102oig.124.1461055145161; Tue, 19 Apr 2016 01:39:05 -0700 (PDT) X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: Xref: csiph.com comp.lang.python:107304 I would like to use the following wrapper in one of my Django models, but unfortunately i do not know how to do it due to the lack of sufficient information. I run on my machine Djnago 1.9, tastypi via easy_install, Apache via mod_wsgi and MySQL. After installing all these i do not know how to proceed step 1, step 2 etc in order to use the demo code mentioned in the above page and finally work successfully. Further details about the type of fields and how could be used in grids.py (additional information) would help me a lot. I found the author's github page but unfortunately there is contact information to get in touch with him. If anyone knows so much about it, i would be delighted! Regards Kostas Asimakopoulos