Re: Constants values and best practices

2014-08-28 Thread yati sagade
googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAKSEZ1EfdSiaNwd6ZxL0NUhfn3HM39zdbg1CVkRXNyObwLxjcA%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout.

Re: i've screwed up my virtualenv

2014-05-05 Thread yati sagade
Or probably just use the excellent virtualenv-wrapper :) You can then do things like: mkvirtualenv foo # to create a venv workon foo # switch to venv foo On May 5, 2014 6:26 PM, "Malik Rumi" wrote: > THANKS! > Yea, it's that 'activate' part that I kept

Re: First tutorial - 404

2014-02-15 Thread yati sagade
0a-4812-89b3-777ded918b65%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Yati Sagade Software Engineer at mquotient <http://www.mquotient.net/> <http://twitter.com/yati_itay> Twitter: @yati_itay <http://twitter.co

Re: Re : deploy ?

2013-10-11 Thread yati sagade
. > To view this discussion on the web visit https://groups.google.com/d/** > msgid/django-users/5257D9FB.**5030208%40yahoo.fr<https://groups.google.com/d/msgid/django-users/5257D9FB.5030208%40yahoo.fr> > . > > For more options, visit > https://groups.google.com/**groups/opt

Re: deploy ?

2013-10-11 Thread yati sagade
t; > . > To post to this group, send email to django-users@googlegroups.com. > Visit this group at > http://groups.google.com/**group/django-users<http://groups.google.com/group/django-users> > . > To view this discussion on the web visit https://groups.google.com/d/** >

Re:

2013-08-21 Thread yati sagade
bed 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. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at

Re: forloop breaking

2013-06-27 Thread yati sagade
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. > To post to this group, send email to django-u

Re: forloop breaking

2013-06-26 Thread yati sagade
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. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://gr

Re: Need good image on the fly resizing

2013-04-21 Thread yati sagade
> Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Yati Sagade Software Engineer at mquotient <http://www.mquotient.net/> <http://twitter.com/yati_itay> Twitt

Re: SQLite database module name???

2013-04-21 Thread yati sagade
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 https://groups.google.com/groups/opt_out.

Re: IDE to practice django template language

2013-04-20 Thread yati sagade
more options, visit https://groups.google.com/groups/opt_out. > > > -- Yati Sagade Software Engineer at mquotient <http://www.mquotient.net/> <http://twitter.com/yati_itay> Twitter: @yati_itay <http://twitter.com/yati_itay> | Github: yati-sagade<https://github.com/ya

Re: IRC freenode channel

2013-02-21 Thread yati sagade
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 https://groups.google.com/

Re: Questions about vim

2013-02-14 Thread yati sagade
-- > 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. > To post to this group, send email to djang

Re: Any good books for learning django?

2013-02-08 Thread yati sagade
You should read the Django tutorial and then maybe build an app that will make you more comfortable with Django. It may be any app - a notes taking app, for example. During the process, you'll pay a large number of visits to the wonderful Django docs and will come to appreciate them. There is The

Re: newbie confused about urls

2013-01-31 Thread yati sagade
> order = get_object_or_404(Order, id=order_id, user=request.user) > page_title = 'Order Details for Order #' + order_id > order_items = OrderItem.objects.filter(order=order) > return render_to_response(template_name, locals(), > context_instance=RequestContext(

Re: newbie confused about urls

2013-01-31 Thread yati sagade
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. > To post to this group, send email to django-users@googlegroups.com. > Visit this group a

Re: Happy new year

2012-12-31 Thread yati sagade
> For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Yati Sagade Software Engineer at mquotient <http://www.mquotient.net/> <http://twitter.com/yati_itay> Twitter: @yati_itay <http://twitter.com/yati_itay> | Githu

Re: manage.py collectstatic?

2012-12-28 Thread yati sagade
e options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Yati Sagade Software Engineer at mquotient <http://www.mquotient.net/> <http://twitter.com/yati_itay> Twitter: @yati_itay <http://twitter.com/yati_itay> | Github: yati-sagade<htt

Re: Django-MongoDb deployment at production servert

2012-12-11 Thread yati sagade
y. > > > Looking forward for your replies :). > > > > > On Tuesday, December 11, 2012 12:53:49 PM UTC-5, yati sagade wrote: > >> Hi >> Whether your database should live on a separate server or not is a >> question you can best answer by testing various con

Re: Django-MongoDb deployment at production servert

2012-12-11 Thread yati sagade
ps > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/DKx6tJySMaIJ. > > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsub

Re: Django MongoDB

2012-11-25 Thread yati sagade
, but the source should give you a clear view of what's going on. Check it out here<https://github.com/yati-sagade/django-mongo-twt/tree/master/wsgi/openshift>. The app is called twtapp. Look into settings.py to see how the mongodb connection is established there. Then take a took at

Re: Can I simply disable the CSRF? crazy

2012-09-24 Thread yati sagade
t; > -- > 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/msg/django-users/-/BQ5RpafQK3EJ. > To post to this group, send email to django-users@go

Re: What is the easy way to install DJango?

2012-08-16 Thread yati sagade
com/d/msg/django-users/-/70BcZ0yFvWMJ. > > 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 more options, visit this group at > http://groups.google.com/group/dja

Re: masking only a small part of a template

2012-07-08 Thread yati sagade
nsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Yati Sagade <http://twitter.com/yati_itay> Twitter: @yati_itay <http://twitter.com/yati_itay> | Github: yati-sagade<https://github.com/yati-sagade&

Re: url_dir

2012-06-06 Thread yati sagade
legroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Yati Sagade <http://twitter.com/yati_itay> Twitter: @yati

Re: url_dir

2012-06-06 Thread yati sagade
..@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Yati Sagade <http://twitter.com/yati_itay> Twitter: @yati_itay <http://twitter.com/yati_itay> Organizing member of TEDx EasternMetropolitanBypass ht

Re: Python IDLE

2012-05-28 Thread yati sagade
use 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 more options, visit this group at

Re: Is Django Right for Me?

2012-05-28 Thread yati sagade
Russ Magee %-) >> >> -- >> 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: Help - Which IDE is best to use.

2012-05-16 Thread yati sagade
to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Yati Sagade <http://twitter.com/yati

Re: Help.......!!

2012-05-15 Thread yati sagade
gt; http://groups.google.com/group/django-users?hl=en. >> >> > -- > 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

Re: Can't get a Chapter 7 example to work.

2012-05-12 Thread yati sagade
ntact/thanks/') >> else: >> form = ContactForm(initial={'subject'**: 'I love your site'}) >> return render_to_response('contact_**form.html', {'form': form}) >> >> >> >> On Saturday, May 12, 2012 8:01:57 AM UTC-7, yati sagade wrote: >

Re: Can't get a Chapter 7 example to work.

2012-05-12 Thread yati sagade
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 more options, visit this group at > http://groups.google.com/g

Re: Heroku.com experiences?

2012-05-11 Thread yati sagade
en. > > ** ** > > -- > 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: Port Django to Javascript

2012-05-02 Thread yati sagade
> Il giorno mercoledì 2 maggio 2012 16:11:45 UTC+2, yati sagade ha scritto: > >> I am a Django user, but I don't see anything wrong in a JS framework >> inspired by Django. Afterall, only great things can inspire. But I fail to >> understand why JavaScript has to be

Re: Port Django to Javascript

2012-05-02 Thread yati sagade
django-users@googlegroups.com. > > To unsubscribe from this group, send email to > > django-users+unsubscr...@googlegroups.com. > > For more options, visit this group at > > http://groups.google.com/group/django-users?hl=en. > > -- > You received this message because you

Re: html5 + Django

2012-04-30 Thread yati sagade
; > 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 more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Yati Sagade

Re: @login_required do nothing

2012-04-28 Thread yati sagade
om this group, send email to django-users+unsubscribe@** >> googlegroups.com <django-users%2bunsubscr...@googlegroups.com>. >> For more options, visit this group at http://groups.google.com/** >> group/django-users?hl=en<http://groups.google.com/group/django-user

Re: URL regex not matching

2012-04-22 Thread yati sagade
> > (r'^user/([\w\'\.\-]+\s?[\w\'\.\-]+)/$','accounts.views.userProfile'), > > and this seems to be working fine. Have not tested all the use cases for > this regex, but anyway username with . (dot) is working fine now. > > Swaroop Shankar V > > > > > On Sun

Re: URL regex not matching

2012-04-22 Thread yati sagade
s 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 more options, visit t

Re: Django Book

2012-04-21 Thread yati sagade
o this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to django-users+unsubscribe@** > googlegroups.com <django-users%2bunsubscr...@googlegroups.com>. > For more options, visit this group at http://groups.google.com/** > group/django-users?hl

Re: New to Jdango - What IDE to use?

2012-04-21 Thread yati sagade
glegroups.com>. > For more options, visit this group at http://groups.google.com/** > group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> > . > > -- Yati Sagade <http://twitter.com/yati_itay> Twitter: @yati_itay <http://twitter.com/yati_itay

Re: Audio Streaming from server

2012-04-20 Thread yati sagade
oup. > 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 more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Ya

Re: Looking for Django IDE

2012-04-01 Thread yati sagade
t;> >> >> > -- > 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

Re: Hosting tutorials

2012-03-28 Thread yati sagade
://www.heroku.com/), Google AppEngine(https://appengine.google.com/). I've actually used GAE for Python, but using Django and it's ORM is a bit tricky here, but nonetheless doable. Another one with great reviews is CloudFoundry by VMWare (http://www.cloudfoundry.com/). Cheers! -- Yati Sagade <http://twitter.

Re: logs complaining about 404 url(css-files)

2012-03-17 Thread yati sagade
send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Yati Sagade <http://twitter.com/ya

Re: Why '&' is breaking Django CharField(python strings) into parts?

2012-03-12 Thread yati sagade
contains (&,@ etc) it should not break > ? How to solve the problem ? > > Thanks in advance > > -- > Regards > Nikhil Verma > +91-958-273-3156 > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: totally a non responsive groups which answers complex questions but not simple ones :(

2012-03-11 Thread yati sagade
What do you mean? On 11 Mar 2012 22:06, "suresh dokania" wrote: > > > -- > 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

Re: django facebook api prob

2012-03-01 Thread yati sagade
ibed 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 more options, visit this group at > http://groups.

Re: social networks

2012-02-23 Thread yati sagade
tarting point for me so that i can proceed further. > Hope u dont mind asking silly questions > > > On Thu, Feb 23, 2012 at 5:35 PM, Martey Dodoo <mar...@marteydodoo.com>wrote: > >> On Wednesday, February 22, 2012 12:25:21 PM UTC-5, yati sagade wrote: >>> &g

Re: social networks

2012-02-22 Thread yati sagade
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 more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Yati

Re: Need a Django/Python Freelancer (Paid Project)

2012-02-15 Thread yati sagade
e 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 more options, visit this group at > http://groups.google.com

Re: pysqlite installation

2012-02-12 Thread yati sagade
up. > 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 more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Yati Sagade <

Re: Contribute to Django

2012-02-09 Thread yati sagade
users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Yati Sagade <http://twitter.com/yati_itay> (@yati_itay <http://twitter.com/yati_itay>) -- You received this message because you are sub

Re: Foreign Key + Primary key

2012-02-08 Thread yati sagade
t; django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Yati Sagade <http://twitter.com/yati_itay> (@yati_itay <http://twitter.com/yati_itay>) -- You received this message because yo

Re: [Session] [Bangalore - India] Python & Django – Introduction & Demo

2012-02-08 Thread yati sagade
Sorry, That is, do you guys *have* any similar plans for Kolkata? On Wed, Feb 8, 2012 at 11:21 PM, yati sagade <yati.sag...@gmail.com> wrote: > Great news! would love to be there - Do you plans for something similar in > Kolkata? > > > On Wed, Feb 8, 2012 at 8:31 PM, Sivasu

Re: [Session] [Bangalore - India] Python & Django – Introduction & Demo

2012-02-08 Thread yati sagade
cause 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 more options, visit this group at > ht

Re: VIM as Modern Python/Dajngo IDE

2012-02-04 Thread yati sagade
e understanding to the > Python/Django users.Really Good response this post is breaking records for > m .Keep Switch there More are coming > > On Sun, Feb 5, 2012 at 12:29 AM, yati sagade <yati.sag...@gmail.com>wrote: > >> Hi Vikash >> Appreciate the heads up! Why don't you

Re: VIM as Modern Python/Dajngo IDE

2012-02-04 Thread yati sagade
Hi Vikash Appreciate the heads up! Why don't you share this link on G+ and other social media - Even I'll share with my friends - I haven't tried all of it yet, but it looks good. kudos man, Good Job! Keep it up :) Yati Sagade On Sat, Feb 4, 2012 at 5:33 PM, Vikas Ruhil <vikasruhi...@gmail.

Re: FREE Full Django Tutorial

2012-02-03 Thread yati sagade
Hi Looks really good. Appreciate the hard work man :) Already favourited it. Keep up the good work! Cheers! Yati Sagade On Fri, Feb 3, 2012 at 10:29 PM, programmersbook.com < webmas...@programmersbook.com> wrote: > Thank you for your email. I'm not quite sure what you mean, could you

Re: template error in html forms

2012-02-01 Thread yati sagade
A <tani...@gmail.com> wrote: > yes, the path is already there. Maybe the problem is either in views.py or > url.py file if changed it gives different error, but i dont know what to > look for in those two files. > > > On Wed, Feb 1, 2012 at 2:40 PM, yati sagade <ya

Re: template error in html forms

2012-02-01 Thread yati sagade
oups.com. >> To unsubscribe from this group, send email to >> django-users+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> > > > > -- > TANYA > > -- > You received this me

Re: How can I go about this?

2012-01-23 Thread yati sagade
Hi You should probably start off by doing some homework and studying other such systems which atleast partially implement what you want - I have done a Twiiter clone with Django/MongoDB-Mongoengine here<https://github.com/yati-sagade/django-mongo-twt>. Then, read up on the Django co

Re: Setting Network settings from Python/Django

2012-01-23 Thread yati sagade
; 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 more

Re: what is the best IDE to use for Python / Django

2012-01-23 Thread yati sagade
up at >> http://groups.google.com/group/django-users?hl=en. >> >> > -- > 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: Database connection closed after each request?

2012-01-14 Thread yati sagade
t this group at > http://groups.google.com/group/django-users?hl=en. > > -- Yati Sagade <http://twitter.com/yati_itay> (@yati_itay <http://twitter.com/yati_itay>) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

Re: I'm stuck on the first tutorial!! - Please HELP!!!!!!!!!!!!

2012-01-09 Thread yati sagade
just like __unicode__, was_published_today is also a method/function - so do this: def __unicode__(self): return self.question def was_published_today(self): return self.pub_date.date() == datetime.date.today() On Tue, Jan 10, 2012 at 2:11 AM, Nasir Rasul wrote:

Re: Automatic Client side validation for django forms

2012-01-07 Thread yati sagade
Why not use plain JS to validate at client side. And while dealing with things like registration names(which may require the db) go for Dajax - http://www.dajaxproject.com/ On Sat, Jan 7, 2012 at 11:48 PM, Karthik Abinav wrote: > Hi, > >I was wondering if there

Re: Correct folder layout for a big Django application

2012-01-04 Thread yati sagade
Not that I have done "big" apps, but placing all the static content in {{project_root}}/static/ under appropriate subdirs should do fine - e.g., /static/js, /static/css, /static/images etc. As for the other (dyanmic) parts, the django project and app layouts should be enough. I think if you hunt

Re: Happy new year

2011-12-31 Thread yati sagade
Happy new year all :) On Sun, Jan 1, 2012 at 7:54 AM, Adrien Lemaire wrote: > Happy new year dear folks ! > > On Jan 1, 1:48 am, Sławomir Zborowski wrote: > > Happy new year, Django users :-) ! > > -- > You received this message because you

Re: Django app for IP address lookup

2011-12-31 Thread yati sagade
Nice app :) can you share the sources? And happy new year to you, too! On Sat, Dec 31, 2011 at 5:20 PM, Addy Yeow wrote: > Hi guys, > > Just sharing a simple Django app that allows you to do IP address lookup: > http://dazzlepod.com/ip/ > > Happy new year! > > -- > You

Re: {% elif %} error

2011-12-27 Thread yati sagade
There's no {% elif %}. You'll have to do: {% if bookmark.hours %} {{bookmark.hours}} hours ago {% else %} {% if bookmark.days %} {{ bookmark.days }} days ago {% else %} {% if bookmark.months %} {{ bookmark.months }} months ago {% else %} {{ bookmark.years }}

Re: I can't start new project

2011-12-27 Thread yati sagade
AT, and they say hackers belong only to Linux :P Good job! On Tue, Dec 27, 2011 at 8:37 PM, Andre Terra wrote: > It's not just %, it's %* (notice the asterisk). > > I just tried changing the value back and forth here and it worked as > expected. > > > Cheers, > AT > > > On

(Re)Learning Django

2011-12-24 Thread yati sagade
, but someone on #django pointed out that it is dated. Please help. Thanks Yati Sagade -- 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,