Regarding OTP based login- Django

2020-09-25 Thread Rahul Gour
, Rahul Gour -- 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 view this discussion on the web vi

is Django by Example still relevant resource

2012-09-19 Thread Gour
V2.0? Django tutorial is nice, but wonder how to proceed afterwards? Going through 'topics' or consulting some older material like the one mentioned above? Sincerely, Gour -- As the embodied soul continuously passes, in this body, from boyhood to y

Re: E-commerce package

2012-09-04 Thread Gour
On Tue, 4 Sep 2012 00:01:39 -0700 Randa Hisham wrote: > Iam developing an e-commerce website,lookig for a good django package > any recommends? Mezzanine & Cartridge - http://mezzanine.jupo.org/ Sincerely, Gour -- It is far better to discharge one's prescribed duties, even t

Re: different language for admin/front-end

2012-08-12 Thread Gour
ver, I'm pleased to see there are several options to choose from without any extra add-on required as with PHP CMS-es (WP, Concrete5). Sincerely, Gour -- As fire is covered by smoke, as a mirror is covered by dust, or as the embryo is covered by the womb, the living entity is similarly

different language for admin/front-end

2012-08-12 Thread Gour
some other way/settings/app to achieve it? Sincerely, Gour -- As fire is covered by smoke, as a mirror is covered by dust, or as the embryo is covered by the womb, the living entity is similarly covered by different degrees of this lust. http://atmarama.net | Hlapicina (Croatia) | GPG: 52B

Re: fastcgi vs wsgi

2012-08-07 Thread Gour
- cachemiddleware > - context processors > - settings.DEBUG > - uninstall PIL if you don't use it Thanks a lot. Sincerely, Gour -- Thus the wise living entity's pure consciousness becomes covered by his eternal enemy in the form of lust, which is never satisfied and wh

fastcgi vs wsgi

2012-08-06 Thread Gour
mory-wise? Considering that the server has to serve 2 PHP sites via fastcgi, would using fastcgi for deploying Django be better option memory-wise instead of serving Django app via wsgi? If wsgi option is better option, what would be optimal wsgi server memory-wise: uwsgi, gunicorn, fapws..? Sincer

Re: Choosing a Django-based CMS

2012-08-06 Thread Gour
and deploy Mezzanine which is really in a good shape. SIncerely, Gour -- One who sees inaction in action, and action in inaction, is intelligent among men, and he is in the transcendental position, although engaged in all sorts of activities. http://atmarama.net | Hlapicina (Croatia) | GP

Re: Django hosting

2011-07-25 Thread Gour-Gadadhara Dasa
On Mon, 25 Jul 2011 21:40:23 -0400 william ratcliff wrote: > +1 webfaction I used webfaction, but then moved to http://djangohosting.ch/ (http://djangoeurope.com) - nice ping from Europe, great support & prices and the setup is even more flexible than at Webfacton. Sincerely, Gour

Re: my frist django project Error

2011-07-10 Thread Gour-Gadadhara Dasa
Sorry to pull you up on this but the helpfulness of this list is > important both to me and the health of the django community. +1 Sincerely, Gour -- “In the material world, conceptions of good and bad are all mental speculations…” (Sri Caitanya Mahaprabhu) http://atmarama.net | Hlapicina

Re: Confusion about the new staticfiles contrib app

2011-07-08 Thread Gour-Gadadhara Dasa
cfiles.views', > (r'^media/(?P.*)$', 'serve', {'document_root': > settings.MEDIA_ROOT}), >) My project is at ~/home/gour/www/zinnia in virtual env. Zinnia (blog engine) media files are symlinked to: /usr/home/gour/www/zinnia/lib/python2.7/site-pa

Re: download-list app

2011-07-06 Thread Gour-Gadadhara Dasa
s it more clear now? Sincerely, Gour -- “In the material world, conceptions of good and bad are all mental speculations…” (Sri Caitanya Mahaprabhu) http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810 signature.asc Description: PGP signature

download-list app

2011-07-06 Thread Gour-Gadadhara Dasa
ctionality and/or what would be the starting points to implement it? Sincerely, Gour -- “In the material world, conceptions of good and bad are all mental speculations…” (Sri Caitanya Mahaprabhu) http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810 signature.asc Description: PGP signature

Re: Django Project Management App

2009-12-30 Thread Gour
invoices for the clients. Do you plan to work further on brookie and is there any plan to abstract the code a bit in order to make it more useful as reusable app? Sincerely, Gour -- Gour | Hlapicina, Croatia | GPG key: F96FF5F6 signature.asc Description: PGP signature

Re: Sort of OT on the django book

2009-03-19 Thread Gour
the question was announcement about django's delay of 1.1 release... Otoh, when I e.g. pre-ordered Python Essential Reference 4th ed. the date listed was 15th of January, and it's May 15th as of today which makes a difference :-D Still, I wish you to make it before the autumn... Si

Re: Sort of OT on the django book

2009-03-18 Thread Gour
r 2nd ed. I bought Pro Django (already having http://withdjango.com/ book). Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D pgpYtqrAj1vz6.pgp Description: PGP signature

Re: Django book mostly done?

2009-03-18 Thread Gour
gt; it isn't a final addition so there may be tiny errors, typos, or Alex> other mistakes. It's nice to see all the chapters online...although I'm bit disappointed to see that ch.12 still does not mention nginx server at all :-( Sincer

Re: Django development workflow

2009-03-02 Thread Gour
a-with-fixtures>. Clifford> Django doesn't impose a particular approach but it gives you Clifford> some nice tools you can use, if you wish to use them. Thanks a lot! I was totally unaware of the above possibilities available in Django :-) Well, it's a bit natural consideri

Re: Django development workflow

2009-03-01 Thread Gour
ich might be interested for someone else as well: http://martinjansen.com/2008/10/20/django-settings-files-for-development-and-production/ Thank you for your input. Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D pgp3E9Mmqfmb6.pgp Description: PGP signature

Django development workflow

2009-02-28 Thread Gour
ther issue: what is the recommended way of keeping production & development databases (Sqlite3/Postgres) 'in sync' if one wants to add some content while doing localhost-development? Any URL where one can look or learn from? Sin

Re: lighty vs. nginx for deploying Django

2009-02-26 Thread Gour
he docs to reflect it. I'd submit a patch, but still struggling to see admin's media appear in my login dialog :-/ Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D pgpvwRnWjs6fY.pgp Description: PGP signature

lighty vs. nginx for deploying Django

2009-02-26 Thread Gour
o I can be clear in the future when choosing hosting/VPS for Django sites and can learn about it on my localhost? The 'django' book and official docs gives example of lighty, but I'm not sure it is due whether it is due to it advantage over nginx or something else... Sincer

Re: MetaWeblog API vs. Atom Publishing Protocol support

2009-02-22 Thread Gour
of them, MetaWeblog could serve the purpose of remote-publishing, at least for some time... Malcolm> Atom publishing is always going to have an edge in situations Malcolm> like that, simply because it's a more appropriate general Malcolm> protoco

Re: Announcing Django Noob Group

2009-02-19 Thread Gour
>>>>> "Bobby" == Bobby Roberts writes: Bobby> ... simpleton questions welcome, mentors encouraged to help... Cool. I'm joining it... Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D ---

Re: MetaWeblog API vs. Atom Publishing Protocol support

2009-02-19 Thread Gour
ntly, there is some demand for it, but let's learn some more Python/Django first ;) Russell> Until then, it can live happily in the ecosystem without Russell> requiring any official blessing from us. Fair enough. Thanks again for the input. Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D pgpwBvOR68deT.pgp Description: PGP signature

MetaWeblog API vs. Atom Publishing Protocol support

2009-02-19 Thread Gour
lease everyone." which is true 'cause I'm not please by that answer :-) and wonder if there is some deeper (aka: technological) reason behind it 'cause both protocols seems to be very popular in blog-engines? Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D

Re: date-based ordering confusion

2009-02-14 Thread Gour
dmin class is supposed to work, but, somehow, it doesn't? Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D pgpOPJ72BAGvd.pgp Description: PGP signature

date-based ordering confusion

2009-02-13 Thread Gour
'-timestamp',)' to BlogPostAdmin class is supposed to work or what is explanation if it should not work (as we experienced)? Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D pgpPL8oPlGGwp.pgp Description: PGP signature

date-based ordering confusion

2009-02-13 Thread Gour
'-timestamp',)' to BlogPostAdmin class is supposed to work or what is explanation if it should not work (as we experienced)? Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D pgpviZmXpg7CY.pgp Description: PGP signature

Re: Python and/or django book

2008-11-17 Thread Gour
>>>>> "prem1er" == prem1er <[EMAIL PROTECTED]> writes: prem1er> Just trying to figure out what the best book to purchase for a prem1er> newcomer to Django and python. Thanks for your suggestions. Check this one - http://withdjango.com/ - I got it few d

Re: Django Hosting Survey

2008-10-07 Thread Gour
should mention it anyway... Benjamin> It's great for personal stuff, didn't do something big there Benjamin> (60MB RAM, 1GB storage, 4€ per month, easy setup...) Heh, nice to hear...I'm also considering to take it... Is it OK for production site as wel

Simple Invoices & Django

2008-10-03 Thread Gour
ttp://simpleinvoices.org/forum/discussion/622/si-in-pythondjango thread) So, I'm interested if there is someone here interested to work on such a project? Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D pgpMz