Re: How to configure client side SSL trusted CA certificate ?

2017-02-08 Thread Pankaj Singh
ng as I > start the server manually. But I don't seem to be able to "export" this env > var into the server daemon process, which is started from /etc/init.d. I'll > keep digging on the daemon env var. > > Gang > > On Wednesday, February 8, 2017 at 5:08:44 AM

Re: How to configure client side SSL trusted CA certificate ?

2017-02-08 Thread Pankaj Singh
Hi, My question is where does SSL client code get the trusted CA certificates > from, from Django, Python or the underlying OS? As per official documentation of requests library: By default, Requests bundles a set of roo

Re: How to configure client side SSL trusted CA certificate ?

2017-02-08 Thread Pankaj Singh
; On Wed, Feb 8, 2017 at 12:23 PM, Pankaj Singh wrote: > Hi, > > My question is where does SSL client code get the trusted CA certificates >> from, from Django, Python or the underlying OS? > > > As per official documentation of requests > <http://docs.python-

Re: No installed app with label 'province'.

2017-02-08 Thread Pankaj Singh
Hi Gerald, Have you added your new app in 'INSTALLED_APPS' in `settings.py`? Can you tell more about context of ther error, e.g. this error occurs on `python manage.py runserver` or when you access a page on django admin? Also, it would be much easier to find the issue if you can share the trace

Re: how to cat'ing string in html file

2013-04-07 Thread Pankaj Singh
gt; >> {% with "/media/"|add:i.no|add".jpg" as template_str %} >> >> {% endwith %} >> >> You don't need to use `{{ }}` inside `{% %}`. >> >> -- >> >> Sincerely, >> Pankaj Singh >> http://about.me/p

Re: how to cat'ing string in html file

2013-04-07 Thread Pankaj Singh
On Sun, Apr 7, 2013 at 1:11 PM, Fatih Tiryakioglu wrote: > {% with "/media/"|add:"{{ i.no }}"|add:".jpg" as template_str %} This should be {% with "/media/"|add:i.no|add".jpg" as template_str %} {% endwith %} You don't need to use

Re: couldn't render a media image via a template

2013-04-07 Thread Pankaj Singh
ectstatic` command collects static files from different >> apps in this directory. >> > STATIC_URL = '/unnamed/' >> As explained above for MEDIA_URL >> >> If you want to use an image located at >> /home/mehmet/internet_projeleri/site4ust/unnamed/6083

Re: couldn't render a media image via a template

2013-04-06 Thread Pankaj Singh
nnamed" MEDIA_URL="/media/" > Above code will work now. -- Sincerely, Pankaj Singh http://about.me/psjinx -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: need help designing models

2013-04-06 Thread Pankaj Singh
post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Sincerely, Pankaj Singh http://about.me/psjinx -- You received this m

Re: Stop django admin

2013-04-06 Thread Pankaj Singh
it this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Sincerely, Pankaj Singh http://about.me/psjinx -- You received this message because you are subscribed to the Google Groups "Django users

Re: FileField delete and update handling

2013-03-30 Thread Pankaj Singh
cribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit

Re: django+virtualenv+git(hub)

2013-03-30 Thread Pankaj Singh
gt; To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Sincerely, Pankaj Singh http://about.me/psjinx -- You received this mess

Re: Django HTML controls and CRUD creation functionalities

2013-03-29 Thread Pankaj Singh
ango. > The other question is, for Yii, it has user interface for generating CRUD, > does Django have such features? Yes, Django has a very powerful admin site[1]. For screenshots of admin site visit[2]. Links- 1. https://docs.djangoproject.com/en/1.5/ref/contrib/admin/ 2. http://goo.gl/H9B5S

Re: Displaying And Selecting Tags in Admin Site

2013-03-28 Thread Pankaj Singh
> Many Thanks > > Jon > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. >

Re: management commands in namespaced apps

2013-03-28 Thread Pankaj Singh
" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > django-users+unsubscribe@**googlegroups.com > . > To post to this group, send email to django-users@googlegroups.com. > Visit this group at > http://groups.google.com/**gr

Re: 'url' template tag throws and error after upgrading to 1.4

2013-03-28 Thread Pankaj Singh
module(mod_name), > func_name) > File > "/home/env/project/lib/python2.7/site-packages/django/utils/importlib.py" > in import_module > 35. __import__(name) > > Exception Type: ImportError at / > Exception Value: No module named views > > -- > You received thi

Re: showing an Integerfield as checkbox in form with defaulted as "check"

2013-03-28 Thread Pankaj Singh
oup/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Sincerely, Pankaj Singh http://about.me/psjinx -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gro

Re: manytomany field and intermediary table from a legacy database

2013-03-28 Thread Pankaj Singh
o django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Sincerely, Pankaj Singh

Re: Looking for a simple newsletter app

2013-03-13 Thread Pankaj Singh
Hey, Have a look at https://www.djangopackages.com/grids/g/newsletter/. I have used emencia django newsletter previously (http://vimeo.com/16793999 ). Sincerely, Pankaj Singh http://about.me/psjinx On Wed, Mar 13, 2013 at 6:00 PM, frocco wrote: > Hello, > > Does anyone know of

Re: Django payment gateway with subscription management

2013-03-06 Thread Pankaj Singh
Hey Jaimin, For recurring submissions managed by Stripe, have a look at https://github.com/eldarion/django-stripe-payments Sincerely, Pankaj Singh http://about.me/psjinx On Wed, Mar 6, 2013 at 2:27 AM, Jaimin Patel wrote: > Yes, we are USA based and I come across stripe. It seems v

Re: comment templates

2013-02-21 Thread Pankaj Singh
> > so this means enabling the comment app will not render comments > anywhere and developer needs to manually choose to include it in page > templates Yes. Sincerely, Pankaj Singh http://about.me/psjinx On Thu, Feb 21, 2013 at 3:38 PM, yakoub abaya wrote: > > thank

Re: comment templates

2013-02-21 Thread Pankaj Singh
atetag-render_comment_list> : {% render_comment_list for [object] %} For example: {% render_comment_list for event %} This will render comments using a template named comments/list.html, a default version of which is included with Django. Sincerely, Pankaj Singh http://about.me/psjinx On Thu, Feb

Re: Cannot find ../django/contrib/admin/media

2013-02-20 Thread Pankaj Singh
/webapps/project_name. I will upload an example project to Github in few days. Sincerely, Pankaj Singh http://about.me/psjinx On Wed, Feb 20, 2013 at 9:06 PM, Vittorio wrote: > As a newbye I'm using django 1.4.3 under Mac OS X. > Reading the tutorials (and an Italian book on django by

Re: No django 1.0.4 file on PYPI

2013-02-20 Thread Pankaj Singh
cs.org/en/latest/intro/tutorial01.html Only some of topics have been translated till now. This translation project on Github (https://github.com/python-docs-ko/django-docs-ko). May be you can contribute in future :) Sincerely, Pankaj Singh http://about.me/psjinx On Wed, Feb 20, 2013 at 6:35

Re: looking for a Django app for annual subscriptions

2013-02-20 Thread Pankaj Singh
ing open sourced. I would like to contribute if you end up writing a new app. Sincerely, Pankaj Singh http://about.me/psjinx On Wed, Feb 20, 2013 at 11:16 AM, James Socol wrote: > On Tuesday, February 19, 2013 10:36:49 PM UTC-5, Mike Dewhirst wrote: >> >> Does anyone know of

Re: how to create attribute for image in django models.py

2013-02-20 Thread Pankaj Singh
good at basics. This book is not for beginners. It's good to do your homework before posting a question on public forums/mailing lists. Please read 1. http://www.catb.org/esr/faqs/smart-questions.html 2. http://stackoverflow.com/questions/how-to-ask Happy Coding !! Sincerely, P

Re: error in templates...

2013-02-19 Thread Pankaj Singh
Hey, You are not using reverse in your views.py. I'm not sure what is causing your problem. hi, if you have any mini project on django, plz share, i m beginner it can > be helpful for me... plz share if u have.. Django By Example - http://lightbird.net/dbe2/ Sincerely, Pankaj Si

Re: error in templates...

2013-02-19 Thread Pankaj Singh
name="contact"), url(r'^archive/$', direct_to_template, {"template": "archive.html"}, name="archive"), ) Sincerely, Pankaj Singh http://about.me/psjinx On Tue, Feb 19, 2013 at 5:06 PM, Avnesh Shakya wrote: > ya i have done it but

Re: error in templates...

2013-02-19 Thread Pankaj Singh
Hey, I asked you to make changes in templates (i.e. home.html, about.html etc.) and not urls.py. Sincerely, Pankaj Singh http://about.me/psjinx On Tue, Feb 19, 2013 at 4:56 PM, Avnesh Shakya wrote: > hi pankaj, i have got again error same.. > if i change &g

Re: error in templates...

2013-02-19 Thread Pankaj Singh
Hey Avnesh, In your templates you have written following lines homeaboutarchivecontact Change them to following, notice single quotes surrounding url pattern name homeaboutarchivecontact Sincerely, Pankaj Singh http://about.me/psjinx On Tue, Feb 19, 2013 at 4:06 PM, Avnesh Shakya wrote

Re:

2013-02-18 Thread Pankaj Singh
Right. 'UsernaBaseProfile' should be 'UserenaBaseProfile'. Sincerely, Pankaj Singh http://about.me/psjinx On Tue, Feb 19, 2013 at 12:53 PM, Zhao Quan wrote: > thanks I resolve that issue, > seems the parameter miss a 'e'. > > > On Tue, Feb 19, 2

Re:

2013-02-18 Thread Pankaj Singh
Hey, You need to import UserenaBaseProfile in your models.py before defining MyProfile class. from userena.models import UserenaBaseProfile http://docs.django-userena.org/en/latest/installation.html#profiles Sincerely, Pankaj Singh http://about.me/psjinx On Tue, Feb 19, 2013 at 12:36 PM

Re: Is it necessary to restart server after a change?

2013-02-18 Thread Pankaj Singh
will occur at the time of the > first request to arrive after the change has been made. The way that the > restart is performed does not affect the handling of the request, with it > still being processed once the daemon process has been restarted. This is standard deployment practice.

Re: Templates error on partial rendering

2013-02-18 Thread Pankaj Singh
VALID to "%s %s" and that will cause a formatting error to be raised. https://docs.djangoproject.com/en/1.2/ref/templates/api/#how-invalid-variables-are-handled Sincerely, Pankaj Singh http://about.me/psjinx On Mon, Feb 18, 2013 at 4:02 PM, andrea crotti wrote: > I have a case where w

Re: Is it necessary to restart server after a change?

2013-02-18 Thread Pankaj Singh
Hey, Touching wsgi.py file is enough. Find more details at http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode#Reloading_In_Daemon_Mode Sincerely, Pankaj Singh http://about.me/psjinx On Mon, Feb 18, 2013 at 7:56 PM, frocco wrote: > Hello, > > In PHP, if I make a change to the

Re: Custom Http404 like exception

2013-02-18 Thread Pankaj Singh
/wsgi.py#L245-L253 This response is served by Webserver. Sincerely, Pankaj Singh http://about.me/psjinx On Mon, Feb 18, 2013 at 6:15 PM, Serge G. Spaolonzi wrote: > Hi, > > How does the Http404 exception works internally? > I want to make the same but with for a 401 code and a custo

Re: Conflict of admin applications for jquery

2013-02-18 Thread Pankaj Singh
lliproject.com/ 6. http://django-admin-tools.readthedocs.org/en/latest/ Sincerely, Pankaj Singh http://about.me/psjinx On Sun, Feb 17, 2013 at 1:11 PM, Владимир Паль wrote: > Hi, I have following problem. > It is quite often that django admin plugins include their own version of > jquery an

Re: Error passing data from views to template

2013-02-18 Thread Pankaj Singh
ce code for Context class ( https://github.com/django/django/blob/1.4.3/django/template/context.py#L84). Sincerely, Pankaj Singh http://about.me/psjinx On Mon, Feb 18, 2013 at 12:04 AM, Tiago Carvalho wrote: > Hello, > > I'm new to Django and I'm with an error, passing data from v

Re: Django superstars I should be following?

2013-02-05 Thread Pankaj Singh
/djangolinks https://twitter.com/djangodose https://twitter.com/djangosnippets You might be interested in https://twitter.com/statuscode (weekly newsletter) https://twitter.com/pycoders (weekly newsletter) You can find more in twitter recommendations. Sincerely, Pankaj Singh http://about.me

Re: how to delete in the admin - strategy needed

2013-02-05 Thread Pankaj Singh
ender, instance, *args, **kwargs): instance.clean_out() Sincerely, Pankaj Singh http://about.me/psjinx On Tue, Feb 5, 2013 at 12:15 PM, Mike Dewhirst wrote: > Could someone please point out my mistake? > > def clean_out(self): > child_lst = list(Child.objects.

Re: Custum save on Foreignkey in Admin

2013-02-05 Thread Pankaj Singh
size. Sincerely, Pankaj Singh http://about.me/psjinx On Tue, Feb 5, 2013 at 1:13 PM, Avnesh Shakya wrote: > plz tell me why this error is coming here... after setting urls.py. > plz help me.. > ViewDoesNotExist at /admin/ > > > Could not import foo.views.index. View does n

Re: Custum save on Foreignkey in Admin

2013-02-04 Thread Pankaj Singh
Yes, save_formset() has only those instances whose fields were changed. Sincerely, Pankaj Singh http://about.me/psjinx On Mon, Feb 4, 2013 at 10:46 PM, Rob van Dam wrote: > Hi Pankaj, > > Thank you so much You have saved my day :-) I will be able to test it > tomorrow, and I

Re: Custum save on Foreignkey in Admin

2013-02-04 Thread Pankaj Singh
, TicketAdmin) I hope it helps. Sincerely, Pankaj Singh http://about.me/psjinx On Mon, Feb 4, 2013 at 9:01 PM, Rob van Dam | Camping het Wieskamp wrote: > Hi Pankaj, > > I have tried many things today, but unfortunately I cannot get anything > working :-( Can you give me a bit more in

Re: Custum save on Foreignkey in Admin

2013-02-02 Thread Pankaj Singh
http://stackoverflow.com/questions/8294889/override-save-on-django-inlinemodeladmin Sincerely, Pankaj Singh http://about.me/psjinx On Sun, Feb 3, 2013 at 1:34 AM, Pankaj Singh wrote: > Hey Rob, > > You can override save_formset() method of ModelAdmin for this. Create &

Re: Custum save on Foreignkey in Admin

2013-02-02 Thread Pankaj Singh
/#django.contrib.admin.ModelAdmin.save_formset 2. https://docs.djangoproject.com/en/1.4/ref/contrib/admin/#django.contrib.admin.ModelAdmin.save_formset Sincerely, Pankaj Singh http://about.me/psjinx On Sat, Feb 2, 2013 at 8:29 PM, Rob wrote: > I have two models: > > class Tickets(models.Model): >

Re: Bookmarker Site

2013-01-29 Thread Pankaj Singh
of several layers of logic - from HTTP-level request handling, to formvalidation and proceIn [7]: -- Pankaj Singh http://about.me/psjinx On Mon, Jan 28, 2013 at 8:21 AM, Ranjith Kumar wrote: > Hello All, > I wanted to build bookmarking web application using django, in this app user > can

Re: Missing files on a new project

2013-01-27 Thread Pankaj Singh
ubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com 'django-users%2bunsubscr...@googlegroups.com');>. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > >

Re: How Django sends push notifications.

2013-01-27 Thread Pankaj Singh
On 00:39 -0500 / 28 Jan, Chen Xu wrote: > I am recently building a web service for my iphone app, just wondering if > Django can send push notifications to iPhone. Django has no in-built feature for this, however, you can use 3rd party python libraries for this. Please have a look at this blog po

Re: BigAutoField

2013-01-23 Thread Pankaj Singh
Hey Steve, You should ask this questions in django-developers mailing list as it's related to development of django itself. It will be best to hear comments from Core Developers. -- Pankaj Singh http://about.me/psjinx On Wed, Jan 23, 2013 at 6:58 PM, SteveB wrote: > Can anybody pr

Re: interplay between django and twitter-bootstrap...

2013-01-23 Thread Pankaj Singh
make things more dynamic This will give you basic understanding of `how to integrate django+bootstrap". -- Pankaj Singh http://about.me/psjinx On Wed, Jan 23, 2013 at 9:53 AM, SameerOak wrote: > Hello, > > I am new to web development and python and django was my immediate choice t

Re: django admin - changelist view: keep selected items on multiple pages

2013-01-23 Thread Pankaj Singh
-refresh/p1. -- Pankaj Singh http://about.me/psjinx On Wed, Jan 23, 2013 at 2:12 PM, luke lukes wrote: > a question about admin: in the changelist page, is it possible to keep the > selected items of a page while going to another page and returning to it. > > I mean: > > I&#x

Re: django-registration-template

2013-01-23 Thread Pankaj Singh
Hey Sameer, His project uses twitter bootstrap forms in templates. That's the only unique thing about this project. If you are looking for an email based registration app in django which uses bootstrap forms then you can use this one. -- Pankaj Singh http://about.me/psjinx On Wed, J

Re: how to get all objects related to a particular user using django ContentType Framework

2013-01-23 Thread Pankaj Singh
following i = items[0] `i.content_object` will refer to original object used. Please go through official documentation for GenericForeignKey once more. Links: 1. https://docs.djangoproject.com/en/1.4/ref/contrib/contenttypes/#django.contrib.contenttypes.generic.GenericForeignKey -- Pankaj Singh

Re: download pdf in admin

2013-01-23 Thread Pankaj Singh
://docs.djangoproject.com/en/1.4/howto/static-files/#serving-other-directories . -- Pankaj Singh http://about.me/psjinx On Tue, Jan 22, 2013 at 6:08 AM, grat wrote: > hi, > > i cannot download file upladed by admin. > > i have this model: > class Smlouvy(models.Model): > note

Re: how to get all objects related to a particular user using django ContentType Framework

2013-01-23 Thread Pankaj Singh
to get original object. I used similar approach for creating a new feed similar to facebook. Please have a look at related stackoverflow question, http://stackoverflow.com/questions/2128886/django-way-for-building-a-news-feed-status-update-activity-stream. -- Pankaj Singh http://about.me/psjinx

Re: how to get all objects related to a particular user using django ContentType Framework

2013-01-23 Thread Pankaj Singh
If you want to get all `A11M1_user_items` objects then following query should work -- Pankaj Singh http://about.me/psjinx On Wed, Jan 23, 2013 at 3:53 PM, Sarfraz ahmad wrote: > i have the same model having one foreignkey to User and second to the > ContentType > > class A11M

Re: Where can I put code that will get executed when page refreshes

2013-01-23 Thread Pankaj Singh
Hey, You must be using a context variable to fill your `side_menu` block. One reason for failure can be that, context variable is available in template when `ntw.views.index` is called but not available when 'staff.views.index' is called. -- Pankaj Singh http://about.me/psjinx On T

Re: Upload multiple files using Ajax

2013-01-23 Thread Pankaj Singh
"type": "image/jpeg", "size": flat.image.size, "delete_url": reverse("delete_flat", args=[flat.pk]), "delete_type": "DELETE", "description": flat.des

Re: how to get all objects related to a particular user using django ContentType Framework

2013-01-23 Thread Pankaj Singh
? Pankaj Singh http://about.me/psjinx On Wed, Jan 23, 2013 at 3:29 PM, Sarfraz ahmad wrote: > thanx buddy bt i wish to do it in a manner that a model which has a foreign > key to ContentType, when i make a query on this model it returns all the > objects from various apps related to curre

Re: how to get all objects related to a particular user using django ContentType Framework

2013-01-23 Thread Pankaj Singh
## do something with object FYI, getattr(user, link) is manager for that relate object. Pankaj Singh http://about.me/psjinx On Wed, Jan 23, 2013 at 2:42 PM, Pankaj Singh wrote: > Hey Sarfraz, > > You can use any of following methods: > > User._meta.get_all_rel

Re: how to get all objects related to a particular user using django ContentType Framework

2013-01-23 Thread Pankaj Singh
to use in your case. Pankaj Singh http://about.me/psjinx On Wed, Jan 23, 2013 at 2:30 PM, Sarfraz ahmad wrote: > hello friends > i have a project with 7 applications installed in it and i > want to get all the objects related to a particular user from all the > app

Re: looking for an app to view various github repositories within a django powered site

2013-01-21 Thread Pankaj Singh
ub/ 2. https://github.com/frozenskys/django-github 3. https://github.com/omab/django-social-auth 4. https://github.com/pennersr/django-allauth 5. https://github.com/sigmavirus24/github3.py 6. http://developer.github.com/v3/libraries/#python 7. https://github.com/sethtrain/django-git Pankaj Singh

Re: How do I prevent delete from table that has foreign key references

2013-01-20 Thread Pankaj Singh
> s/PREVENT/PROTECT/ My mistake. Pankaj Singh http://about.me/psjinx On Mon, Jan 21, 2013 at 8:08 AM, Javier Guerra Giraldez wrote: > On Sun, Jan 20, 2013 at 2:21 PM, Pankaj Singh wrote: >> As per docs, on_delete=models.PREVENT, prevents deletion of the >> referenced

Re: How do I prevent delete from table that has foreign key references

2013-01-20 Thread Pankaj Singh
: [1]: https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.ForeignKey.on_delete Pankaj Singh http://about.me/psjinx On Mon, Jan 21, 2013 at 12:42 AM, Subodh Nijsure wrote: > Hi, > > Say I have model that comprises of Books and Authors. Where a book may have &

Re: Django 1.5 custom User model error. "Manager isn't available; User has been swapped"

2012-11-27 Thread Pankaj Singh
Hi, You need to unregister `User` model from admin site before registering new one. admin.site.unregister(User) admin.site.register(CustomUser, UserAdmin) Please have a look at http://stackoverflow.com/a/2270704/353550 Pankaj Singh http://about.me/psjinx On Mon, Nov 26, 2012 at 9:14 PM

Re: Javascript in external file not working

2012-11-26 Thread Pankaj Singh
On Tue, Nov 27, 2012 at 4:34 AM, Loai Ghoraba wrote: > Hi all > > When I have a script like this: > window.onload=function f(){} it is working fine. but when > I create an external js file and put it within the static directory, and > call the function like this > > window.onload=f > > It is

Re: imagefield problem .....

2011-06-13 Thread Pankaj Singh
yes even in get_image_url it will be return os.path.join(settings.MEDIA_URL, 'news', self.image.name.split('/')[-1]) -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/

Re: __init__() got an unexpected keyword argument 'core'

2010-08-20 Thread Pankaj Singh
I am using django 1.2.1 -- -- -- -- Thanking You, Pankaj Kumar Singh, 3rd Year Undergraduate Student, Department of Agricultural and Food Engineering, Indian Institute of Technology, Kharagpur Website - http://www.IamPankaj.in Email - cont...@iampankaj.in , singh.pa

__init__() got an unexpected keyword argument 'core'

2010-08-20 Thread Pankaj Singh
I am gettign this error but as per documentation http://www.djangoproject.com/documentation/0.96/model-api/#core this should not be a problem http://code.google.com/p/django-openid-auth/source/browse/trunk/openid_auth/models.py pan...@pankaj-laptop:~/django_projects/mysite$ ./manage.py syncdb Tra

Re: Value Error in Pyfacebook

2010-08-07 Thread Pankaj Singh
problem got solved 1292 if params.get('expires'): 1293 self.session_key_expires = int(params['expires']) I've just changed it to: 1292 if params.get('expires'): 1293 try: 1294 self.session_key_expires = int(params['expires']) 1295

Value Error in Pyfacebook

2010-08-07 Thread Pankaj Singh
Hi i m getting this error *** Traceback (most recent call last): File "/usr/local/alwaysdata/python/ django/1.2.1/django/core/handlers/base.py", line 100, in get_response response = callback(request, *callback_args, **callback_kw

Re: django-registration custom fields

2010-05-31 Thread Pankaj Singh
Thanks my problem has been resolved :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com.

Re: django-registration custom fields

2010-05-31 Thread Pankaj Singh
I am using django-profiles with django-registration as per tutorial from http://praveensunsetpoint.wordpress.com/2009/04/21/django-registration-and-django-profile But after the submitting the form I am getting this error AttributeError at /accounts/register/ 'RegistrationForm' object has no att

Re: django-registration custom fields

2010-05-29 Thread Pankaj Singh
I tried extending RegistrationFormUniqueEmail class CustomRegistrationFormUniqueEmail(RegistrationFormUniqueEmail): first_name = forms.CharField(label=_('First name'), max_length=30,required=True) last_name = forms.CharField(label=_('Last name'), max_length=30, required=True) def save(

django-registration custom fields

2010-05-29 Thread Pankaj Singh
Hi I want to extend django-registration form by adding fields like first name last name date of birth country languages you speak etc. for my project .. how should i proceed for this .. -- -- -- Thanking You, Pankaj Kumar Singh, 2nd Year Undergraduate Student, Department of Agricultural and

password reset getting error - 'function' object is not iterable

2010-05-27 Thread Pankaj Singh
I am getting this error while accessing password reset page.I want to use custom template for password reset page instead of standard django page. how should I proceed. **

Re: Error was: cannot import name validators

2010-05-18 Thread Pankaj Singh
pan...@pankaj-laptop:~/django_projects/pankaj$ python 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. >>> from django.core import validators Traceback (most recent call last): File "", line 1, in Impor

Error was: cannot import name validators

2010-05-17 Thread Pankaj Singh
I am getting this error .. did a lot of googe search but not able to find a solution .. help please ViewDoesNotExist at /register/ Could not import user_registration.views. Error was: cannot import name validators Request Method: GET Request URL: http://127.0.0.1:/register/ Exception Type

Re: Error: App with label forum could not be found. Are you sure your INSTALLED_APPS setting is correct?

2010-05-16 Thread Pankaj Singh
I am geetting thi error when using ./manage.py sqlall forum On Sun, May 16, 2010 at 11:16 PM, Felippe Bueno wrote: > when are you getting this error ? > > On Sun, May 16, 2010 at 5:38 PM, Pankaj Singh < > singh.pankaj.iitkg...@gmail.com> wrote: > >> Error: App wi

Error: App with label forum could not be found. Are you sure your INSTALLED_APPS setting is correct?

2010-05-16 Thread Pankaj Singh
Error: App with label forum could not be found. Are you sure your INSTALLED_APPS setting is correct? how to get out of this ? -- -- -- Thanking You, Pankaj Kumar Singh, 2nd Year Undergraduate Student, Department of Agricultural and Food Engineering, Indian Institute of Technology, Kharagpur

Re: Not able to resolve this error

2010-04-15 Thread Pankaj Singh
Thanx Problem resolved :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more opt

Not able to resolve this error

2010-04-15 Thread Pankaj Singh
Page not found (404) Request Method: GET Request URL: http://10.115.4.61:1234/weblog/2010/apr/14/how-it-functions/ Using the URLconf defined in django_project.urls, Django tried these URL patterns, in this order: 1. ^admin/ 2. ^weblog/$ 3. ^weblog/(?P\d{4})/(?P\w{3})/(?P\d{2})/(P?[

Re: invalid literal for int() with base 10

2010-04-13 Thread Pankaj Singh
ok i resolved .. primary key was the problem i was using name as pk instead of id -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email t

invalid literal for int() with base 10

2010-04-13 Thread Pankaj Singh
*I am unable to resolve this issue .. please help me* ValueError at /pages/About/ invalid literal for int() with base 10: 'About' Request Method: GET Request URL: http://localhost:8000/pages/About/ Exception Type: ValueError Exception Value: invalid literal for int() with base 10: 'About' Excepti

Re: CMS based Website using Django

2010-04-09 Thread Pankaj Singh
Getting error during installation please help Installed /usr/local/lib/python2.6/dist-packages/django_page_cms-1.1.2-py2.6.egg Processing dependencies for django-page-cms==1.1.2 Searching for django-mptt>0.2.1 Reading http://pypi.python.org/simple/django-mptt/ Reading http://code.google.com/p/dja

CMS based Website using Django

2010-04-09 Thread Pankaj Singh
Hi, I am a student. I have designed CMS websites using PHP and MySQL . I want to complete my new project using Django ( excited about it). I wanted to know the basic steps that I should follow. I need to do design a website for a new startup at IIT Kharagpur. I will use CMS because that person ( fo