rlpatterns = [
path('admin/', admin.site.urls),
url(r'^$',views.index),
]
On Monday, February 5, 2018 at 4:54:59 PM UTC+3:30, sarvit sarvit wrote:
>
> Hello
> I importing error
> Please help me
> from django.shortcuts import render
> from django.c
Hello
I importing error
Please help me
from django.shortcuts import render
from django.conf.urls import url
from django.contrib import admin
from django.urls import path
from . import views
Traceback (most recent call last):
File "c:\Users\saeid\Desktop\sade\env\Post\Post\urls.py", line 20,
hello
please help for dibog
Traceback (most recent call last):
File "c:\Users\saeid\Desktop\sade\env\Post\Post\urls.py", line 20, in
from . import views
ImportError: cannot import name 'views'
--
You received this message because you are subscribed to the Google Groups
"Django users" g
3 matches
Mail list logo