Re: Online "beta" Book

2006-11-17 Thread Cam
Any vague timeline until it merges with trunk? One of our oracle-centric dev teams is wavering on Django (and heading towards RoR) but could be persuaded to develop against the branch if a merge was likely this year. cheers, Cam --~--~-~--~~~---~--~~ You

PyLucene

2006-12-28 Thread Cam
insights appreciated. cheers, Cam For completeness, here is some code: --- search.py --- class Base(object): """ Base search class """ def __init__(self, directory, create=False): """ Constructor ""&q

Re: PyLucene

2006-12-30 Thread Cam
sed xapian for a few things in the past and highly recommend it. On of the key benefits of PyLucene in a multi-platform development shop is index compatibility with Lucene - that's why I'm using it here. Thanks again. cheers, Cam. --~--~-~--~~~---~--~~ Y

Socket error runing runfcgi from manager

2007-01-01 Thread Cam
See this error periodically - something to be concerned about? All pages render as expected. Traceback (most recent call last): File "./manage.py", line 11, in ? execute_manager(settings) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/django/core/manage

Re: Django Projects and Subversion

2007-01-10 Thread Cam
To deploy into production you should run all tests, tag a release and have the webserver check out your tag. cheers, Cam. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To po

Database connection not pointing to the correct database backend

2020-02-29 Thread Cam
st', 'USER': 'root', 'PASSWORD': '', 'PORT': '3306', } } However I'm still getting this error when trying to run migrate: Traceback (most recent call

Re: Quick way to set up a faceted search/database using Django?

2020-06-07 Thread Cam
Unsubscribe On Sun, Jun 7, 2020 at 3:29 PM Ari Davidow wrote: > One response to the #blacklivesmatter protests in response to the > murder of George Floyd and so many others could be to put up a web > page - links to local protests/vigils, videos to watch (especially > if white and learning abou

Re: Instant Django

2007-07-23 Thread Cam McVey
to install a copy onto my flash drive. Regards, Cam -- Cam McVey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.c

Re: ANN: Screencast - Learn Django: Create a Wiki in 20 minutes

2007-07-25 Thread Cam McVey
Really good stuff, Siddhi Do more!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email

Re: any django host in UK?

2007-03-27 Thread Cam McVey
Hi Kamil, Does the servers need to be in the UK or just the company? Webfaction (www.webfaction.com) is a UK-based company but the servers are based in the USA. EXCELLENT host, by the way -- really have their head around Django (and other types of) hosting. Regards, Cam On 3/27/07, kamil

Re: Prevent URLs from being called directly

2007-03-30 Thread Cam McVey
process the data if it exists, or redirect the request to the 'proper' from page. Regards, Cam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send em

Re: DNS Change when moving site from PHP to Django

2006-09-21 Thread Cam McVey
uot; media.sitename.com" for my media> > files in the new Django site until I have moved the site.> >> > Any suggestions?> >> > > > >>> --> Ian Holsman> [EMAIL PROTECTED]-- Cam McVey[EMAIL PROTECTED] --~--~-~--~~

Re: What IDE do you use? (semi-OT)

2006-10-10 Thread Cam McVey
27;s mentioned here to recommend it particularly, but there's also Stani's Python Editor which you can find here: http://pythonide.stani.be/ Best Regards, Cam -- Cam McVey [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are s

Strange django-admin.py behaviour

2006-12-20 Thread Cam McVey
tions', all with no difference in the output. I've also opened up a python shell, and did a "import django, django.VERSION" which reported the expcted 0.95. Do any of you fine people have any ideas of what might be going wrong or things I could try or logfiles I could check or a

Re: Strange django-admin.py behaviour

2006-12-20 Thread Cam McVey
hon24\Scripts" is on my system PATH, and I've setup ".py" as an executable, which meant that I'd just call "django-admin --version" from aywhere in the filesystem and it used to work before the update.] Anyone able to shed some light on it? Thanks, Cam --~--~---

Re: Strange django-admin.py behaviour

2006-12-20 Thread Cam McVey
script via a call to "python" and passing the full path. Sucks a bit, though. Cam. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

Re: Strange django-admin.py behaviour

2006-12-21 Thread Cam McVey
Alex, Ah! That worked a treat!! I never even thought to look there since it was previously working fine. I've gone in and edited it (Open WIndows Explorer, Tools / Folder Options ... / Files Types) and it's working great. Thanks so much! Regards, Cam On 12/20/06, Alex Li <[EM