The Artima Developer Community
Sponsored Link

Python Buzz Forum
Django IRC logs to the rescue

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Michael Josephson

Posts: 20
Nickname: mikej
Registered: Nov, 2004

Michael Josephson is a software engineer based in Manchester, UK
Django IRC logs to the rescue Posted: Aug 6, 2005 6:07 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Michael Josephson.
Original Post: Django IRC logs to the rescue
Feed Title: SDJournal
Feed URL: http://www.sdjournal.com/archives/categories/languages/python/rss.xml
Feed Description: Posts from the Python category on SDJournal
Latest Python Buzz Posts
Latest Python Buzz Posts by Michael Josephson
Latest Posts From SDJournal

Advertisement
The 2nd Django tutorial starts with getting the admin interface up and running by creating an initial user account and using the built in development web server. However, after following the instructions quite closely I was still getting Tried all URL patterns but didn't find a match for /admin when requesting the admin URL. A search of the IRC logs for #django revealed that for it to work the settings module must be set to .admin so if you're using myproject.settings.main for the working with the model in the first tutorial you'll need --settings=myproject.settings.admin.

Read: Django IRC logs to the rescue

Topic: Do I hate Unicode, or Do I Hate ASCII? Previous Topic   Next Topic Topic: Introducing Django

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use