Re: A calendar booking app

2018-06-05 Thread Spence Patrick
I use Google calendar for a booking app that changes events in a public calendar for everyone to see On Tue, Jun 5, 2018, 06:33 Kasper Laudrup wrote: > Hi fellow Django users, > > I'm planning to start up a homepage for my familys summer house. > > There are a few ideas of what should be there,

Re: URL Concatenation Issue

2018-05-30 Thread Spence Patrick
Is your link tag href="./about" or href="/about/" On Wed, May 30, 2018, 19:14 wrote: > Hello, > > I'm debugging an issue that I'm having with my URL patterns. In my HTML I > have an "about me" page that is linking to an about.html file in my > templates/blog/ directory. When I load the homepage

Re: Attribute error

2018-05-30 Thread Spence Patrick
The f in field should be capitalized On Wed, May 30, 2018, 20:10 Caleb Bryson wrote: > it is still saying "AttributeError: model 'django.db.models' has no > attribute 'Charfeild' > > On Wednesday, May 30, 2018 at 10:04:04 PM UTC-4, Mike Dewhirst wrote: >> >> On 31/05/2018 11:45 AM, Caleb Bryson