RE: Advice

2020-11-29 Thread manglavishesh64
Learn from here https://www.youtube.com/watch?v=UmljXZIypDc&list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p Sent from Mail for Windows 10 From: Hector BerronesSent: 30 November 2020 08:55To: Django usersSubject: Advice Hi to everybody, and thanks for reading me thing is I have time trying to learn django,

Re: Looking to join a team in a Django Project to gain Experience

2020-11-29 Thread Nagaraju Singothu
I'm interested On Mon 30 Nov, 2020, 8:56 AM , wrote: > Hi Cesar, > > > > If you can send me you email to contact you as I am interested > > > > Ahmed Khairy > > ahmed.heshamel...@gmail.com > > > > *From:* django-users@googlegroups.com *On > Behalf Of *Cesar Alvarez > *Sent:* Monday, September 2

Advice

2020-11-29 Thread Hector Berrones
Hi to everybody, and thanks for reading me thing is I have time trying to learn django, I've seen online tutorials and I 've bought some online courses and long story short I feel i still need help from you guys.. I would like if is in your possibilities do advise me, I am coding a applicatio

RE: Looking to join a team in a Django Project to gain Experience

2020-11-29 Thread ahmed.heshameldin
Hi Cesar, If you can send me you email to contact you as I am interested Ahmed Khairy ahmed.heshamel...@gmail.com From: django-users@googlegroups.com On Behalf Of Cesar Alvarez Sent: Monday, September 21, 2020 9:25 PM To: django-users@googlegroups.com Subject: Re: Looking to join a t

A BUG WITH NUMPY

2020-11-29 Thread Sidy Mactar
** On entry to DGEBAL parameter number 3 had an illegal value ** On entry to DGEHRD parameter number 2 had an illegal value ** On entry to DORGHR DORGQR parameter number 2 had an illegal value ** On entry to DHSEQR parameter number 4 had an illegal value Traceback (most recent call last):

Re: Help!!!

2020-11-29 Thread sum abiut
Run these commands Python manage.py makemigrations Python manage.py migrate On Mon, 30 Nov 2020, 07:40 Kelvin Sajere, wrote: > I haven’t actually used repl.it, so I can’t really tell you what’s > happening. I basically just do things by creating a project, then using > manage.py to create apps

Re: Help!!!

2020-11-29 Thread Kelvin Sajere
I haven’t actually used repl.it, so I can’t really tell you what’s happening. I basically just do things by creating a project, then using manage.py to create apps for my project. But the unapplied migrations are migrations that your project needs to be able to run. These are models that come with

Help!!!

2020-11-29 Thread Agripreneur Updates
HI, I'm new to django, I downloaded a youtube tutorial for django for beginners. The tutor used repl.it platform to create the django and then click on run to start the server. But following the same step, when I clicked on run I got the error message "You have 18 unapplied migration(s)". I obs

Re: Is it possible to use REST API on Django template ?

2020-11-29 Thread sree e
Hi find this link https://github.com/sumasreeeduru/Textyfi And go through "api" app , where you will find adding the api in easy way. On Sunday, November 29, 2020 at 12:36:44 PM UTC+5:30 bharath...@gmail.com wrote: > Hi > Use JavaScript or jQuery to call APIs in frontend of Django template. >

Trying to have Employees created from within rather than in a Sign Up

2020-11-29 Thread Dumba Classics
Hello Family. I have adopted django Custom Model Approach as means of creating my employees but I have a shortcoming. It wouldnt make sense and be secure to have a signup url for my employees hence the It Admin will have to add users from within and hence I am struggling to come up with a code that