create custom field in crm

2019-03-31 Thread dvij parekh
Any one who had made crm in django and know how to make custom field using django forms i have made custom fields using php and html code but now i want tot do it using django forms please let me know how to do it or if you know any resources -- You received this message because you are subscr

Re: How to resolve UPPER_CASE naming issues in pylint

2019-03-31 Thread Dennis Alabi
Thanks for your reply but i change movie_resource to all caps ie MOVIE_RESOURCE and the problem did not stop. please look at my problem panel below. Actually i am trying to create an API [image: api_probem.png] Website: http://transtech.ga/ Facebook: https://web.facebook.com/transtechno/ Email: i..

Regarding internship opportunity in Bangalore India

2019-03-31 Thread sachin thakur
Hi folks , Please do let me know if any vacancies for internship in python Django framework I have worked with Front ends and backend with django and also have builded web based applications using PHP and Jsp servlet and Hibernate. Please do let me know if any openings. Please give me a call on 879

How to use updated model.py from the shell

2019-03-31 Thread Betty
Hi all, I am new to django and following tutorials. I realized that even if I modified models.py while I was using shell(python manage.py shell) the modified models.py does not get recognized unless I restart the shell prompt. Is there any other way to load my modified models.py by not restarti

Re: Must be my and and can't be my code -- tracing back a URL pattern type mismatch

2019-03-31 Thread Josh Marshall
Identical behavior. On Sunday, March 31, 2019 at 12:42:17 AM UTC-4, jlgimeno71 wrote: > > > On Sat, Mar 30, 2019 at 7:31 PM Josh Marshall > wrote: > >> I'm helping out on a project, but am running into a paradox of a bug must >> existing in the code, but no project code is called. Not sure how

Re: Looking for a Django Intern in India

2019-03-31 Thread ambesh chand shahi
Hello sir I am also interested in doing internship. Phone number +91 7779977473 Along with my resume. resume3 On Sun, 31 Mar 2019, 03:58 sachin thakur, wrote: > Sorry couldn't read your mail

Re: How to use updated model.py from the shell

2019-03-31 Thread Robin Riis
Just re import and redeclare the variable? from app import model x = thing.objects.all() Den sön 31 mars 2019 16:46Betty skrev: > Hi all, > > I am new to django and following tutorials. > > I realized that even if I modified models.py while I was using > shell(python manage.py shell) the modif

Re: Looking for a Django Intern in India

2019-03-31 Thread ambesh chand shahi
Sorry sir my phone number is +91 7779877473 or +91 8619391456 On Sun, 31 Mar 2019, 20:35 ambesh chand shahi, wrote: > Hello sir I am also interested in doing internship. > Phone number +91 7779977473 > Along with my resume. > > resume3 >

Re: Regarding internship opportunity in Bangalore

2019-03-31 Thread ambesh chand shahi
Hi akash, I will also like to apply for internship as a full stack developer. resume3 Phone no +91 7779877473 On Sat, 30 Mar 2019, 03:26 Nanjuki Saidat, wrote: > Hi all > I would also like to

Re: How to use updated model.py from the shell

2019-03-31 Thread Betty
Oh, thanks! On Monday, April 1, 2019 at 12:07:32 AM UTC+9, Robin Riis wrote: > > Just re import and redeclare the variable? > > from app import model > x = thing.objects.all() > > > Den sön 31 mars 2019 16:46Betty > skrev: > >> Hi all, >> >> I am new to django and following tutorials. >> >> I real

Re: How to resolve UPPER_CASE naming issues in pylint

2019-03-31 Thread Babatunde Akinyanmi
Pylint is just a linter to help you maintain your coding standards. Configure it to your taste instead of fighting it. Check pylint's documentation for guidance. On Sun, 31 Mar 2019, 13:09 Dennis Alabi, wrote: > Thanks for your reply but i change movie_resource to all caps ie > MOVIE_RESOURCE an

Re: How to use updated model.py from the shell

2019-03-31 Thread Guru Murthy
You have to update and migrate the file using makemigrations command On Sun, 31 Mar, 2019, 8:16 PM Betty, wrote: > Hi all, > > I am new to django and following tutorials. > > I realized that even if I modified models.py while I was using > shell(python manage.py shell) the modified models.py doe

Urgently need help with deploying django on plesk.

2019-03-31 Thread Saurabh Jaiswal
Can someone please help me with deploying django on plesk onyx 17.08. Been unsucessful trying to launch it. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to djang

Re: Lead Architect / CTO ( Hands on ) - Start Up - Cambridge - 3 Days remote working

2019-03-31 Thread Alfredo Sumague
I'm interested. I'm here in US, can it be done remotely? Thanks, Alfredo Sumague On Thu, Mar 28, 2019 at 4:34 AM wrote: > Hi Everyone, > > I am looking for a candidate who has architectural experience in building > a Platform in Python Django. > > *Software Architect – Part Remote - (Python Dja

Re: Urgently need help with deploying django on plesk.

2019-03-31 Thread Mike Dewhirst
On 1/04/2019 3:29 am, Saurabh Jaiswal wrote: Can someone please help me with deploying django on plesk onyx 17.08. Been unsucessful trying to launch it. Plesk is written by and for sysadmins and php people to insulate them from needing access to the machine. That means you won't gain easy acc

Re: Urgently need help with deploying django on plesk.

2019-03-31 Thread Saurabh Jaiswal
Hey Mike, I have access to the pesk server as root user. I have been facing issue with the mod_wsgi setup process. On Mon, Apr 1, 2019 at 6:03 AM Mike Dewhirst wrote: > On 1/04/2019 3:29 am, Saurabh Jaiswal wrote: > > Can someone please help me with deploying django on plesk onyx 17.08. > > Been

Re: Urgently need help with deploying django on plesk.

2019-03-31 Thread Mike Dewhirst
On 1/04/2019 1:47 pm, Saurabh Jaiswal wrote: Hey Mike, I have access to the pesk server as root user. I have been facing issue with the mod_wsgi setup process. Have you seen ... https://modwsgi.readthedocs.io/en/develop/ On Mon, Apr 1, 2019 at 6:03 AM Mike Dewhirst