Re: Regarding Summer internship opportunities

2020-02-09 Thread Karan Mittal
Here's my linkedin profile for your reference. https://www.linkedin.com/in/karansmittal On Mon, 10 Feb, 2020, 10:04 AM Karan Mittal, wrote: > Hey Guys, If you are interested, then share your resume with me. I have a > requirement for python developers and javascript developers. >

Re: Regarding Summer internship opportunities

2020-02-09 Thread Karan Mittal
Hey Guys, If you are interested, then share your resume with me. I have a requirement for python developers and javascript developers. Regards, Karan Mittal On Mon, 10 Feb, 2020, 2:43 AM Anupriya Nishad, wrote: > My name is Anupriya Nishad and I’m a third-year B.Tech student at the >

Re: Django Lessons

2020-01-19 Thread Karan Mittal
Hey Eugin, Your blogs are awesome. Let me know if you need some help in writing. I am a technical writer myself. I have also written a complete series on Django. You can check it out here. https://data-flair.training/blogs/django-tutorials-home/ Regards, Karan Mittal On Mon, 20 Jan, 2020, 1:25

Re: Necessary to learn React/ Angular with backend Django

2020-01-07 Thread Karan Mittal
learned and get the response to do so by your users. Regards, Karan Mittal On Tue, 7 Jan, 2020, 11:17 PM Balaji Shetty, wrote: > Hi > > Currently i deployed application on pythonanywhere. It is online office > file management system with around 100 users under 10 differen

Re: How to request data from an open source website such as Reddit or Github and display on the Local Django Website ?

2019-12-27 Thread Karan Mittal
and requesting data from API. change your approach for making your project. also, your project is very interesting . All the best for the same. regards, Karan Mittal On Thu, Dec 26, 2019 at 6:34 PM Shaurya Sharma wrote: > Hey there , I am quite a newbie to Django and I am trying to understand > h

Re: Django CMS

2019-12-25 Thread Karan Mittal
https://data-flair.training/blogs/django-cms/ Check out this link. Regards Karan Mittal On Thu, 26 Dec, 2019, 1:18 AM viho kochoedo, wrote: > Hello, > I want to know more about Django CMS. > > -- > You received this message because you are subscribed to the Google Groups > &q

Re: How to work in Visual Studio Code with Virtual Environment & Django ?

2019-12-24 Thread Karan Mittal
or cmd. > > On Tue, 24 Dec 2019, 13:31 Karan Mittal, > wrote: > >> Nothing Complex in that. You simply install some of the packages for >> vscode. We have django package for vs code. >> Also you can simply enter the virtual environment via terminal provided >>

Re: How to work in Visual Studio Code with Virtual Environment & Django ?

2019-12-24 Thread Karan Mittal
Nothing Complex in that. You simply install some of the packages for vscode. We have django package for vs code. Also you can simply enter the virtual environment via terminal provided by vscode. Regards, Karan Mittal On Tue, 24 Dec, 2019, 3:12 PM Parvez Khan Pathan, wrote: > *Afternoon Fo

Re: Google Summer of code 2020

2019-12-23 Thread Karan Mittal
Actually I had the same query regarding GSoC. Please help Regards, Karan Mittal 3rd yr Student in Btech CSE, Acropolis Institute of Technology and Research, Indore On Mon, 23 Dec, 2019, 6:31 PM Manas Kabre, wrote: > Hello, > I was looking for someone who i could contact to get details o

Re: Getting relation "authentication_user" does not exist error

2019-12-23 Thread Karan Mittal
Have you performed migrations anf before that makemigration command. I think there is difference between mysql and postgres queries. On Tue, 24 Dec, 2019, 12:41 AM Siva Sai Krishna, < sivasaikrishna...@gmail.com> wrote: > Hi Guys, > I changed Django default db from *mysql* to *postgres * and i

Re: I'm getting a NewConnectionError while using reqeusts.

2019-12-22 Thread Karan Mittal
Do check out the project. I have it on this github link. https://github.com/Karan-S-Mittal/DataFlair-News-Aggregator Its a news scrapper using requests and bs4. On Sun, Dec 22, 2019 at 7:12 PM Karan Mittal wrote: > Hey Aryan, Hope this helps. > [image: sublime_text_RnE1W8IKhx.png] >

Re: I'm getting a NewConnectionError while using reqeusts.

2019-12-22 Thread Karan Mittal
Hey Aryan, Hope this helps. [image: sublime_text_RnE1W8IKhx.png] Regards, Karan Mittal On Sun, Dec 22, 2019 at 6:10 PM Antonio Alvarez Ramirez < aalva...@proservic.net> wrote: > Hello , > > You add four !!! ;-) try yo remove one > > Bye , and have nice day > >

Re:

2019-12-04 Thread Karan Mittal
I think he wants to use get method. Like the search page reuslts of google. For that just make thw {%block content %} inside the title tags of your base template. And use get method for these kind of work where no database interaction is happening. Karan Mittal, Business Analyst at techvalens

Re: Internship

2019-11-27 Thread Karan Mittal
Yes Sir, I am also up for intership role for remote work. I have experience with remote work. Do check out my LinkedIn profile: https://www.linkedin.com/in/karansmittal Thanks and Regards, Karan Mittal On Wed, 27 Nov, 2019, 10:37 PM John McClain, wrote: > are you interested in working remot

Re: Writing your first Django app, part 1 - Can't Follow it

2019-07-31 Thread Karan Mittal
Give the polls.urls in quotes like this. "polls.urls" Karan Mittal On Wed 31 Jul, 2019, 4:50 PM Sammy Agrawal, wrote: > Still having this problem- no solution found > > On Tuesday, February 9, 2016 at 7:22:58 PM UTC-5, michaela...@gmail.com > wrote: >> >> Hi

Re: Scope of Django in india and freelancing

2019-06-16 Thread Karan Mittal
and maintaining static files in Django 3. Using Caching efficiently These are some important points which I think you should give more preference to. You can also check my blog for Django tutorials https://data-flair.training/blogs/category/django/ Thank You, Karan Mittal Technical Content Writer - Django

Re: ValueError at /admin/

2019-06-16 Thread Karan Mittal
You can try the sequence of commands, Makemigrations Migrate It solved the problem for me. Karan Mittal On Sun 16 Jun, 2019, 1:38 PM anchal agarwal, wrote: > I recently deleted one of my app from my website directory. For deleting > app I removed that app name from settings.py also I r

Re: mysqlclient installation error

2019-06-11 Thread Karan Mittal
the method of James works perfectly. I have been using the same with my Django project. On Tue, Jun 11, 2019 at 9:25 PM James Farris wrote: > I have Django 2.2.x running with mysqlclient successfully > > mysql-connector-python==8.0.15 > mysqlclient==1.3.13 > > -- > You received this message

Re: Django and AJAX

2019-05-10 Thread Karan Mittal
Thanks Deepak it was really helpful On Fri, May 10, 2019 at 11:57 PM DEEPAK RAGHAV wrote: > > https://steemit.com/utopian-io/@ajmaln/part-1-creating-a-simple-chat-app-with-djangorestframework > > On Fri, May 10, 2019 at 11:27 PM Karan Mittal > wrote: > >> Hey Guys can s

Django and AJAX

2019-05-10 Thread Karan Mittal
Hey Guys can someone tell me some nice AJAX Django tutorials? I searched a lot and didn't found anything that was actually good. Thanks in Advance, it will be a great help. Thanks Karan Mittal Technical Writer DataFlair -- You received this message because you are subscribed to the Google Groups

Re: need help

2019-04-25 Thread Karan Mittal
, Karan Mittal On Thu, Apr 25, 2019 at 9:08 PM Meow wrote: > hi, maybe you can try DjangoBook which is very nice tutorial site ~ > On Apr 25, 2019, 20:01 +0800, kashinath kambar , > wrote: > > I am new to python development, can anyone help me out by giving some > beginners proj

Re: Django interview Questions

2019-04-22 Thread Karan Mittal
Also you can check out my articles on Django and learn it from scratch. https://data-flair.training/blogs/category/django/ The articles are uploaded on a timely basis and we will be covering more advanced topics too. On Mon, Apr 22, 2019 at 6:18 PM wrote: > >> Some of the questions which are

Re: How can i start with learning django

2019-04-05 Thread Karan Mittal
Read the Docs (Really Simple for beginners to learn concepts, though is written for older version) https://django-book.readthedocs.io/en/latest/introduction.html 4. Django Tutorials by Sentdex https://youtu.be/FNQxxpM1yOs Thank You, Karan Mittal On Fri, Apr 5, 2019 at 4:52 PM Harsh Jain wrote