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
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
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
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.
--~--~---
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
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
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
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
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
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.
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
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
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
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
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
15 matches
Mail list logo