AttributeError with Markdown

2008-04-24 Thread Scott McCracken
Please excuse my apparent inability to figure out local server issues. I would simply like to use Markdown to format text in my Django app: * I have Django setup locally (OS X), with 'django.contrib.markup' added to my INSTALLED_APPS. * I installed python-markdown by following the official instruc

Directing URL's to Load Django Projects

2006-06-14 Thread Scott McCracken
My question may be outside the scope of Django and more related to .htaccess then anything else, but I thought I might give it a shot here just in case: I am sure many of you have read the amazing tutorial from Jeff Croft on setting up Django on Dreamhost: http://www2.jeffcroft.com/2006/may/11/dj

Symlink Error? Please help.

2006-06-24 Thread Scott McCracken
Slowly I have been making progress on getting Django setup locally on my computer (OS X 10.4.6), but I have run into another problem. I have followed the official http://www.djangoproject.com/documentation/install/";>install instructions for setting up the development version. I started by using s

Re: Symlink Error? Please help.

2006-06-24 Thread Scott McCracken
Thanks for the suggestion, but I should have mentioned that last night I spent a good amount of time upgrading to Python2.4. If I run 'python' from the command line I see: Python 2.4.1 (#2, Mar 31 2005, 00:05:10) [GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin Type "help", "copyrig

Re: Symlink Error? Please help.

2006-06-24 Thread Scott McCracken
Thanks Rajesh, you were right on! The 'pwd' was the culprit and now I know for future reference. Thank you so much. One more UNIX question. According to the documentation to http://code.djangoproject.com/wiki/OsxFcgi";>Setup Django with Apache 1.3 and FCGI I can check to see if Django is running

Simple Model Syntax Errors

2006-06-24 Thread Scott McCracken
This is my second time going through the http://www.djangoproject.com/documentation/tutorial1/";>Django tutorials. The first time I ran through the whole process on my dreamhost server without any errors. This time I'm using the local development server on my computer (Mac OS X v10.4.6 / Python 2.

Re: Simple Model Syntax Errors

2006-06-24 Thread Scott McCracken
Sorry, I didn't know this forum doesn't accept HTML in it's message bodies. Hopefully my message is still readable. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send e

Re: Simple Model Syntax Errors

2006-06-24 Thread Scott McCracken
making sure that my file type is set to 'python'. I am using tab to indent code, is there a good reference to indenting python code on the web? Thanks! ~Scott Don Arbow wrote: > On Jun 24, 2006, at 11:18 AM, Scott McCracken wrote: > > >>>> from webmules.p

Re: Password Generator

2006-07-11 Thread Scott McCracken
I also ran into this problem when trying to create new users in the Django admin interface. According to the Django documentation "We've added extra security to the stored passwords in Django's authentication system. Thanks to a patch from GomoX, passwords are now stored with a salt and use SHA-1

Re: Password Generator

2006-07-12 Thread Scott McCracken
Felix Ingram wrote: > I've put the above on the wiki > (http://code.djangoproject.com/wiki/AdminApplication) which is off the > common pitfalls page. Felix - many thanks for the great explination. This is exactly what I was looking for. --~--~-~--~~~---~--~~ You

Re: A few questions from a newbie.

2006-07-17 Thread Scott McCracken
Christian WattengÄrd wrote: > 1. What is this SLUG thingy in every sourcecode I read? In response to your first question, a "slug" is a term taken from the newspaper industry, but in this case it means the final part of your URL - a clean and easy was to access your page. If your blog post was c

Project Layout When Using Multiple Sites, Revisited

2006-09-25 Thread Scott McCracken
I have a few questions regarding a past topic which is now closed to comments after 30 days of inactivity: http://groups.google.com/group/django-users/browse_thread/thread/ca0485ca0ce4da56/4cb89ff5aa5dcb5d?lnk=gst&q=sites&rnum=1#4cb89ff5aa5dcb5d My questions revolve around trying to have multiple

Re: Extending an existing model?

2006-09-25 Thread Scott McCracken
Edward A. Muller wrote: > What's the best way to extend an existing model in a new model/app? Edward, this is a common problem that has a variable solution depending on your needs. If you don't mind clearing your existing user data, you can use the reset command on your model: manage.py reset ap

Re: Extending an existing model?

2006-09-25 Thread Scott McCracken
Sorry for the misunderstanding the first time around! James Bennett wrote an amazing article about extending Django's built-in user and authentication system which may be of some help to you: http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model Hope it helps. --~--~---

Re: Project Layout When Using Multiple Sites, Revisited

2006-09-25 Thread Scott McCracken
difying the django_src. Thanks again. Scott McCracken wrote: > I have a few questions regarding a past topic which is now closed to > comments after 30 days of inactivity: > http://groups.google.com/group/django-users/browse_thread/thread/ca0485ca0ce4da56/4cb89ff5aa5dcb5d?lnk=gst&q=sit