Re: Pip installation

2019-01-18 Thread Ansh Srivastava
Check out this tutorial:- https://www.youtube.com/watch?v=RDO8aXycs9w=2=PLzsJLGgl2jTU88flX2lCrSyWQPCGLOxmM [image: Mailtrack] Sender notified by Mailtrack

Re: Need tutorials

2019-01-18 Thread Ansh Srivastava
Yes, @Madhav Django is damn awesome! and you're at the legitimate place. Since you're a beginner, I can guide you from the beginning and believe me, it's super easy. I have a channel on youtube name "Gettin' basics done in Django". You can roll up from there. Youtube link:-

Re: Hacking attempts

2019-01-03 Thread Ansh Srivastava
Yes! You can do that. You've to just hop over to the wsgi.py setting part. [image: Mailtrack] Sender notified by Mailtrack

How to restore django_session table?

2018-11-24 Thread Ansh Srivastava
I am getting the following error: ProgrammingError at /admin/ (1146, "Table 'marvellous.django_session' doesn't exist") Request Method: GET Request URL: http://127.0.0.1:8000/admin/ Django Version: 2.1.3 Exception Type: ProgrammingError Exception Value: (1146, "Table

Re: I can't start django

2018-11-16 Thread Ansh Srivastava
I think you forgot to mention the following: pip install django==2.1.3 [image: Mailtrack] Sender notified by Mailtrack

Re: MySQL caching_sha2_password

2018-11-15 Thread Ansh Srivastava
Yes @Jason I am swamped with all those googling but nothin' found there! [image: Mailtrack] Sender notified by Mailtrack

MySQL caching_sha2_password

2018-11-15 Thread Ansh Srivastava
Hi experts, I am tryin' to connect to MySQL database and the following error flashed! return Database.connect(**conn_params) File "C:\Users\ansh\AppData\Local\Programs\Python\Python36\lib\site-packages\M ySQLdb\__init__.py", line 86, in Connect return Connection(*args, **kwargs) File

Re: Setting up admin in visual studio

2018-11-12 Thread Ansh Srivastava
Good to go with brackets for django projects ! On Mon, Nov 12, 2018 at 9:59 PM swathi2801 Yadhav < swathi2801yad...@gmail.com> wrote: > > -- Forwarded message - > From: swathi2801 Yadhav > Date: Mon, 12 Nov 2018, 9:26 p.m. > Subject: Re: Setting up admin in visual studio > To:

Re: How to connect mysql with django

2018-11-11 Thread Ansh Srivastava
I meant the full path to the file.like below if you downloaded > it into C:\downloads. > > pip install c:\downloads\mysqlclient-1.3.13-cp37-cp3 > > On Sun, Nov 11, 2018 at 2:58 PM Ansh Srivastava < > ansh.srivastav...@gmail.com> wrote: > >> Full path means? If y

Re: How to connect mysql with django

2018-11-11 Thread Ansh Srivastava
_campaign=signaturevirality5;> 11/12/18, 1:28:00 AM On Mon, Nov 12, 2018 at 1:07 AM Jeff Williams wrote: > give it the full path to the file. I had the same issue yesterday and > this fixed it for me. > > On Sun, Nov 11, 2018 at 2:27 PM Ansh Srivastava < > ansh.srivastav...@gmail.com> wr

Re: How to connect mysql with django

2018-11-11 Thread Ansh Srivastava
whl is not a supported wheel on this pla tform. -- Forwarded message - From: Jeff Williams Date: Sun, Nov 11, 2018 at 11:43 PM Subject: Re: How to connect mysql with django To: Did you download the .whl file first? On Sun, Nov 11, 2018 at 11:57 AM Ansh Srivastava < ansh.srivastav...@gma

Re: How to connect mysql with django

2018-11-11 Thread Ansh Srivastava
Thank you @pujiarahman. I have tried out the above command but it didn't work!It says::C:\Users\ansh\Desktop\Dje\p1\marvellous> pip install mysqlclient-1.3.13-cp37-cp37m-win_amd64.whlRequirement 'mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl' looks like a filename, but the file does not

How to connect mysql with django

2018-11-11 Thread Ansh Srivastava
I m tryin' to connect mysql database with django, for that, I did this:- python manage.py runserver but, this new mess came around sayin' :- (django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?). But when I m tryin' to install mysqlclient

Error installing mysqldb module !

2018-11-11 Thread Ansh Srivastava
Hey there! I m tryin' to connect mysql database with django, While doin' it number of errors prompted out as below:- Error sayin' :(install visual c++ for installing other mysql modules). However, I installed visual c++ and the error was get sorted out too. But, now this new mess came around