Re: Django 2.1 alpha 1 released

2018-05-18 Thread Cigi Sebastine
Fantastic framework in web technology. Thanks & Regards Cigi Sebastine On Fri, May 18, 2018 at 7:18 AM, Aditya Singh wrote: > Wow wow wow! My best and nost powerful framework in the world. Super > excited for the new release! > Kind Regards, > Aditya > > On Fri, May

Django csv file

2019-03-12 Thread Cigi Sebastine
Hi all I am trying to insert data from csv file to mongodb4 using python3.7 (Bulk data insertion 47lakhs records) i need to implement in django Can please anyone share ur idea import pandas as pd import json mng_client = MongoClient('localhost', 27017) mng_db = mng_client['testcsv'] collection_n

Re: Django csv file

2019-03-13 Thread Cigi Sebastine
this helps you. Cheers! > > > Regards, > Chetan Ganji > +91-900-483-4183 > ganji.che...@gmail.com > http://ryucoder.in > > > On Wed, Mar 13, 2019 at 12:42 AM Ryan Nowakowski > wrote: > >> If I were you, I'd work through the Django tutorial first. Then ask

Adduser button click error in django admin

2019-04-15 Thread Cigi Sebastine
Hi all I have installed new django application and when clicking the adduser in adminside shows the error: NotImplementedError at /admin/auth/user/add/ Enyone please help me to solve this problem. Thanks Cigi UNKNOWN command not implemented for SQL SAVEPOINT "s140636377462528_x1" -- You receive

Re: BUI ( Browser User Interface) automation for Django App

2020-07-20 Thread Cigi Sebastine
Hi Ram It is possible to do testing yor application with selenium using python Thanks Cigi On Tue, 21 Jul, 2020, 1:42 AM Ram, wrote: > Hi, > > Our Django Web Application is being developed using this stack > > 1. Django > 2. Python > 3. Java script > 4. Html + CSS > 5. JQuery > > So we are cur