Links for all the 8 audio files given in the latest post in the Audiobook-Share section.-- With warm regardsP K Kotharihttp://audiobook-share.blogspot.com
http://career-ebook.blogspot.comhttp://collection-share.blogspot.com
http://ebook-share.blogspot.comhttp://management-article.blogspot.comhttp:/
On Fri, 2006-10-20 at 16:06 +, ogghead wrote:
> Regarding official Oracle support in Django...
>
> Wednesday night 10/18, the Front Range Pythoneers
> (http://www.fr.co.us.pythoneers.org/) had our monthly meeting. Over a
> few pints and a delicious meal, we decided to stop mumbling about a
>
On 10/16/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
> The good news here is that in "from" clauses, MySQL, PostgreSQL and
> SQLite all allow "as" to be optional, so we can omit it across the
> board. No need for a case-by-case analysis (and now somebody will say
> that MS-SQL requires it)
Hey Matt --
Sounds like a wonderful idea! I think there's actually a chance I
could talk my company into sending me to help out -- we've have a few
commercial clients ask about Oracle support -- think it would be
worth looking into that?
Either way, I'll make sure to be available during t
Thanks for the encouragement and assistance, Adrian.
Here is the Django-Oracle sprint wiki page our fearless leader set up
to communicate the details and track our progress:
http://wiki.python.org/moin/BoulderSprint
More as it develops,
Matt
On Oct 20, 12:05 pm, "Adrian Holovaty" <[EMAIL PROTE
On 10/20/06, ogghead <[EMAIL PROTECTED]> wrote:
> So, an announcement:
> On November 4th at 9 a.m. at Bivio Software (http://www.bivio.org/) in
> Boulder, Colorado Pythioneers and Pythonistas will caffeinate and code,
> with the goal of producing a single patch file that can be applied to
> the cu
Tim,
>> adding polls/ to the end of this address on apache - it throws up a 404
error.
Try removing the '$' from the r'^mysite/$' pattern. The '$' signifies
the end of the end of the string, so the pattern '^mysite/$' will only
match 'mysite/'; the pattern '^mysite/' will match any pattern
star
Sean,
That did the trick. Thanks. Admin section looks the part on Apache
server now.
I've still got a discrepancy between the way the project application
works on Apache and on the lite development server.
in my url.py if I have the line: (r'^mysite/$',
'mysite.polls.views.index') it runs on th
Hmm. Try adding* this before your alias statement:
AllowOverride None
Options None
Order allow,deny
Allow from all
* Remember to change the Directory value to the base directory where
your media files are stored.
Sean
On 10/20/06, Tipan <[EMAIL PROTECTED]> wrote:
>
> Sean,
>
Regarding official Oracle support in Django...
Wednesday night 10/18, the Front Range Pythoneers
(http://www.fr.co.us.pythoneers.org/) had our monthly meeting. Over a
few pints and a delicious meal, we decided to stop mumbling about a
code sprint day and just do it. We have several veteran Orac
Sean,
Thanks for your time here, much appreciated.
That all made sense except the alias statement in HTTPD.conf. Does it
matter where I place this line?
I've implemented it all as you described and it now throws up an error
in the HTML source as before and doesn't fromat the output:
--
Kenneth Gonsalves wrote:
> On 19-Oct-06, at 9:21 PM, P K Kothari wrote:
>
> > P K Kothari
>
> i thing it is time this guy was given the boot
Well, I've done the 'report abuse' thing on the last couple of spam
messages... Maybe we all should!
B
--~--~-~--~~~---~--~
I've been maintaining/enhancing a ticket
(http://code.djangoproject.com/ticket/2358) contributed by another
django user that adds MSSQL support to django. In addition to what
that user started, I've added full introspection capabilities and
patched a few bugs that I've found. I've been running a
It's in settings.py and http.conf. It is probably easier for me to
give you an example so you can see how it works.
All of my media files are located in "C:\data\projects\web\media".
I copied all of the admin media files from the
"site-packages\Django-0.95-py2.4.egg\django\contrib\admin\media"
Sean,
Thanks for your input. I tried the changes to url.py as you suggested,
adding mysite in front of the polls did allow me to enter the
http://localhost/mysite/polls/ as the address and see the list of polls
int eh browser.
Retruning it to it original state allows me to see the same result
un
The project web is activated
http://webda.python-hosting.com/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To uns
16 matches
Mail list logo