Re: New to django,need help! just trying to retrieve values from a template to a view.py (ie user may input text, make choice selection, select a radio button value)

2013-10-31 Thread mmrs151
So what is the problem, really? On Wednesday, 30 October 2013 20:17:17 UTC, pete wrote: > > Hi > New to django,need help! just trying to retrieve values from a template > to a view.py (ie user may input text, make choice selection, select a > radio button value) > like to know the poll list se

Re: pattern matching wrong app ???

2013-09-04 Thread mmrs151
I would remove the first url and see if it is still taking me to demoproj. On Tuesday, 3 September 2013 14:18:49 UTC+1, bab mis wrote: > > I have 2 app inside my django project: > > url(r'^demoproj/$', include('demoproj.urls')), > > url(r'^sample/$', include('sample.urls')), > > > XX

Re: e commerce django framwork

2013-04-03 Thread mmrs151
Have a look at django-oscar(https://github.com/tangentlabs/django-oscar) Its a domain driven e-commerce platform, so should be interesting. On Wednesday, 3 April 2013 09:03:51 UTC+1, mds...@gmail.com wrote: > > I have heard about Satchmo and would love to hear about anyone's > experience using i

Re: Gunicorn vs Chaussette vs Meinheld

2012-10-23 Thread mmrs151
Hi Tarek, is it not same as Supervisor or upstart, as you are saying they all are process manager. On Tuesday, 23 October 2012 12:56:26 UTC+1, Tarek Ziadé wrote: > > > > On Tuesday, October 23, 2012 1:49:20 PM UTC+2, Santiago Basulto wrote: >> >> Wow, thank you very much Tarek for your explanatio