Re: Hiring react developers

2021-05-13 Thread Arun Kumar
Interested On Thu, 13 May 2021 at 6:12 PM, John McClain wrote: > Kasper, > > I think it means I am asking the community for help. > > Does that clear things up for you? > > On Thu, 13 May 2021 at 13:37, Kasper Laudrup > wrote: > >> On 13/05/2021 14.34, John McClain wrote: >> > I need help with

Re: Non imported module not found.

2021-05-13 Thread Arun Kumar
Now you can use >From .models import and model Name On Thu, 13 May 2021 at 6:24 PM, Let's Get Going wrote: > Hello Django users, > I was registering my model after importing my model in admin.py file. > > It started showing error like No module named app.E_store where app is > project name and

{ "non_field_errors": [ "No data provided" ] } error during a post method.

2019-05-11 Thread Arun Kumar Singamasetty
##from file serilaizers.py### from rest_framework import serializers from .models import Article # class ArticleSerializer(serializers.Serializer): # title = serializers.CharField(max_length=120) # description = serializers.CharField() # body = serializers.CharFiel

Re: Views triggering twice

2018-01-29 Thread Arun Kumar Mani
Malcolm, i'm seeing the same issue of my page loading twice. working on top of something my previous colleague built. i see "background" element when i do curl. I dont see this in any of my HTML files. I'm sure that i'm looking at the wrong place. This is my curl response: Page not f

django webframework

2017-07-03 Thread arun kumar
Hi, My name is arun and i am a junior software engineer.i am very new with python and i want to develop a web project so first i have selected python script but after doing some online research i found routing is very difficult in python if you are a new programmer in pyhton so i finally decid

TypeError: view must be a callable or a list/tuple in the case of include(). in urls.py

2016-09-05 Thread arun kumar
Hi, I'm working in Django 1.10 and I got the type error in the below file at this line "* url(r'^$', views.dashboard, name = 'dashboard'),*" *from django.conf.urls import include, url* *from . import views* *urlpatterns = [* *#preview login view* *#url(r'^login/$',views.user_login,