Re: Flatpages - Django 1.5.1

2014-01-21 Thread James
Fixed. After some Google-fu I set SITE_ID = 2 and it worked. On Monday, January 20, 2014 4:41:05 PM UTC-8, James wrote: > > I’m having trouble implementing flatpages in Django 1.5.1 - I’m new to > Django/Python (~3 months) so any insight is appreciated. > > I’ve added flatpages in APPS and

Flatpages - Django 1.5.1

2014-01-20 Thread James
I’m having trouble implementing flatpages in Django 1.5.1 - I’m new to Django/Python (~3 months) so any insight is appreciated. I’ve added flatpages in APPS and MIDDLEWARE_CLASSES and ran a syncdb: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes',