>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
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
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
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
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
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?
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
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
8 matches
Mail list logo