Django Training

2008-09-15 Thread Rizwan
Hi, I am looking for Django training in India. Could anyone please point to right direction for this please? R --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send emai

Re: Django Training

2008-09-17 Thread Rizwan
I am from Ahmedabad but i can go any major city of India..Preferably MUMBAI.. Thanks for reply On Sep 15, 3:22 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On Monday 15 Sep 2008 7:41:39 pm Rizwan wrote: > > > I am looking for Django training in India. Could anyone p

Newbies in Community.

2009-06-14 Thread Rizwan
Hello Everyone, I have recently started working with Django. and I found very interested myself to develop website. I love it and I can see my future development in it..I am developing one website and I am having problems with URL pattern so i though best to drop an email to community. I have go

Re: Newbies in Community.

2009-06-14 Thread Rizwan
Thanks very much for your help. There wont be any URL pattern I can write which use same method i called for "URL/id/1". On Jun 14, 11:13 pm, Tim Chase wrote: > > I have got select box which is auto submit button. In response of > > submission of form.. URL is forming like.. > > > i.e (http://ww

Re: Indian Language in Tinymce OperationalError

2009-09-29 Thread Rizwan
: > On Tue, Sep 29, 2009 at 7:45 AM, Rizwan Mansuri > wrote: > > > Hello everyone, > > > I am newbie in django. I have installed plugin in tinymce to type indian > > language in textarea. While I was trying to save flat page with indian > > language string its g

Re: Indian Language in Tinymce OperationalError

2009-09-29 Thread Rizwan
Thanks dear it works !! I had to recreate all database tables and restart my django server. Thanks agian Karen.. you rock :) Regards, On Sep 29, 5:22 pm, Karen Tracey wrote: > On Tue, Sep 29, 2009 at 12:05 PM, Rizwan wrote: > > > Thanks for reply, I was suspecting this and I d

Foreign language in View Model.

2009-10-10 Thread Rizwan
Hello Djangoer, I am trying to create website with foreign language in it. I have created model for content type and added one page in it. It saving fine in database. When I have tried to write view model for this page. Its showing me "?" rather then foreign character. I am new born baby in d

Re: Foreign language in View Model.

2009-10-10 Thread Rizwan
external">rMansuri.net. Valid http://jigsaw.w3.org/ css-validator/check/referer" rel="external">CSS & http://validator.w3.org/check?uri=referer"; rel="external">XHTML On 10 Oct, 20:40, Joshua Russo wrote: > On Sat, Oct 10, 2009 at 9:15 AM,

Re: Foreign language in View Model.

2009-10-12 Thread Rizwan
to check how the encoding is set in your database. Make sure > you are using utf-8. > > On Sat, Oct 10, 2009 at 9:43 PM, Rizwan wrote: > > > I am trying to extend flatpage view...I have added custom code > > here..you can see navigation showing question mark here > >

Indian Language in Tinymce OperationalError

2009-09-29 Thread Rizwan Mansuri
Hello everyone, I am newbie in django. I have installed plugin in tinymce to type indian language in textarea. While I was trying to save flat page with indian language string its giving me error *OperationalError at /admin/flatpages/flatpage/1/* " Any suggestion and help would be appericiates.

Django Matrimonial Apps,

2010-08-13 Thread Rizwan Mansuri
Hello all, I am thinking to start writing app for Matrimonial/Dating. If anyone knows about anyone doing same project could please divert me to him/her/community. I would appreciates if anyone would like to join for this project. I am aiming to finish this within three month with basic fun

RE: Django Matrimonial Apps,

2010-08-14 Thread Rizwan Mansuri
@googlegroups.com Subject: Re: Django Matrimonial Apps, On Fri, 2010-08-13 at 20:08 +0100, Rizwan Mansuri wrote: > I would appreciates if anyone would like to join for this project. I > am > aiming to finish this within three month with basic functionality. is it to be open source? -- regards Kenneth

RE: django-weave needs contribution...

2010-03-07 Thread Rizwan Mansuri
Hi Jen, I am happy to help you but my experience with django is very much like starting level. Is that something helps you? Riz -Original Message- From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of Jens Sent: 07 March 2010 19:15 To: Django users Subj

OSError Permission denied

2010-10-07 Thread Rizwan Mansuri
Hello Django Gurus, I am newbie in Django. I 'm stuck at this point. I have developed one apps in django which has Imagefield. While I am trying add this content in site its giving me error saying OSError at /admin/portfolio/portfolio/add/ [Errno 13] Permission denied: '/myproject'. Myprojec

OS Error, Permission Denined

2010-10-07 Thread Rizwan Mansuri
Hello Django Gurus, I am newbie in Django. I 'm stuck at this point. I have developed one apps in django which has Imagefield. While I am trying add this content in site its giving me error saying OSError at /admin/portfolio/portfolio/add/ [Errno 13] Permission denied: '/myproject'. Myprojec

RE: OS Error, Permission Denined

2010-10-07 Thread Rizwan Mansuri
@googlegroups.com Subject: Re: OS Error, Permission Denined El 07/10/10 16:05, Rizwan Mansuri escribió: > > > I am newbie in Django. I ‘m stuck at this point. I have developed > one apps in django which has Imagefield. While I am trying add this > content in site its giving me error sa

RE: OS Error, Permission Denined

2010-10-07 Thread Rizwan Mansuri
Error, Permission Denined El 07/10/10 16:21, Rizwan Mansuri escribió: > Could you please guide me to any document that explain this? Sorry, I may have assumed too much on my previous response. What OS is your Django project running on? Here is a guide for Linux: http://www.zzee.com/solutio

RE: OS Error, Permission Denined

2010-10-07 Thread Rizwan Mansuri
Hi Shawn, I've pasted my model code. That doesn't sort out my issue. from django.db import models from django.contrib import admin import datetime import os PROJECT_PATH = os.path.abspath(os.path.dirname(__file__)) class Portfolio(models.Model): title = models.CharField('Title', max_le

RE: Django tutorial

2010-10-23 Thread Rizwan Mansuri
You need mysqldb library for your installed python version. Cheers, -Original Message- From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of dynamo44 Sent: 23 October 2010 20:52 To: Django users Subject: Django tutorial Hello, I am working through the D

Re: What are packages or tool that are useful to make a Human resource management system

2018-10-08 Thread Rizwan Ahmed
go throu this link it may help u. *http://awesome-django.com/ * otherwise you can look at github. On Mon, Oct 8, 2018 at 8:51 AM django_learner wrote: > I am newbie to django. I am trying to make a Human resource management > system software but it is very hard to ma

Re: what if i want to use mysql with django?

2018-10-08 Thread Rizwan Ahmed
Follow this YouTube video. This guy explained it very well. https://www.youtube.com/watch?v=s16p32pndK0 On Mon, Oct 8, 2018 at 6:26 PM Nishan Akib wrote: > of course not. you can use mysql, oracle, postgres & so on. just search on > Google or see the doc. > > On Mon, Oct 8, 2018, 6:01 PM Muhamm