Re: Issue Deploying Django

2012-08-01 Thread kenneth gonsalves
s nothing to do with your code -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to dj

Re: REMOVE ME

2012-07-29 Thread kenneth gonsalves
l.com").delete() > > Andrew obviously wants to unsubscribe. are you sure - he has asked a question on validation of an uploaded file. He seems to have made a mistake on the subject line. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Goo

Re: Can i use django book

2012-07-28 Thread kenneth gonsalves
in the docs. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups

Re: Need urgrnt help for this new bee...

2012-07-28 Thread kenneth gonsalves
On Fri, 2012-07-27 at 06:14 -0700, Soumen wrote: > I have just configured the Django webserver on our local server what do you mean by 'configured'? have you made your models, views and templates? -- regards Kenneth Gonsalves -- You received this message because you are subscri

Re: Need urgrnt help for this new bee...

2012-07-27 Thread kenneth gonsalves
you have done so far - then we may be able to guide you further. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsu

Re: Django TypeError

2012-07-18 Thread kenneth gonsalves
id or 'u' of the user who has login using > Django inbuilt authentication, so that I can give different views to > the users based on there permissions ? > Thanks in advance. request.user -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the

Re: Is upgrading to a newer Django version generally hassle-free?

2012-07-15 Thread kenneth gonsalves
w projects where one can happily run production sites on trunk, upgrading every tuesday. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To

Re: Error in blog

2012-07-12 Thread kenneth gonsalves
e same version that is being used in the example? -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to

Re: configure apache and mod_python

2012-07-11 Thread kenneth gonsalves
se apache and mod_wsgi instead. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to dj

Re: cleaned_data in forms.py?

2012-07-10 Thread kenneth gonsalves
*args, > **kwargs)" after the init? well, that is python syntax for inheritance (both questions relate to python syntax) -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send em

Re: Regarding Template langauge

2012-07-10 Thread kenneth gonsalves
On Tue, 2012-07-10 at 00:42 -0700, web_premi wrote: > I want to know that whether django support jsp or not? as well as what > kind of other langauges does django support like > dhtml,php,jsp,asp? which best suite for it? none of the above -- regards Kenneth Gonsalves -- You

Re: rendering modelForms

2012-07-10 Thread kenneth gonsalves
rill down into the form and massage the elements. Please look at this code to get a general idea. The code does not touch the css, but you can add css as you please: https://bitbucket.org/lawgon/fossconf/src/71c974a48f25/templates/web/edittalk.html -- regards Kenneth Gonsalves -- You received thi

Re: Release considerations

2012-07-10 Thread kenneth gonsalves
it > to manage their tasks. > > What should I consider doing before making the code available to both > make life easier for the users/keep private information out of the > repository? first choose a license. -- regards Kenneth Gonsalves -- You received this message because you are s

Re: rendering modelForms

2012-07-09 Thread kenneth gonsalves
> since my form is being automatically rendered only by > {{ form.as_table }}? It confuses me.. can anyone help? please paste your template -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Re: Hi all.. Please help me to build a sample django project

2012-07-09 Thread kenneth gonsalves
On Mon, 2012-07-09 at 16:09 +0530, hanumanth abhilash wrote: > Thanks for the quick reply. I've gone through the same document in > pieces. please go through it fully. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "D

Re: If using South, does it even matter what the underlying database is?

2012-07-07 Thread kenneth gonsalves
> Is this the normal approach? Do I have to do the same thing on my > production box? instead of 'trust' use password -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s

Re: view didn't return an HttpResponse object....plz help

2012-07-05 Thread kenneth gonsalves
ficult to check this from your mail, so please paste the code in dpaste.com so that we can see what the exact indentation is. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s

Re: map in django

2012-07-04 Thread kenneth gonsalves
.com/?q=maps+in+django -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubs

Re: to add counter in the project

2012-07-03 Thread kenneth gonsalves
uge waste of time and energy. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to dj

Re: Advices on what web programming language used in template?

2012-07-03 Thread kenneth gonsalves
know what programming language is to be used in templates? Or do you want to know what programming language is to be used to program templates? -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to thi

Re: to add counter in the project

2012-07-03 Thread kenneth gonsalves
ber of assistant professors, use filter() and count(). -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group,

Re: Filter FieldError

2012-07-03 Thread kenneth gonsalves
On Tue, 2012-07-03 at 02:47 -0700, Saroja Parameswaran wrote: > Can anyone tell me the solution? double underscore __ -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send em

Re: Deployment: Apache2, wsgi (Debian squeeze)

2012-07-03 Thread kenneth gonsalves
tual host in Apache. Try to set up a virtual host serving static content at the start and once you understand that, things will start falling in place (I am from a similar background from you, and thats how I did it. -- regards Kenneth Gonsalves -- You received this message because you are s

Re: Can't figure out how to obtain organized list of my friends

2012-07-03 Thread kenneth gonsalves
your models is that it seems to me that your Friendship model should be split into two models. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups

Re: unable to connect freenode

2012-07-02 Thread kenneth gonsalves
On Mon, 2012-07-02 at 22:51 -0700, Smaran Harihar wrote: > Thanks for the reply. How can i register? /msg nickserv help register -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this grou

Re: unable to connect freenode

2012-07-02 Thread kenneth gonsalves
happens. you need to register your nick and be identified, otherwise #django will not let you in -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googleg

Re: help - a bit urgent please(import data to a csv file)

2012-07-02 Thread kenneth gonsalves
; the > data from it. I have quickly gone through Django tutorial to get some > idea. > I have found the following link take a look at this: https://docs.djangoproject.com/en/dev/howto/outputting-csv/ -- regards Kenneth Gonsalves -- You received this message because you are subs

Re: Avoiding code repetition in views

2012-06-29 Thread kenneth gonsalves
Views in 1.4 as a way to factor out the > gig-list-building code in a reasonable way. or use templatetags -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googl

Re: interpretting urls

2012-06-28 Thread kenneth gonsalves
ou'll > find a very explicit reference to middlewares : > > https://docs.djangoproject.com/en/dev/#the-view-layer > > Should I mention that there's a "search" feature in the doc too ? but that is not yet fixed, it does not do multiword searches - better to use duckduckgo

Re: language

2012-06-26 Thread kenneth gonsalves
On Tue, 2012-06-26 at 04:59 -0700, armagan wrote: > I'm trying to write the month name from number. I have done. But > month's > name is English. I want to change the name to Turkish. this may help you: https://docs.djangoproject.com/en/dev/topics/i18n/ -- regards Kenneth Gonsalves

Re: Hey

2012-06-26 Thread kenneth gonsalves
Everything you need to know is here : https://docs.djangoproject.com do they mention how to put a meaningful subject line ;-) -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this grou

Re: New to Django, need help starting

2012-06-20 Thread kenneth gonsalves
On Wed, 2012-06-20 at 13:15 +0200, Diego pascual lopez wrote: > > try typing /path_to_django/bin/django-admin.py startproject > > > > If you don't know the path of the django-admin.py, you can type > > #which django-admin.py it will say 'no django-admin.py' -- r

Re: New to Django, need help starting

2012-06-20 Thread kenneth gonsalves
.py: command not found." > Why is > it not understanding the django- admin function? > I am using Mac OS X 10.7.3, Django 1.4, and Python 2.7.2. try typing /path_to_django/bin/django-admin.py startproject or symlink django-admin.py to /usr/bin/django-admin.py -- regards Kenneth Gons

Re: Writing or editing files using Django

2012-06-19 Thread kenneth gonsalves
ch python template is best suited and supported by Django ? jinja2 > or mako or cheetah ? the django template language is best suited and supported by django - of course you are free to use anything you want. > > what is the best way of calling C++ > programs within Django ? subprocess

Re: How to trigger perl scrip in Django

2012-06-19 Thread kenneth gonsalves
ssignment?) -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr.

Re: multiple databases [was]Trying to find something in multiple databases... Confused...

2012-06-18 Thread kenneth gonsalves
es and would appreciate your take. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to

Re: Please Assist Learning Programming and Python with Django Framework and Stuck

2012-06-16 Thread kenneth gonsalves
print statement which will just print '()' on the console. I have never heard of the write() statement as a python builtin. Of course there is a whole lot of python I do not know, so I may be wrong. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "

Re: Please Assist Learning Programming and Python with Django Framework and Stuck

2012-06-16 Thread kenneth gonsalves
On Sat, 2012-06-16 at 15:52 +0530, kenneth gonsalves wrote: > > > > what does write() do? > > btw, line 56 in models needs to be indented > lines 54 and 55 have a double indent. Why? > lines 21, 22 and 32 will never be executed. oh, and your indents in 17 and 18 are n

Re: Please Assist Learning Programming and Python with Django Framework and Stuck

2012-06-16 Thread kenneth gonsalves
On Sat, 2012-06-16 at 03:10 -0700, cmac0tt wrote: > here is the dpaste: > > http://dpaste.com/760213/ > > what does write() do? btw, line 56 in models needs to be indented lines 54 and 55 have a double indent. Why? lines 21, 22 and 32 will never be executed. -- regards Ke

Re: 'ascii' codec can't encode character u'\xe4' [solved]

2012-06-15 Thread kenneth gonsalves
they give users a small snippet of httpd.conf which we can edit - I put this line: SetEnv Locale UTF8 and it is working. Thanks for the hints, I now remember that I had solved this problem long ago, but it is so long since I have used apache, that i had forgotten -- regards Kenneth Gonsalves -

Re: 'ascii' codec can't encode character u'\xe4'

2012-06-14 Thread kenneth gonsalves
to use only ascii for the time being - but that is not a solution - for example assume that the same files are accessed/uploaded by other applications. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: 'ascii' codec can't encode character u'\xe4'

2012-06-14 Thread kenneth gonsalves
t locale, and that Apache default's locale was "C", not > the > utf8 locale configured for users. Not much of a problem for me since I > have > admin access but that may not be the case with webfaction :-/ I think that should be it - my dev server runs nginx (and on my own s

'ascii' codec can't encode character u'\xe4'

2012-06-14 Thread kenneth gonsalves
y" in exists 230. return os.path.exists(self.path(name)) File "/usr/local/lib/python2.7/genericpath.py" in exists 18. os.stat(path) Exception Type: UnicodeEncodeError at /admin/web/download/add/ Exception Value: 'ascii' codec can't encode character u'\

Re: image in browser

2012-06-14 Thread kenneth gonsalves
data to the template and using a js library to generate and render the image on the page. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.c

Re: Filter by today

2012-06-12 Thread kenneth gonsalves
On Tue, 2012-06-12 at 07:46 +0100, Simon Pickles wrote: > result = Attempt.objects.filter(timestamp = date.today()) should it not be datetime.datetime.today()? -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django user

Re: Validating a specific form field

2012-06-12 Thread kenneth gonsalves
On Tue, 2012-06-12 at 03:25 -0700, gnesher wrote: > but this seems like a bad way of doing this (error message might > change > etc.) Is there a better way to run the validation ? https://docs.djangoproject.com/en/dev/ref/forms/validation/ -- regards Kenneth Gonsalves -- You

Re: Graphs in django

2012-06-12 Thread kenneth gonsalves
sing-js > okie.But i am not clear with javascript graph libraray take a look at this: https://google-developers.appspot.com/chart/interactive/docs/gallery/linechart -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" grou

Re: Graphs for my Django Application

2012-06-10 Thread kenneth gonsalves
he app) -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegrou

Re: User registeration

2012-06-08 Thread kenneth gonsalves
;auth_user_username_key" > DETAIL: Key (username)=() already exists. that means that a user with that name has already been created. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: Graphs for my Django Application

2012-06-08 Thread kenneth gonsalves
On Fri, 2012-06-08 at 12:50 +0530, Tanveer Ali Sha wrote: > How can I provide graphs in my djnago application.I wanna implement > this > for my Network Analysis Application . https://developers.google.com/chart/ -- regards Kenneth Gonsalves -- You received this message be

Re:

2012-06-06 Thread kenneth gonsalves
s 32bit > so > anyone please give the correct solution install MySQLdb -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsub

Re: about_dajngo

2012-06-06 Thread kenneth gonsalves
On Wed, 2012-06-06 at 09:59 -0300, Andre Terra wrote: > You can also use the Google Chart Tools, if you only need low to > moderate > complexity charts. > > https://developers.google.com/chart/ very attractive results -- regards Kenneth Gonsalves -- You received this mess

Re: url_dir

2012-06-06 Thread kenneth gonsalves
tr_tmc_plot_img',\ > name='pyrheology-str-tmc-plot-img'), it captures a name of the pattern 'a number of digits'.png and stores it in a variable called 'str_tmc_id' and sends the same to a view function called 'str_tmc_plot_img' (as mentioned before, *please* do the tutorial) -- regards

Re: about_dajngo

2012-06-06 Thread kenneth gonsalves
On Wed, 2012-06-06 at 12:26 +0530, Satvir Toor wrote: > On Wed, Jun 6, 2012 at 10:47 AM, kenneth gonsalves > <law...@thenilgiris.com> wrote: > > > any library that you ordinarily use in your html pages will work. > What are the major uses of numpy and matplotlib libra

Re: about_dajngo

2012-06-05 Thread kenneth gonsalves
On Tue, 2012-06-05 at 21:51 -0700, Satvir Kaur wrote: > I have problem regarding the graphs in django. which libraries are > required to plot graph in django framework. any library that you ordinarily use in your html pages will work. -- regards Kenneth Gonsalves -- You received this m

Re: list of year form

2012-06-04 Thread kenneth gonsalves
gt; 1970-2011. I do not know if this is pythonic def currentyear(): return datetime.today().year BIRTH_YEARS = [(x,y) for x,y in enumerate(range(1970,currentyear()+1))] -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups &q

Re: Retrieve datas from database

2012-06-04 Thread kenneth gonsalves
; 'latestPosts': latestPosts, > }) > return HttpResponse(t.render(c)) > however, > > in mysite/template/index.html > > {% for post in latestPosts %} > {{ post.id }} > {% endfor %} > prints nothing because it could not send data here. How can i

Re: Internationalization in Django 1.4 doesn't seem to work

2012-06-02 Thread kenneth gonsalves
solved your problem. But actually nowadays django looks into settings.LOCALE_PATHS - could you check whether the svn revision number you are using is less than 17860 or greater. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django

Re: Internationalization in Django 1.4 doesn't seem to work

2012-06-02 Thread kenneth gonsalves
k with 17860 - unfortunately I have been unable to replicate the problem with a simple example. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.co

Re: image files do not get deleted on deleting an object

2012-05-31 Thread kenneth gonsalves
eases/1.3/#deleting-a-model-doesn-t-delete-associated-files > > HTH thanks - makes sense. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googl

image files do not get deleted on deleting an object

2012-05-31 Thread kenneth gonsalves
hi, I have just noticed that on deleting an object, the images and files stored on disk for this object do not get deleted. Is this a bug or a feature? -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" grou

Re: Is Django Right for Me?

2012-05-30 Thread kenneth gonsalves
ly one "supervisor" doing this, it may not be > difficult... > > that is the use case of the OP - and I do not see a big problem if multiple people do it. Yet to test it out in practice. After all that is what a dvcs does. -- regards Kenneth Gonsalves -- You received this m

Re: Python IDLE

2012-05-30 Thread kenneth gonsalves
On Thu, 2012-05-31 at 00:13 +1000, Mario Gudelj wrote: > It's not free but they have a 30 day trial period if you have an active open source project they will give you a free license -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Gro

Re: Is Django Right for Me?

2012-05-30 Thread kenneth gonsalves
the data on that and later syncs it with the server. It is not rocket science to write the scripts for syncing. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-use

Re: how to tell apache to see my projects database file?

2012-05-30 Thread kenneth gonsalves
On Wed, 2012-05-30 at 01:11 -0700, doniyor wrote: > hey man, problem solved. i did *chown www-data. . *then *chmod 777 > dbfile *now > everything is working fine. thank you so much for your time and help. > > r u from europe? no -- regards Kenneth Gonsalves -- You receiv

Re: how to tell apache to see my projects database file?

2012-05-30 Thread kenneth gonsalves
here is no need to use sudo. Try: chown -R www-data /directory_in_which_the_dbfile_is/ -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To un

Re: how to tell apache to see my projects database file?

2012-05-30 Thread kenneth gonsalves
On Tue, 2012-05-29 at 23:29 -0700, doniyor wrote: > okay, now it said nothing, the command went well. but the page is > still > showing me error: unable to open database file. you need to chown -R www-data:www-data /directory_in_which_the_dbfile_is/ -- regards Kenneth Gonsalves

Re: how to tell apache to see my projects database file?

2012-05-30 Thread kenneth gonsalves
On Tue, 2012-05-29 at 23:06 -0700, doniyor wrote: > now i did 'sudo chgrp www-data . dbfile' but it says: invalid group > www-data. do i have to create it first? www-data is a user, not a group -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the

Re: how to tell apache to see my projects database file?

2012-05-29 Thread kenneth gonsalves
ccess to the db. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@g

Re: Is Django Right for Me?

2012-05-29 Thread kenneth gonsalves
nsion? > > Django is a web server framework. when you're offline, you don't have > a server. you can run a webserver on a netbook or laptop and run django too. If you use sqllite, it is dead easy to sync your local db with the one on the net the moment you get connectivity. -- regards

Re: how to do this?

2012-05-26 Thread kenneth gonsalves
this is easily done with a for loop in the template -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email

Re: how to do this?

2012-05-26 Thread kenneth gonsalves
dered values. Is it possible to render a html particle wihthout > return statement.. I am also thinking now.. use ajax? -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djan

Re: how to do this?

2012-05-26 Thread kenneth gonsalves
tance=RequestContext(request)) > > thanks many > possibly you need this: in your view: products = Product.objects.all() and in your template: {% for p in products %} {{p.arg1}} {{p.arg2}} {% endfor %} -- regards Kenneth Gonsalves -- You received this message because you are subscribe

Re: loop over model ids ? possible ?

2012-05-25 Thread kenneth gonsalves
unt() > i = 1; > for i in range(0,numberOfIds): > p = Produkt.objects.get(id=i) > #lookup in db and create html input field depending on the > #of > ids. > i=i+1 i is not the id. for prod in Produkt.objects.all(): do somethi

Re: TypeError Exception Value: coercing to Unicode: need string or buffer, dict found

2012-05-23 Thread kenneth gonsalves
egards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For mor

Re: "Connection refused" with backend psycopg2

2012-05-23 Thread kenneth gonsalves
Database configuration: http://dpaste.org/QPjD2/ (not that verbose...) > > Funny enough, connecting manually using psycopg2 in a python2 shell > and > using pgadmin to confirm changes done there works just fine, so there > must be something in between. edit your pg_hba.conf file f

Re: Getting Started-Introduction

2012-05-22 Thread kenneth gonsalves
esponse so you all can guide me > ahead. > Please give suggestions from where i could start working from?? this might be of interest: https://code.djangoproject.com/query?status=!closed=1 -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups

Re: Image Update with Django - Admin site

2012-05-22 Thread kenneth gonsalves
browser. > > Can any one please suggest a method to avoid the duplication of image > on updating the existing one. > > I am unable to replicate this. -- regards Kenneth Gonsalves -- regards Kenneth Gonsalves -- You received this message because you are subscribed to

Re: where do you host your django app and how to you deploy it?!

2012-05-21 Thread kenneth gonsalves
On Fri, 2012-05-18 at 13:18 +0100, Cal Leeming [Simplicity Media Ltd] wrote: > On top of this, I am yet to come across a decent django specific host > (there's plenty out there, but none that I would consider recommending > at > this time). not even webfaction? -- regards Kenne

Re: Add Language menu in Admin

2012-05-21 Thread kenneth gonsalves
On Fri, 2012-05-18 at 09:19 +0200, BadStorm wrote: > I want to add a language value to my model, to permit to user the > ability to add content in different languages that I configurated in > the > setting.py. try out djangomodeltranslation -- regards Kenneth Gonsalves --

Re: syncdb not creating columns in postgresql database

2012-05-15 Thread kenneth gonsalves
nd > syncdb again. this is bad advice. Syncdb will not give effect to changes within a model. You need to carry out the change manually, or use a migration tool like south. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users&quo

Re: Apache and wsgi => Where to put my djangoproject files? Please Help!

2012-05-14 Thread kenneth gonsalves
and url offlist. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@g

Re: Apache and wsgi => Where to put my djangoproject files? Please Help!

2012-05-14 Thread kenneth gonsalves
t the sensitive parts of your settings.py in the repository - that is the only thing you need to edit manually on site. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s

Re: Apache and wsgi => Where to put my djangoproject files? Please Help!

2012-05-14 Thread kenneth gonsalves
irective. Apache finds your project using the WSGIScriptAlias directive. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from

Re: during putting my djangosite on server, i cannot restart the apache server, apachectl nor apache2 is not found. why?

2012-05-12 Thread kenneth gonsalves
On Fri, 2012-05-11 at 22:54 -0700, doniyor wrote: > i think, i have SuSe. there are only about a 100 rpm based distros, I listed the most likely ones. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" g

Re: during putting my djangosite on server, i cannot restart the apache server, apachectl nor apache2 is not found. why?

2012-05-11 Thread kenneth gonsalves
On Fri, 2012-05-11 at 22:45 -0700, doniyor wrote: > hey, thanks, now i can with 'service httpd restart'. so you have redhat, fedora or centos - mention this when you ask such questions. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Gro

Re: during putting my djangosite on server, i cannot restart the apache server, apachectl nor apache2 is not found. why?

2012-05-11 Thread kenneth gonsalves
> experience > with this? > > there are over 200 linux distros - which one do you have? -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To

Re: i need to place my django site on a server, i dont know how to do it! help!!!

2012-05-10 Thread kenneth gonsalves
django > and put my site there. now i am stuck. i dont know how to install > django on > server how did you install your site on your development machine (what os do you have and what os in there on the vps?) -- regards Kenneth Gonsalves -- You received this message because you a

Re: Save Tweepy tweets in database

2012-05-08 Thread kenneth gonsalves
users tweets through tweepy api. > > The question now is, how will I save users tweets in my Database? > > Kindly give me a reply if you know how I will solve this problem! > Thanks. make a model to hold the tweets and save. -- regards Kenneth Gonsalves -- You receiv

Re: i18n - local translation does not show up - bug

2012-05-07 Thread kenneth gonsalves
On Mon, 2012-05-07 at 11:44 +0530, kenneth gonsalves wrote: > > It'd be strange, but certainly possible, it is broken. We have > > a test case checking that such feature works: > > > > > https://github.com/django/django/blob/master/tests/regressiontests/views/tests/i18n

Re: i18n - local translation does not show up - bug

2012-05-07 Thread kenneth gonsalves
> and share it so we can do more research?. I was away - will do that now -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsu

Re: i18n - local translation does not show up - bug

2012-05-03 Thread kenneth gonsalves
E_PATHS setting. > > I had gone through the docs and added the LOCALE_PATHS setting - but it just does not work - have tried on fedora, debian, ubuntu ... -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users"

i18n - local translation does not show up - bug

2012-05-02 Thread kenneth gonsalves
-- regards Kenneth Gonsalves -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-user

Re: Django - Worldwide Developer Rates - Hourly Income - location and project duration specific

2012-04-27 Thread kenneth gonsalves
higher than that. Then we bargain - how would you factor this into your survey? -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To

Re: Group administrator

2012-04-26 Thread kenneth gonsalves
ins are doing their job, there is no reason for them to > refuse to > identify themselves. https://docs.djangoproject.com/en/1.4/internals/committers/ -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To p

Re: Group administrator

2012-04-26 Thread kenneth gonsalves
policies is promptly quashed here - there is no need to make a fuss and complain - the list admins are on the job. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send em

Re: problem with syncdb in geodjango tutorial

2012-04-25 Thread kenneth gonsalves
does SRID exist in database: > > select * from spatial_ref_sys where srid=; > > I suppose you did provided some SRID when defining column in model... no - I had not installed spatial_ref_sys - the installation instructions for fedora are a bit vague. Works now, thanks. -- rega

problem with syncdb in geodjango tutorial

2012-04-24 Thread kenneth gonsalves
model: AddGeometryColumns() - invalid SRID CONTEXT: SQL statement "SELECT AddGeometryColumn('','',$1,$2,$3,$4,$5)" PL/pgSQL function "addgeometrycolumn" line 5 at SQL statement am using postgis on Fedora 16 and django trunk -- regards Kenneth Gonsalves -- You received this

Re: New to Jdango - What IDE to use?

2012-04-23 Thread kenneth gonsalves
On Mon, 2012-04-23 at 15:01 +0300, Timothy Makobu wrote: > I have one of those actually, but that's coz I have a project that's > been > around a while. They actually checked out the googlecode page. for me too -- regards Kenneth Gonsalves -- You received this message be

Re: New to Jdango - What IDE to use?

2012-04-23 Thread kenneth gonsalves
On Mon, 2012-04-23 at 14:54 +0300, Timothy Makobu wrote: > If you can spare a few bux, get PyCharm. It's the best. they give open source licenses for free. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" g

  1   2   3   4   5   6   7   8   9   10   >