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 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..

Re: How to resolve UPPER_CASE naming issues in pylint

2019-03-30 Thread Babatunde Akinyanmi
Hi, That's pylint telling you to change the variable name 'movie_resource' to all caps. On Sat, 30 Mar 2019, 07:30 Dennis Alabi, wrote: > My program throw up this error >>Constant name "movie_resource" doesn't > conform to UPPER_CASE naming stylepylint(invalid-name) > > > > > > """vidly URL Conf

How to resolve UPPER_CASE naming issues in pylint

2019-03-29 Thread Dennis Alabi
My program throw up this error >>Constant name "movie_resource" doesn't conform to UPPER_CASE naming stylepylint(invalid-name) """vidly URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/2.1/topics/http/urls/ Exa