Re: Emails using django

2019-03-06 Thread Harryxon Ndegwa
Can u send a screenshot of your project directory structure showing the templates directory. That is where the problem is On Wed, 6 Mar 2019 12:57 pm raghav b I am trying to send emails with Django and calling a text file as the body > but it keeps throwing an error that the template can't be fou

[no subject]

2019-03-05 Thread Harryxon Ndegwa
Hae everyone Can anyone recommend a django resource to build an online payment site like paypal. Thankyou -- 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 django

Re: Problems with first program

2019-03-01 Thread Harryxon Ndegwa
The problem is with the indentation,the question_text field is wrongly indented.ensure you have a python friendly IDE or text editor On Fri, 1 Mar 2019 3:06 am bob gailer On 2/28/2019 6:08 PM, Edvani Pascoal wrote: > > hey guys I'm beginner on django I never worked with this framework > > before

Re: looking for team members as my technical Advisory

2019-02-25 Thread Harryxon Ndegwa
Hello am interested and would like to participate in this,from nairobi kenya On Mon, 25 Feb 2019 8:50 pm khaled hadjali Hello I’m interested , contact me if you would > > On Fri, Feb 22, 2019 at 11:02 AM Nura Bash wrote: > >> Good day, all am Nura bashir CEO of Teamlead enterprise Nigeria, am >>

Re: Error while running a project

2019-01-17 Thread Harryxon Ndegwa
did u install psycopg2 using pip, that is, pip install psycopg2 i see its a connection error make sure u have psycopg2 connector installed in your environment #%£& On Thu, 17 Jan 2019 6:22 pm Nadhem Zmandar I am beginner with Django. I've downloaded an open source Django project > to start learn

Re: Help with djangoproject

2019-01-02 Thread Harryxon Ndegwa
hi joseph, send a screenshot of the error and the code u have written so far to get the error #%£& On Wed, 2 Jan 2019 5:10 pm Joseph Gichuki Hi am new to Django and I can't get past the Django localhost :8000 to > advance my project to the next step . I keep getting an error: localhost > refu

Re: html canges not update

2018-12-22 Thread Harryxon Ndegwa
if using a text editor like sublime text or atom make sure u have saved your files changes before running the server #%£& On Thu, 20 Dec 2018 2:50 am Ryan Nowakowski What directory are your templates in? > > On December 18, 2018 11:06:03 PM CST, fofazu...@gmail.com wrote: >> >> hi >> i i am a n

Re: help

2018-12-11 Thread Harryxon Ndegwa
add a slash after the dailytask ie 'dailytask/' in your url #%£& On Tue, 11 Dec 2018 5:25 pm Tosin Ayoola getting this error when i click on a new link i just added please can > anyone help out below is my codes, views, url > > > ##url > > from django.urls import path > from . import views > > u

Re: from django.urls import include , path ImportError: cannot import name include

2018-12-04 Thread Harryxon Ndegwa
use django.urls import path instead to import path #%£& On Tue, 4 Dec 2018 7:06 pm Dheeraj Kumar thanks to respond me but still having an issue. > > from django.contrib import admin > from django.conf.urls import include, path > > urlpatterns = [ > path('boadts/', include ('boadts.urls')),