Re: ARGPARSE ERROR

2018-04-16 Thread Aditya Singh
You need to download the latest version of django rest framework same as the version specified. If you need help on the commands let me know mate. Give it a shot it should help. Kind Regards, Aditya On Mon, Apr 16, 2018, 3:57 PM Ank wrote: > HI all , > > Installed Python 3.5 and still getting a

Django with mongo

2018-05-02 Thread Aditya Singh
Kindly help me with the mist efficient and easy method of integrating mongo with django.I have tried djongo but need to expand my approach. Kind Regards, Aditya -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and s

Re: need help

2018-05-02 Thread Aditya Singh
This has surely to do with your internet connection mate. On Wed, May 2, 2018, 10:46 PM Jani Tiainen wrote: > Looks like your machine doesn't have connection to (some parts) of > internet for some reason, or you do have very slow connection. > > On Wed, May 2, 2018 at 7:46 PM, wrote: > >> pleas

Re: need help

2018-05-02 Thread Aditya Singh
Sure it is mate On Wed, May 2, 2018, 10:51 PM Umar Kambala wrote: > I believe its low connection > On May 2, 2018 5:16 PM, "Jani Tiainen" wrote: > >> Looks like your machine doesn't have connection to (some parts) of >> internet for some reason, or you do have very slow connection. >> >> On Wed

Re: need help

2018-05-02 Thread Aditya Singh
Try to upgrade your internet connection or set up a hotspot from a mobile device having a good signal strength and internet speed and try again. Should work for sure On Wed, May 2, 2018, 11:01 PM Umar Kambala wrote: > So wat do I do then? > On May 2, 2018 5:28 PM, "Aditya Sing

Re: need help

2018-05-02 Thread Aditya Singh
You're most welcome On Wed, May 2, 2018, 11:04 PM Umar Kambala wrote: > Thanks > On May 2, 2018 5:33 PM, "Aditya Singh" > wrote: > >> Try to upgrade your internet connection or set up a hotspot from a mobile >> device having a good signal strength and

Re: what best for ecommerce project

2018-05-05 Thread Aditya Singh
Django is best mate. That way you are not limited by the features provided by django-cms. On Sun, May 6, 2018, 11:33 AM Ruhia gr wrote: > hello can anyone help me with this since am new to django > > On Sat, May 5, 2018 at 10:50 PM, Ruhia gr wrote: > >> hello everyone m new to django and am sta

Re: what best for ecommerce project

2018-05-05 Thread Aditya Singh
t;>> >>> On Sun, May 6, 2018 at 9:31 AM, Ruhia gr wrote: >>> >>>> wether its possible to built ecommerce project using django cms? >>>> >>>> On Sun, May 6, 2018 at 11:52 AM, Aditya Singh < >>>> adityasingh222...@gmail.com>

Re: what best for ecommerce project

2018-05-06 Thread Aditya Singh
Exactly mate! On Sun, May 6, 2018, 12:39 PM Ruhia gr wrote: > cool so you all are prefer me using django for ecommerce right > > On Sun, May 6, 2018 at 12:26 PM, Aditya Singh > wrote: > >> Hi mate, >> I have myself built a full stack ecommerce store using django a

Re: what best for ecommerce project

2018-05-06 Thread Aditya Singh
12:53 PM, Digital Prasar > wrote: > >> Hi Aditya >> >> Thanks for your contributions on forum . Can you share link of your e >> commerce project made on django. >> >> On Sun, May 6, 2018, 12:26 PM Aditya Singh >> wrote: >> >>> Hi mat

Re: Django 2.1 alpha 1 released

2018-05-17 Thread Aditya Singh
Wow wow wow! My best and nost powerful framework in the world. Super excited for the new release! Kind Regards, Aditya On Fri, May 18, 2018, 6:45 AM Tim Graham wrote: > We've made the first release on the way to Django's next major > release, Django 2.1! With about two and a half months until th

Re: Error Djongo MongoDB

2018-05-17 Thread Aditya Singh
Hi mate, This is the assured solution. This is because djongo looks for active mongo connection to connect. Download mongodb for your os and fire up mongod fron bin directory. Then create a folder named data/db in root disk drive. It should then work flawlessly. Kind Regards, Aditya On Fri, May 18

Re: URL Concatenation Issue

2018-05-30 Thread Aditya Singh
For this you have provide an app inside your urls and refer to it as home:about where home is the app name and about is the page to be rendered. Also provide namespace in the urls so that the url is linked to the app name. Kind Regards, Aditya On Thu, May 31, 2018, 7:54 AM Spence Patrick wrote:

Re: Matching query does not exist

2019-01-18 Thread Aditya Singh
😃 On Jan 18, 2019 3:19 PM, "Kasper Laudrup" wrote: Hi Ivan, On 1/18/19 10:25 AM, Ivan Martić wrote: > Hi all, > i am having trouble to get this query on db table right. > I am always getting error. > In your definition of the Material model, the materialid field is defined like this: mater

Re: Looking for a Django Co-Founder.

2019-01-22 Thread Aditya Singh
No thanks On Jan 23, 2019 10:10 AM, "Zack Amaral" wrote: @Amitesh What's your email, I don't want to call internationally at the moment. I can call you on zoom, skype or whatsapp. Let me know what works for you. Cheers, Zack On Tue, Jan 22, 2019 at 5:45 AM 'Amitesh Sahay' via Django users <

Re: Regarding internship opportunity in Bangalore

2019-03-29 Thread aditya singh
Hi Akash I would also like to apply for the summer internship programme On Fri, Mar 29, 2019, 13:20 sachin thakur wrote: > Hi Akash > Yes I have sent you my resume I would request you to give me a call I have > mentioned the reason in resume email > > On Fri 29 Mar, 2019, 12:41 AM Akash Puranda

Re: Troubling installing Python 3 on my iMac

2019-04-30 Thread Aditya Singh
Kindly type python3 in the terminal and let me know the output :) On Tue, Apr 30, 2019, 6:10 PM James wrote: > I downloaded the file from the python website and went through the entire > installation process... accepting all of the default values. However, when > I went to my Terminal window an

Re: annotate sum many record

2019-06-02 Thread Aditya Singh
Hello mate, Simple get the value from the objects and store in separate variables. Then you may do any and as many calculations you want and return the desired value :) Kind Regards, Aditya On Mon, Jun 3, 2019, 12:18 PM carlos wrote: > Hi, i used django 1.11 and try used annotate > > i have mode

Re: Reg: Django signal not working

2020-04-20 Thread Aditya Singh
What's the original issue please, seems like you picked things up with someone till this email. Regards, Aditya On Mon, Apr 20, 2020, 3:11 PM 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wrote: > -+c Hello Jorge, > > After doing some research, I realized that the signal which

Re: I am trying to create polls project as mentiioned in the django website

2018-06-18 Thread Aditya Singh
Hello mate, Since you are in the beginning stages I would suggest that you start a new project and check the urls.py again inside the project directory. If not let us know! Kind Regards, Aditya On Mon, Jun 18, 2018, 10:21 PM itsnate_b wrote: > No problem. Good luck! > > On Monday, June 18, 2018

Re: User Signup ??

2018-10-02 Thread Aditya Singh
Very good evening mate, You need to create a form and from one of your views create a new Object inside django user model using the username and password from the form fields that you will use for registering the users. Kind Regards, Aditya On Tue, Oct 2, 2018, 5:00 PM Vikas Sri wrote: > Hello !

Re: User Signup ??

2018-10-02 Thread Aditya Singh
My sincere apologies mate but I try to help out people I can in this official Django chat thread/group only. Hope you understand. Kind Regards, Aditya On Tue, Oct 2, 2018, 5:11 PM Idowu Tunde wrote: > Please let take this great group to WhatsApp please > > On Tuesday, October 2, 201

Re: DRF with Rich Text

2019-08-20 Thread Aditya Singh
Hi, Hope you are good. Django ships with top of the line CSRF protection first of all, Secondly, you may specify domain specific headers and strictly restrict the expected type of data, cookies timeout, response data type from the server to the client. Also, you may leverage several robust django c