Python Client generated from swagger

2019-03-28 Thread carl collins
o use it to do request to my API. Even tried googling but found nothing relevant online on how to use the client generated to consume my API. Please someone help! Kind Regards Carl Collins -- You received this message because you are subscribed to the Google Groups "Django users&

Re: Performing SQL queries on SQLite database

2019-03-25 Thread carl collins
Hello, Please I need advice on how I can go on with this. Thanks On Sat, Mar 23, 2019 at 8:26 PM carl collins wrote: > Hello guys, > I'm Carl Collins from Cameroon. I'm working on this Django Project and I > got stuck . Need help.The first thing I would love to ask is abo

Performing SQL queries on SQLite database

2019-03-23 Thread carl collins
Hello guys, I'm Carl Collins from Cameroon. I'm working on this Django Project and I got stuck . Need help.The first thing I would love to ask is about performing SQL queries in Django use Django ORM. Presume I have something like this: connection = sqlite.connect('d

Re: Hello From Nigeria

2019-03-21 Thread carl collins
Pls add me +237677104421 On Thu, Mar 21, 2019, 13:11 Gabriel Stone wrote: > hello i am from Ghana am i qualified to join? > > On Thu, Mar 21, 2019 at 1:54 PM Asiwaju Lasisi Prodigy Olatunbosun < > bosun...@gmail.com> wrote: > >> Yes 08024273381 >> >> On Wednesday, 13 March 2019 12:44:16 UTC+1, T

Re: beginner guide

2018-10-08 Thread carl collins
Follow this awesome tutorial> https://docs.djangoproject.com/en/2.1/intro/tutorial01/ On Mon, Oct 8, 2018 at 5:39 PM Ashok Reddy wrote: > hello every one .i am beginner to Django. Could you please suggest me the > best source to learn,i am very enthusiastic to learn. > > -- > You received this m

Re: Implementing a django cart using Django cart module Error: unhashable type dict

2018-09-04 Thread carl collins
Thanks Gopal On Tue, Sep 4, 2018 at 4:12 PM wrote: > Dear Carl, >> > > I'm sorry, I've no idea what the Cart is. I'm assuming that it is a > class which can be instantiated with some dictionary data. > So you try passing request.data instead of just request to the Cart. > > Try to check by p

Trying to build a cart using django cart. "" error unhashable type dict ""

2018-09-04 Thread carl collins
Here is the code for view.py in my cart app please help(also see the screenshot): from django.template import loader from django.http import HttpResponse from django.template.loader import render_to_string import django.template.loader from cart.cart import Cart from .models import Product

Implementing a django cart using Django cart module Error: unhashable type dict

2018-09-04 Thread carl collins
from django.template import loader from django.http import HttpResponse from django.template.loader import render_to_string import django.template.loader # Create your views here. # Create your views here. from cart.cart import Cart from .models import Product '''from cart.models import Category,