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
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
##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
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
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
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,
6 matches
Mail list logo