Adrian,
A few of us are talking to Chris Beaven about getting a SQL Server support
ticket committed (ticket 2358 - http://code.djangoproject.com/ticket/2358).
The only thing that is not included in the ticket is SQL Server pagination
support (it's a complicated subject). A few of us have been usi
Take a look at this ticket http://code.djangoproject.com/ticket/2358
It's based on adodb, and I believe it is fully functional except for
paging support (hopefully coming soon).
Sean
On 11/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I am mostly new to Django, but have significant exp
I'll take a look around and see if there is a proper place for these
statements. I had just come across the statement you posted for SQL
Server 2000, so we're probably looking in the same places to solve the
problem.
On 10/22/06, DavidA <[EMAIL PROTECTED]> wrote:
>
>
&g
I've been testing with SQL Server 2000 and MSDE. When I have more
time I intend to install SQL Server 2005 Express to see if there are
any issues with the newer versions.
On 10/21/06, DavidA <[EMAIL PROTECTED]> wrote:
>
>
> Sean De La Torre wrote:
> > I've been
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
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,
>
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"
n is the
more explicit way to go.
Sorry,
Sean
On 10/19/06, Sean De La Torre <[EMAIL PROTECTED]> wrote:
> Your urlpatterns are not correct. Given your current apache
> configuration, the beginning of each of your patterns will need to
> start with '^mysite'. Alternativel
Your urlpatterns are not correct. Given your current apache
configuration, the beginning of each of your patterns will need to
start with '^mysite'. Alternatively, you can try removing the '^' at
the beginning of each of the polls url patterns. That symbol
indicates that the regex pattern shoul
If you need MSSQL
support today, you might want to take a look this ticket:
http://code.djangoproject.com/ticket/2358. It hasn't been officially
accepted, but I've been able been able to successfully use MSSQL with Django
after applying it.
Using ticket 2358, I wrote this patch http://code.dj
11 matches
Mail list logo