[EMAIL PROTECTED] wrote:
> AsianAirfares.com Beats Closest Competitor 6 Out of 10 in
> International Travel Comparison
>
>
> AsianAirfares.com Beats Closest Competitor 6 out of 10 in
> International Travel Comparison (Car Rentals, Hotels, Air Tickets,
> Cruises).
>
> New York, NY, October 24, 200
John Travolta wrote:
> Tweak your Windows and speed it up
> http://windowsxpsp2pro.blogspot.com/
> >
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django
AM -0800, Carl Holm wrote:
>
>> Hello,
>>
>> After attempting to run Django with Python 2.5, I get the following
>> after trying to connect: to dev server:
>>
>> 'Error loading MySQLdb module: No module named _mysql'
>>
>> Any fur
Hello,
After attempting to run Django with Python 2.5, I get the following
after trying to connect: to dev server:
'Error loading MySQLdb module: No module named _mysql'
Any further info would be appreciated.
- CL
--~--~-~--~~~---~--~~
You receiv
Hello,
When using the types ForeignKey or CharField (with the "choices" option)
in a model, I am finding that the resultant
form elements are truncating the display of default values. Does anyone
know of a simple way to avoid this?
Thanks,
CL
--~--~-~--~~~---~--
I can also recommend TrustCommerce - they have a reasonable minimum
monthly fee.
- CL
Joshua "jag" Ginsberg wrote:
> Don't implement a pub/priv key pair system -- just use GnuPG. And I
> would strongly recommend against having the decryption of this data
> anywhere near the same machine as the
Another good read on the subject...
Title: Database in Depth
Subtitle: Relational Theory for Practitioners
First Edition: May 2005
Series: Theory In Practice
ISBN: 0-596-10012-4
Pages: 228
- available from O'reilly
Eric Lake wrote:
> I think that I am really starting to understand how django wo
Thanks. I should clarify that I am looking for the string "Site
administration" which I did not find in the base_site.html
template. Is should also mention that I am running the dev version.
James Bennett wrote:
>> Carl Holm wrote:
>> It's probably obvious, but a
Hello,
It's probably obvious, but after searching the docs and beyond, I have
not been able to locate the origin of "Site administration",
which appears in the title and as an h1 heading on the initial admin page.
Thanks,
CL
--~--~-~--~~~---~--~~
You receive
Hello,
After accessing various "admin" URLs, I am noticing a seemingly random
toggling of the Apache access_log timestamps from between offset -0800,
and -0600. Not sure if this is is a mod_python issue, or something to do
with the Apache configuration.
The setup is:
Fedora 5
Apache 2.2.0-5.
Have you checked to make sure that the 'SITE_ID" variable in settings.py
matches the ID column in the django_flatpage
table for the specified URL ?
- CL
[EMAIL PROTECTED] wrote:
>I read the documentation on the flatpages, included the middleware,
>added the app, sync'd the database, and made a
Malcom,
Not a problem - I now have two good suggestions.
Regards,
CL
Malcolm Tredinnick wrote:
>On Sun, 2006-08-06 at 20:15 -0500, Adrian Holovaty wrote:
>
>
>>On 8/6/06, CL <[EMAIL PROTECTED]> wrote:
>>
>>
>>>Is there a way to edit the "Recent Actions" list that appears on the
>>>admin
Adrian,
Thanks - that's exactly what I was looking for.
Regards,
CL
Adrian Holovaty wrote:
>On 8/6/06, CL <[EMAIL PROTECTED]> wrote:
>
>
>>Is there a way to edit the "Recent Actions" list that appears on the
>>admin index page?
>>
>>
>
>Hey CL,
>
>If you don't want to deal directly with
spamming reported...
[EMAIL PROTECTED] wrote:
>BPO BAY BPO Services
>
>BPO Bay BPO Service is the momentous strategic business annex and
>investment to date. BPO Bay universal association base consists of
>nearly 300 clients, including 21 Fortune 500 organizations and
>prospective outsourcing in
spamming reported...
[EMAIL PROTECTED] wrote:
>FINANCE-OUTSOURCING
>Accounting & Financial Services
>
>Finance-Outsourcing provides clients with a total Financial and
>Accounting Outsourcing Solutions. Having access to timely and accurate
>financial and accounting information is crucial for org
spamming reported...
[EMAIL PROTECTED] wrote:
>Thuriam Software Services
>
>>From solution design and offshore software development to outsourcing
>application support and improvement, Thuriam's offers a compelling
>alternative to minimize software development costs, and improve the
>quality of
spamming reported...
[EMAIL PROTECTED] wrote:
>BPO BAY Call Center
>
>BPO Bay has the resources, technology and operational expertise in
>place to offer companies develop globally and surpass their customer
>sales, services and marketing expectations by the proactive Customer
>Centric approach.
spamming reported...
[EMAIL PROTECTED] wrote:
>Real Estates
>
>At Real Estate, assisting you discover your home is just the starting.
>>From financing to linking with utilities to remodeling and beyond, we
>can facilitate. Real Estate Real Estate is a full-service real estate
>company with a re
spamming reported...
[EMAIL PROTECTED] wrote:
>Finance Outsourcing Insurance Services
>
>Finance Outsourcing is the country's largest personal lines insurer.
>A Fortune 100 company, with $15 billion in assets, we sell 10 major
>lines of insurance that includes auto, property, life and commercial
spamming reported...
[EMAIL PROTECTED] wrote:
>Legal Source India
>Legal Services
>
>Legal Source India provides both civil and criminal legal assistance
>ranging from legal advice to full case representation, depending on
>client need. Our staff of 78 attorneys and 47 paralegals is parted
>int
spamming reported...
[EMAIL PROTECTED] wrote:
>KPO Base KPO Services
>
>Knowledge Process Outsourcing ( KPO ) Services from DataGrep cover the
>entire segments ranging from data entry to research & development
>Pharma. Few of our services here for preview:
>
>ยท Legal services Reviewing t
spamming reported...
[EMAIL PROTECTED] wrote:
>Real Estates
>
>At Real Estate, assisting you discover your home is just the starting.
>>From financing to linking with utilities to remodeling and beyond, we
>can facilitate. Real Estate Real Estate is a full-service real estate
>company with a re
spamming reported...
[EMAIL PROTECTED] wrote:
>KPO Base Healthcare Services
>
>We at KPO Base provide thought leadership to our healthcare clients by
>closely watching the developments and challenges met by the healthcare
>industry continuously. Our incorporated analyses offer industry,
>competi
Thanks,
I have tried this, and have also tried specifying the id column
explicitly as a "models.AutoField(primary_key=True)" type, but neither
seems to work.
CL
Julio Nobrega wrote:
> Add "id" to your list_display on your model's Admin class, like this:
>
>class Admin:
>list_display = (
More specifically, it does print the help message, but does not create
the mysite directory.
CL
Jacob Kaplan-Moss wrote:
>On Jul 20, 2006, at 4:36 PM, [EMAIL PROTECTED] wrote:
>
>
>>Running 'django-admin.py startproject mysite' does nothing in new
>>installation
>>of o.95-py2.4 on WinXP. Any
25 matches
Mail list logo