Re: Start-up project for fresher student:

2019-08-03 Thread KIKOYO ISAAC
Let's do an e-commerce project On Sat, Aug 3, 2019, 14:35 Desh Deepak wrote: > Yes, sure > > On Sat, 3 Aug 2019, 15:54 SHUBHAM .SINGH. RATHORE, < > shubhamsingh...@gmail.com> wrote: > >> Hey I am interested in this startup project >> >> On Tue, 23 Jul 2019 12:48 am iampawam goswami, < >>

Re: Django admin application for Android

2019-07-17 Thread KIKOYO ISAAC
great dude!! On Tue, Jul 16, 2019 at 11:12 PM Derek wrote: > Can you explain more about the GOLD plan - what is it and how much does it > cost? > Monday, 15 July 2019 12:51:58 UTC+2, Jens-Joris Decorte wrote: >> >> Hello Django developers! >> >> Being both a Django developer and a heavy user

Re: django form not saving items to database

2019-07-08 Thread KIKOYO ISAAC
Some lessons about templates with django On Mon, Jul 1, 2019 at 8:29 AM Joe Reitman wrote: > Try this: > > > def sell(request): > if request.method == 'POST': > form = ProductsForm(request.POST) > if form.is_valid(): > print('form is valid') >