RE: help required with a concept.

2020-08-21 Thread Mike Dewhirst
>From my perspective the difficult part is OTP and interfacing with SMS because >I haven't done that before.The relational design requires modeling real world >relationships which usually isn't hard. Trying to use "@institution" for >userid is fraught with potential problems. Normally a registr

Re: help required with a concept.

2020-08-21 Thread Ogunsanya Opeyemi
Hi you need to carefully create an algorithm because this implementation is a big one. Send your whatsapp number to me if you still dont get what i meant. If i could help you in it. On Saturday, August 22, 2020, Asish Ojha wrote: > i am designing a project on online registration of students for

Re: help required on how to modify constraints/indexes of unique_together after data is loaded

2013-08-28 Thread Subramanyam
Hi Found the solution ran the following sql directly and it worked fine ALTER TABLE `table_name` DROP INDEX `field1` , ADD UNIQUE INDEX `field1` (`field1` ASC, `field2` ASC, `field3` ASC) ; Also checked a distinct on the three fields to ensure data integrity Thanks Subramanyam On T

Re: Help Required on DB Connection and Data Access

2013-05-03 Thread Hannu Krosing
On 05/03/2013 03:48 PM, Lakshmi Prasad wrote: > Hi > > I am new to Python-Django Development > > we have one django application running on windows machine and DB which > I needs to access is from Linux machine. First of all I want to > connect to Linux machine and I need to access the DB table

Re: Help Required with Image Upload

2011-10-27 Thread Tom Evans
On Wed, Oct 26, 2011 at 9:06 PM, Swaroop Shankar V wrote: > Hello All, > Am pretty new to Django. I am trying to create a form which will upload an > image and then enable the user to crop visually (using JCrop plugin). Am > not completely sure on how to implement this in Django. I am thinking of

Re: Help required :(

2011-02-21 Thread Tom Evans
On Mon, Feb 21, 2011 at 5:18 AM, Ash wrote: > Hi , I am new to Python and Django. > > Can some please let me know - > > 1) can I use Django framework for my existing Python application. > 2) or do I need to write the whole application again, > 3) If I can use , can someone tell me how to proceed?

Re: Help required :(

2011-02-21 Thread Andres Lucena
El dom, 20-02-2011 a las 21:18 -0800, Ash escribió: > Hi , I am new to Python and Django. > > Can some please let me know - > First of all, when you write a mail to a mailing list, you should put a more descriptive subject (almost everyone who writes here is requiring help). > 1) can I use Djan

Re: Help required to generate a query

2009-05-17 Thread Alex Gaynor
On Sun, May 17, 2009 at 11:58 AM, Lokesh wrote: > > Hi, > > class BasicDetails(models.Model): >age = models.PositiveSmallIntegerField(null=False, blank=False) >dom = models.PositiveSmallIntegerField(null=False, blank=False) >dod = models.PositiveSmallIntegerField(null=False, blank=Fal