On Sep 2, 6:58 am, Karen Tracey wrote:
> On Wed, Sep 1, 2010 at 1:23 PM, vgarvardt wrote:
> > Django 1.2.1
>
> > Created new project, set DB settings (postgresql_psycopg2),
> > MEDIA_ROOT, MEDIA_URL, TEMPLATE_DIRS, added django.contrib.admin to
> > INSTALLED_APPS
On Sep 2, 6:58 am, Karen Tracey wrote:
> On Wed, Sep 1, 2010 at 1:23 PM, vgarvardt wrote:
> > Django 1.2.1
>
> > Created new project, set DB settings (postgresql_psycopg2),
> > MEDIA_ROOT, MEDIA_URL, TEMPLATE_DIRS, added django.contrib.admin to
> > INSTALLED_APPS
Django 1.2.1
Created new project, set DB settings (postgresql_psycopg2),
MEDIA_ROOT, MEDIA_URL, TEMPLATE_DIRS, added django.contrib.admin to
INSTALLED_APPS.
In urls.py uncommented:
from django.contrib import admin
admin.autodiscover()
and
(r'^admin/', include(admin.site.urls)),
Run manage.py s
3 matches
Mail list logo