Re: best option for Front End Design in Django

2019-09-27 Thread Deep Sukhwani
Hey, Any basic tutorial (the ones listed on Postman's website too) should be good to use. If you really want a step by step guide, check this tutorial on guru99.com An appropriate approach would be to understand the basics of ReST and how ReST APIs

Re: MongoDB Connect with Django

2019-09-27 Thread Kasper Laudrup
On September 27, 2019 3:56:03 PM GMT+02:00, 'Abhishek Sharma' via Django users wrote: >Hi Guy, > >My question is, I'm trying to connect mongodb from localhost using >dango >freamwork. > >Realy greatfull if any budy help on it. > >Regards, >Abhishek > > >On Fri, Sep 27, 2019, 6:43 PM Kasper

Re: MongoDB Connect with Django

2019-09-27 Thread 'Abhishek Sharma' via Django users
Hi Guy, My question is, I'm trying to connect mongodb from localhost using dango freamwork. Realy greatfull if any budy help on it. Regards, Abhishek On Fri, Sep 27, 2019, 6:43 PM Kasper Laudrup wrote: > > > On 27/09/2019 14.47, 'Abhishek Sharma' via Django users wrote: > > Thanku! Kasper

Uploading at least 3 images per Post

2019-09-27 Thread Richard Balwane
Hello, With these models of Post and Images, I want to display and edit/delete the images along with the fields of the post. I have just added the Images model so I can have its fields in a Formset but the implementation of Model Formsets has challenged me. class Post(models.Model): title =

Re: MongoDB Connect with Django

2019-09-27 Thread DANIEL URBANO DE LA RUA
here you have a screen capture for you too see how it works. and you have the documentations El viernes, 27 de septiembre de 2019, 13:55:00 (UTC+2), Abhishek Sharma escribió: > > Hi, > > Pls help out me on database connect established between django and mongodb. > > i'm trying to connect from

Re: Kafka Integration with Django Application

2019-09-27 Thread Sampath Reddy
Yes want to go with Kafka MQ and that too with CONSUMER API running along with Django application to avoid network calls like post data to django application. Stream is not perhaps the best solution as of now, so want to try with kafka consumer If anyone used any python service or comeacross some

Re: MongoDB Connect with Django

2019-09-27 Thread DANIEL URBANO DE LA RUA
El viernes, 27 de septiembre de 2019, 13:55:00 (UTC+2), Abhishek Sharma escribió: > > Hi, > > Pls help out me on database connect established between django and mongodb. > > i'm trying to connect from localhost to establish. > > Thanks, > > > > > -- > > The

Re: django calendar app

2019-09-27 Thread Mario R. Osorio
HTH: https://djangopackages.org/grids/g/calendar/ On Thursday, September 26, 2019 at 10:48:13 AM UTC-4, Perceval Maturure wrote: > > > Dear all > > i am looking for a django calendar app/package compatible with python 3.7 > , django 2.1 and django cms 3.6.0. > > Any ideas, please let me know

Re: MongoDB Connect with Django

2019-09-27 Thread DANIEL URBANO DE LA RUA
https://django-mongodb-engine.readthedocs.io/en/latest/ it is ease to do is like another connection with another data base El viernes, 27 de septiembre de 2019, 13:55:00 (UTC+2), Abhishek Sharma escribió: > > Hi, > > Pls help out me on database connect established between django and mongodb. >

Re: MongoDB Connect with Django

2019-09-27 Thread Kasper Laudrup
On 27/09/2019 14.47, 'Abhishek Sharma' via Django users wrote: Thanku! Kasper but i didn't find a solution Then it would probably be easier for people to help you with a solution if you started by clarifying what your problem is... Kind regards, Kasper Laudrup -- You received this

Re: MongoDB Connect with Django

2019-09-27 Thread 'Abhishek Sharma' via Django users
Thanku! Kasper but i didn't find a solution On Friday, September 27, 2019 at 5:38:09 PM UTC+5:30, Kasper Laudrup wrote: > > Hi, > > On 27/09/2019 13.40, 'Abhishek Sharma' via Django users wrote: > > > > Pls help out me on database connect established between django and > mongodb. > > > >

Re: modelfields

2019-09-27 Thread Kasper Laudrup
Hi Challa, On 27/09/2019 08.50, challa.Harikrishna chowdary wrote: Hi  what is an error ple reply me any one urgent django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited; form Register_ModelForm

Re: MongoDB Connect with Django

2019-09-27 Thread Kasper Laudrup
Hi, On 27/09/2019 13.40, 'Abhishek Sharma' via Django users wrote: Pls help out me on database connect established between django and mongodb. i'm trying to connect from localhost to establish. Have you had a look at this?: https://django-mongodb-engine.readthedocs.io/en/latest/index.html

MongoDB Connect with Django

2019-09-27 Thread 'Abhishek Sharma' via Django users
Hi, Pls help out me on database connect established between django and mongodb. i'm trying to connect from localhost to establish. Thanks, -- -- The information in this e-mail and any attachments is confidential and may be legally privileged. It is intended solely for the

Conflicting settings import

2019-09-27 Thread IWilliams
I installed a pyhton package. The package requires django to display some html pages. The thing is, I want to use this package in my django project. However, one of the modules imports "from django.conf import settings from django.template import Context, Template". This cause "RuntimeError:

Re: Kafka Integration with Django Application

2019-09-27 Thread Zoobie Doobie
Hey! Is it necessary for you to use only the #kafka MQ, I mean you can opt for others like #rabbit or #zero MQ's if you can, that may solve the issue. Personally I didn't came across any such issues, still I'll try & share any necessary solution as I come across. BOL!! On Thu, 26 Sep 2019, 17:33

modelfields

2019-09-27 Thread challa.Harikrishna chowdary
Hi what is an error ple reply me any one urgent django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited; form Register_ModelForm needs updating. -- You received this message because you are subscribed

Re: best option for Front End Design in Django

2019-09-27 Thread Balaji Shetty
Hello Can you please give me some good resources to learn and understand Postman. On Thu, Sep 26, 2019 at 10:06 AM dheeraj technoevanglist < bond.dee...@gmail.com> wrote: > Postman is a tool on which we can request with the parameters, for example > we have a web application contains backed

Re: Kafka Integration with Django Application

2019-09-27 Thread Sampath Reddy
> > Thanks guys, will try out the above mentione Faust and let you know. > > -- 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