I just use 2.5.2 and i might upgrade when needed
On Mon, Nov 10, 2008 at 10:44 AM, Kegan <[EMAIL PROTECTED]> wrote:
>
> I am planning to host at WebFaction. Anyone using Django + Python2.6
> at WebFaction ? Care to share ?
>
> On Nov 10, 4:42 pm, m0nonoke <[EMAIL PROTECTED]> wrote:
> > I am using
I haven't heard anything and I think you should try posting this on
webhosting forums asking them.
On Thu, Dec 4, 2008 at 8:52 PM, John M <[EMAIL PROTECTED]> wrote:
>
> Anyone tried this for django? http://www.webkeepers.com/index.html
>
> entry level is 6.95/mo, great for QA site I would think.
I am running one django site on dreamhost and now i want to run another.
When setting up my site i needed to set DJANGO_SETTINGS_MODULE to my current
site. Now i want to run another site... How do i go about this.
Thanks
James
--
http://www.astorandblack.com/
--~--~-~--~~---
Which host are you using? I am on dreamhost and it works very nice. also try
searching on google your hosts name and django to see if someone created a
tutorial on it.
On Tue, Dec 30, 2008 at 12:57 AM, James Gregory wrote:
>
> I tried using the guide here:
> http://docs.djangoproject.com/en/dev/
Thank you for your interest in Django. You may also post this job offer on
djangogigs.com
Much Success
James
On Mon, Dec 29, 2008 at 8:00 PM, Pancrazio wrote:
>
> Hi group!
>
> we are a startup working on a community-based music production
> website.
>
> We are looking for Django developers with
Netbeans or WingIDE for me.
On Tue, Jan 6, 2009 at 1:48 PM, HB wrote:
>
> Hey,
> What is your favorite IDE for coding Django projects?
> Any ideas about PyDev and ActiveState Komodo IDE?
> Thanks.
> >
>
--
http://www.goldwatches.com/
http://www.jewelerslounge.com/
--~--~-~--~~--
Yes it is however i still find it to be very powerful and i really like it!
On Tue, Jan 6, 2009 at 2:00 PM, Nikolay Panov wrote:
>
> Emacs (23, +Rope, +auto-complete.el), indeed.
>
> Have a nice day,
>Nikolay.
>
>
>
> On Tue, Jan 6, 2009 at 14:48, HB wrote:
> >
> > Hey,
> > What is your favo
Thank You (I had the same question today)
2009/1/12 burcu hamamcıoğlu
> Thanks Bruno request.get_full_path() is enough for me .
>
> Best regards
>
> 09 Ocak 2009 Cuma 18:31 tarihinde bruno desthuilliers <
> bruno.desthuilli...@gmail.com> yazdı:
>
>
>>
>>
>> On 9 jan, 17:06, "burcu hamamcıoğlu"
Not always sometimes you want to show some template code (You have a blog
about web dev) and sometimes you want to nest some code.
On Sun, Jan 11, 2009 at 10:04 PM, Diez B. Roggisch wrote:
> Alex K schrieb:
>
>> While building a website using template inheritance one usually does
>> the following
-- Forwarded message --
From: Philip Gatt
Date: Wed, Jan 14, 2009 at 7:10 AM
Subject: [wingide-users] Integrating with django's unit tests
To: wingide-us...@wingware.com
Does anyone know how to integrate Wing with Django's unit tests? With my
django projects, I usually run my uni
I don't see much but it seems your aren't mapping you urls properly. Please
post your urls.py on http://dpaste.com/ then email the link.
On Thu, Jul 17, 2008 at 4:48 AM, zbiju <[EMAIL PROTECTED]> wrote:
>
> Hi guys,
>
> I'm noobie with python and django but I would like to try it.
> I have instal
I would recommend on learning python before looking at django. It would
explain why things have to be in your PYTHONPATH and answer many questions
Etc..
On Tue, Jul 22, 2008 at 2:01 AM, Kenneth Gonsalves <[EMAIL PROTECTED]>
wrote:
>
>
> On 22-Jul-08, at 12:36 PM, Sthembile Ngidi wrote:
>
> > I'm
To deploy my apps i use a set of bash and python scripts. They are useful
because of unique environment i am deploy in.
On Tue, Aug 19, 2008 at 8:25 AM, Norman Harman <[EMAIL PROTECTED]>wrote:
>
> Robin wrote:
> > Hello,
> >
> > I am trying to decide which tool should I use to deploy my django
>
I assume you are using linux. But in windows it's like this
import os
os.environ ['USERPROFILE'].split('\\')[-1]
James
On Wed, Aug 20, 2008 at 9:53 AM, PeteDK <[EMAIL PROTECTED]> wrote:
>
>
>
> On 20 Aug., 17:56, "Emily Rodgers" <[EMAIL PROTECTED]> wrote:
> > > -Original Message-
> > >
I second the on the fact that Malcolm's help has been amazing! Now that we
are thinking of splitting the mailing list why don't we split it according
to parts of django! Each one will have a unique mailing list.
django.contib.admin will be one mailing list etc... jk
If this is really a big issue
-- Forwarded message --
From: Daniel Bickett <[EMAIL PROTECTED]>
Date: Wed, Aug 20, 2008 at 9:07 PM
Subject: Prevalent Python/Django academic software
To: [EMAIL PROTECTED]
Is anyone working on any software at present, using django or python
in general, which serves various academ
Try FORCE_SCRIPT_NAME="" I use it and it works nicely
James
On Thu, Aug 21, 2008 at 9:00 AM, Nick Clarey <[EMAIL PROTECTED]>wrote:
>
> Hi all,
>
> I've been getting my site ported over to 1.0 beta and ran into a
> problem. Basically everything works fine when I follow the
> instructions excep
Hi,
First go to ./manage.py shell and try the same thing "import
djproject.daily_source". If it works there it means it's not a django issue
and your server is stripping out this lib (Suexec)
James
On Thu, Aug 21, 2008 at 1:38 AM, 杨明 <[EMAIL PROTECTED]> wrote:
>
> I got this wrong message:
> C
angedthewayURLpathsaredetermined
>
> Which maybe need to change given that the rest of the config is plain-
> vanilla-as-per-the-tutorial?
>
> Regards,
>
> Nick
>
> On Aug 21, 6:08 pm, Malcolm Tredinnick <[EMAIL PROTECTED]>
> wrote:
> > On Thu, 2008-08-21
When i run on a shared provider i restart my server by running touch
/mywebdir/dispatch.fcgi
On Fri, Aug 22, 2008 at 6:45 AM, Emily Rodgers <[EMAIL PROTECTED]>wrote:
>
> Hi Ronaldo,
>
> It is not a python script, just a shell script that either runs 'python
> manage.py runfcgi' with various opti
He is running on Dreamhost (Debian Linux) WinZip is for windows. Look at
your python patch (export | grep PYTHONPATH) if you need to edit it then do
so in your .bash_profile file (cd ~;nano .bash_profile)
Do you have Fcgi enabled?
Look at the dreamhost wiki they have a good article on how to inst
Use sqllite instead of a regular DB Server. Also set a usage limit on Apache.
You Should be fine. Many people run Django in a shared environment.
like Webfaction and Dreamhost. Where you have a limit on the memory
you can use.
On Wed, Aug 27, 2008 at 1:14 PM, Edwin W <[EMAIL PROTECTED]> wrote:
>
Make the structer
sitedir (manage.py urls.py,settings.py)->app(models.py views.py)
And import it accordingly If your code is running in the sitedir then
it should be able to import it.
On Wed, Aug 27, 2008 at 12:34 PM, Tim Kersten <[EMAIL PROTECTED]> wrote:
>
> Your app folder must be in the
In your forum code you can add the clean_imageForm and add your cleaning
code in there.
On Wed, Aug 27, 2008 at 11:39 AM, Rajesh Dhawan <[EMAIL PROTECTED]>
wrote:
>
> Hi,
>
>> I have an image upload form and I want to INvalidate the form if the
>> uploaded image it too big. How can I get an error
Whoops I pressed send too soon. In your forms code create a method called
clean_imageForm and add your custom error code there.
On Wed, Aug 27, 2008 at 1:33 PM, James Matthews <[EMAIL PROTECTED]> wrote:
> In your forum code you can add the clean_imageForm and add your cleaning
> c
When you create a project you run a command (python manage.py startapp test)
that creates the directory and the model and view files. However if you want
the app to use the admin interface you must explicitly state it in your
models.py file or admin.py (which you need to create) If you wish to
auto
Did you ldconfig? Did you add the library to your LD_CONFIG?
On Thu, Aug 28, 2008 at 1:53 PM, Malcolm Tredinnick <
[EMAIL PROTECTED]> wrote:
>
>
> On Thu, 2008-08-28 at 13:43 -0700, Huuuze wrote:
> > I recently installed PostgreSQL 8.3.3 and psycopg 2 (latest from
> > SVN). When I attempt to sta
On the sides it should say the stats!
On Mon, Sep 1, 2008 at 6:09 AM, Will Rocisky <[EMAIL PROTECTED]> wrote:
>
> yeah, I am visiting that group :)
>
> On Sep 1, 6:55 pm, "Artis Caune" <[EMAIL PROTECTED]> wrote:
> > On Mon, Sep 1, 2008 at 2:54 PM, Will Rocisky <[EMAIL PROTECTED]> wrote:
> >
> > >
Also make sure to set the rewrite handle. On my shared host you need to
enable fcgi then have the dispatch.fcgi in your web root.
On Tue, Sep 2, 2008 at 8:31 AM, Milan Andric <[EMAIL PROTECTED]> wrote:
>
> On Mon, Sep 1, 2008 at 7:19 PM, Ronaldo Z. Afonso
> <[EMAIL PROTECTED]> wrote:
> >
> > Hi e
Is it possible that some form of server security is stripping them out?
On Tue, Sep 2, 2008 at 10:28 AM, cwurld <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> My site has recently starting generating a lot of HTTP Error 500's.
> The traceback is always:
>
> ImproperlyConfigured: Error importing request p
Also uncomment the admin.autodiscover() line. (If you are holding a svn
version)
On Tue, Sep 2, 2008 at 11:15 AM, Ronny Haryanto <[EMAIL PROTECTED]> wrote:
>
> On Wed, Sep 3, 2008 at 12:56 AM, Weber Sites <[EMAIL PROTECTED]>
> wrote:
> > I'm trying to follow the Tutorial02 and once i uncomment th
HI List,
Today Google released chrome. I have been playing around with it a little
today. Besides for seeing some funny things (try
https://www.gmail.comThanks reddit) It seems to be a very nice
browser. I would like to see where
it's path is going to go. What are your thoughts?
James
--
http://
I am using Dreamhost and it's works (It's a little bit of pain to install
but they officially are going to support it soon)
On Wed, Sep 3, 2008 at 5:18 AM, <[EMAIL PROTECTED]> wrote:
>
> I had the beta container for Django and to me, compared to say
> WebFaction, it was a pain in the ass, it just
Thank you very much for making our jobs fun again with this fantastic
framework!
On Thu, Sep 4, 2008 at 9:37 AM, Wes Winham <[EMAIL PROTECTED]> wrote:
>
> Thanks again for the huge amount of awesome that you guys have brought
> to web development.
>
> On Sep 3, 8:07 pm, "James Bennett" <[EMAIL PR
I like it. Thank you for enabling me to convert my friends to Django in one
minute!
On Thu, Sep 4, 2008 at 6:04 AM, Ian Ozsvald <[EMAIL PROTECTED]> wrote:
> I've amended yesterday's preview release to reflect the new v1 Django site,
> the finished 'Django in Under a Minute' screencast is availabl
Thanks! and i second David's request.
On Thu, Sep 4, 2008 at 8:09 AM, David Larlet <[EMAIL PROTECTED]> wrote:
>
>
> Le 4 sept. 08 à 12:20, Fraser Nevett a écrit :
> >
> > http://www.mercurytide.co.uk/whitepapers/django-cheat-sheet/
> >
> > We welcome any ideas for improvements, corrections, or an
Use Fast-Cgi i do touch dispatch.fcgi
On Fri, Sep 5, 2008 at 6:12 PM, Graham Dumpleton <[EMAIL PROTECTED]
> wrote:
>
>
>
> On Sep 6, 2:39 am, Ilya Braude <[EMAIL PROTECTED]> wrote:
> > Hernan Olivera wrote:
> > >>> In php when you change the code there is no need to restart the
> > >>> server, bu
It's a regex you need to escape both slashes so you are looking at
On Mon, Sep 8, 2008 at 4:04 AM, Thomas Guettler <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I discovered, that double slashes get through my regular expressions.
> Is it possible to reject URLs with double slashes?
>
> http://.../
Very nice site!
Just one point, I would recommend changing the default admin login page from
http:///admin to something random. This does not substitute a good
password but makes your site a little more secure.
James
P.S Post this website on djangosites.org
On Thu, Sep 11, 2008 at 7:41 AM, Jua
I would make a script that ran through my database and flagged this as
archived (this should be a boolean flag)
On Fri, Sep 12, 2008 at 1:33 PM, djandrow <[EMAIL PROTECTED]> wrote:
>
> Do i need to pass the months into the view using extra_context?
>
> Andrew
> >
>
--
http://www.goldwatches.co
He might be using --no-reload
On Fri, Sep 12, 2008 at 10:04 AM, David Thole <[EMAIL PROTECTED]> wrote:
>
> Just curious, are you using the django built in web server for
> development? The reason why I'm asking is because I don't recall
> having any problems at all when changing a view and it n
You need to append the proper path using (1. The export command 2. The
.bash_profile file. ) I used number two, If you want to see the path just
type into the shell export | grep PYTHONPATH
On Sun, Sep 14, 2008 at 9:41 AM, djandrow <[EMAIL PROTECTED]> wrote:
>
> Thanks, its a shared server so I w
http://sciyoshi.com/blog/2008/aug/27/using-akismet-djangos-new-comments-framework/
--
http://www.goldwatches.com/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send ema
I am very happy to hear that your company wants to use this great framework.
If i can suggest also posting this job request on djangogigs.com
Thanks
James
On Thu, Sep 18, 2008 at 9:04 AM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
> I'm working with a company helping them develop their Dja
I run my own installation of python out of my home dir. It's not hard... All
you need to do is to compile your own version of python (or use your hosts
mine was 2.3 so i got 2.5.1) and change your PATH. Everything should work
from there.
James
On Fri, Sep 26, 2008 at 6:01 AM, Erik Allik <[EMAIL PR
e python itself remains the same.
> Erik
>
> On 26.09.2008, at 22:07, James Matthews wrote:
>
> I run my own installation of python out of my home dir. It's not hard...
> All you need to do is to compile your own version of python (or use your
> hosts mine was 2.3 so i got 2.5.1
You may also want to post this on djangogigs.com.
Good Luck
James
On Sun, Sep 28, 2008 at 9:38 AM, KnoxvilleDjangoDev <[EMAIL PROTECTED]> wrote:
>
> Apologies if I am not asking this question correctly, but i need some
> assistance. I have a site that was developed in Django and bottom
> line,
I use dreamhost and am very happy. I have found there services (uptime and
performance) to workout quite well and i love there tech support team.
On Tue, Oct 7, 2008 at 7:55 AM, Benjamin Buch <[EMAIL PROTECTED]> wrote:
>
>
> Am 07.10.2008 um 15:49 schrieb Gour:
>
> > Benjamin> I can recommend dja
WingIde for python code and e-text editor for templates (sometimes
notepad++)
On Sun, Oct 12, 2008 at 3:08 PM, Marco Bazzani <[EMAIL PROTECTED]>wrote:
>
>
> On Sun, Oct 12, 2008 at 11:32 PM, Jeff Anderson <[EMAIL PROTECTED]>wrote:
>
>> zjffdu wrote:
>> > I am a newbie of django, and want to know
I could never get Eric to install on Windows
On Sun, Oct 12, 2008 at 10:20 PM, oso che bol <[EMAIL PROTECTED]> wrote:
> Hi,
>
> How do you think about Eric4.2.1 with Django plugin?
>
> Regards,
> -LN
>
>
> On Mon, Oct 13, 2008 at 9:28 AM, reyjexter <[EMAIL PROTECTED]> wrote:
>
>>
>> I use pydev b
-- Forwarded message --
From: May
Date: Mon, Feb 23, 2009 at 9:17 PM
Subject: python sql query in django
To: python-l...@python.org
I have three tables:
class Technology(models.Model):
technology = models.CharField(max_length=100, null=True,
blank=True )
def __unicode__(se
Hi,
I have been using Django now for a while. I am wondering if there are any
applications like Typo for RoR in Django or you have to write it by
yourself.
Thanks
James
--
http://www.astorandblack.com
--~--~-~--~~~---~--~~
You received this message because you a
Sure,
Typo is a blogging platform/cms (Like wordpress). I know about Django-cms
and I am wondering if there are any others?
Thanks
James
On Wed, Mar 18, 2009 at 12:02 AM, Alex Gaynor wrote:
>
>
> On Tue, Mar 17, 2009 at 5:59 PM, James Matthews wrote:
>
>> Hi,
>>
>
And we have another Django blog application! :)
http://blog.everyblock.com/2009/jun/30/source/
--
http://www.goldwatches.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this gro
Django depends more on the python interpreter. If it really matters
recompile python to take advantage of your machine. I am sure you will see
some nice improvements
On Fri, Jul 24, 2009 at 12:08 AM, Some Guy wrote:
>
> Not sure about my answer but
> I think it matters more that the webserve
I use WingIde and love it!
On Mon, May 11, 2009 at 3:53 PM, Joshua Russo wrote:
>
> I'm currently using Netbeans 6.5 with the Python plugin. I was just
> wondering what everyone else is using because NB is a bit buggy with
> the Python plugin at the moment.
> >
>
--
http://www.jewelerslounge.
Can you please provide some more details? Where you are seeing the error.
What is crashing,tracelogs etc..
Thanks
James
On Tue, May 12, 2009 at 3:38 PM, linvar wrote:
>
> hi everyone:
>recently i deployed my django project under the nginx + django +
> fastcgi mode,
>
> i upload my project t
I use Slicehost and they are great (but if you are looking for a shared
webhost go with webfaction)
On Wed, May 20, 2009 at 5:58 AM, Eugene Lazutkin
wrote:
>
> From my experience with both hosts webfaction has a better uptime,
> better setup, and less interferences from neighbors, which is import
Yes, DRY. Don't Repeat Yourself.
On Sun, May 24, 2009 at 5:28 PM, Joshua Partogi wrote:
>
> Is that important? :-D
>
> On May 25, 12:21 am, Roberto Cea wrote:
> > If an idiomatic Python program is "pythonic", what do you call
> > idiomatic use of Django, "djangonic"?
> >
>
--
http://www.goldw
Posting here more makes this persons vulgar comment more popular. Please
also post your job offering on djangogigs.com so you may have maximum
exposure.
On Wed, Oct 14, 2009 at 2:31 PM, Shaun Hinklein (Sysmind L.L.C) <
shaunhinkl...@gmail.com> wrote:
>
> What does this even mean?
> "Mother fucker
Quiet annoying!
On Fri, Oct 30, 2009 at 3:51 AM, Russell Keith-Magee wrote:
>
> On Fri, Oct 30, 2009 at 6:18 PM, Crispin Wellington
> wrote:
> >
> > In my book, posting this kind of thing to a mailing list not about
> > religion constitutes a one way ticket to hell.
>
> FYI - django-users is a
Hi,
When I use this rate limiter
http://www.levigross.com/post/1721427025/django-rate-limiting and preform an
ajax request I get this error
django/middleware/common.py", line 84, in process_response
if response.status_code == 404:
AttributeError: 'function' object has no attribute 'status_cod
Just as a side recommendation and this is no way the only way to secure your
site. You may want to move your login portal to another page then the
default /admin page.
On Sat, Dec 26, 2009 at 6:44 PM, OkaMthembo wrote:
> Great work, Jason & team. I thought it would be interesting to take a peek
People should research before posting. But I always enjoy these posts.
On Fri, Jan 22, 2010 at 7:09 PM, James Bennett wrote:
> On Fri, Jan 22, 2010 at 6:48 PM, CerenGuven wrote:
> > 3-5+ years Django/Python development experience
>
> If you manage to find someone with 5+ years' Django experi
Hi
What is a quick way to reload your project (for example you want to make a
quick code change) under fastcgi? From what i understand (which might be
wrong because i just started with django) is that everything is compiled and
cached. SO if i need to make a quick code change how can i reload the
Hi,
I was wondering why you can only call "python manage.py syncdb" to create
your databases but after that if you change your models file it work create
the changes and you have to do them manually using SQL?
Thanks
James
--
http://search.goldwatches.com/?Search=Movado+Watches
http://www.jewel
Thank you!
On Tue, Apr 1, 2008 at 2:56 AM, blis102 <[EMAIL PROTECTED]> wrote:
>
> James,
>
> Django Evolution is a project that is working to take care of that
> problem (http://code.google.com/p/django-evolution/). I have not used
> it but, if what they say on their site is correct, it does what
Dear List
Can someone please point me to a site that lists all the enhancement for the
admin interface. (filter lists,search,orderby etc..)
Thanks
James
--
http://search.goldwatches.com/?Search=Movado+Watches
http://www.jewelerslounge.com
http://www.goldwatches.com
--~--~-~--~~
Very nice article! Thanks
2008/4/28 Graham Dumpleton <[EMAIL PROTECTED]>:
>
> On Apr 28, 5:44 pm, Jarek Zgoda <[EMAIL PROTECTED]> wrote:
> > Christian Vest Hansen napisał(a):
> >
> > > On 4/28/08, rich <[EMAIL PROTECTED]> wrote:
> > >> Yes, I too am at a similar level of confusion as to when dja
Google has to do something about these spam issues! Or we should band
together to write a mailing list App in Django that filters out spam!
On Sat, May 3, 2008 at 8:20 AM, Etienne Robillard <
[EMAIL PROTECTED]> wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Fri, 2 May 2008 11:4
It looks nice. I am going to try it out
On Sun, May 25, 2008 at 7:01 PM, Joseph <[EMAIL PROTECTED]> wrote:
>
> There is instant Django: http://www.instantdjango.com/download.html
> No install. Just unzip and it works well. then you can update your
> copy of Django as well. Works well for me.
and Welcome to Django!
On Tue, Jun 3, 2008 at 9:05 AM, Kenneth Gonsalves <[EMAIL PROTECTED]>
wrote:
>
>
> On 02-Jun-08, at 11:59 PM, Huuuze wrote:
>
> > I'm new to Django, so please be gentle. Basic question: when
> > developing a web app, I've typically created an "includes" directory
> > which
Dear List
I hate having to remove the spam emails that come through the Django mailing
list! Is there anything we can do it?
James
--
http://search.goldwatches.com/?Search=Movado+Watches
http://www.jewelerslounge.com
http://www.goldwatches.com
--~--~-~--~~~---~--~--
Thanks for this post! I am now trying Komodo Edit out.
On Sun, Jun 15, 2008 at 8:23 AM, Gene Campbell <[EMAIL PROTECTED]>
wrote:
>
> jEdit - I've used it for years; it is good but not great for django.
> But, it's just a killer editor, I don't care.
>
>
> On Sun, Jun 15, 2008 at 3:42 AM, mario <[
Hi,
I am now debating on if i should use Apache with mod_python or Lighttpd with
fastcgi. I won't be serving many files (just one webpage for now...) But
that page will preform be doing many calculation/database query's. Which one
would you guys recommend. Pros and Cons
Thanks
James
--
http://s
Hi,
I am trying to import a library that is in a non-standard location ~/opt/lib
(I am in a shared environment) and i added it to my "LD_LIBRARY_PATH"
however Django tells me it cannot find it and me a 500 error.
In python i can import the library but not in Django. I compiled this
library using
ib',
'/home/user/opt/lib/python25.zip',
'/home/user/opt/lib/python2.5',
'/home/user/opt/lib/python2.5/plat-linux2',
'/home/user/opt/lib/python2.5/lib-tk',
'/home/user/opt/lib/python2.5/lib-dynload',
'/home/user/opt/lib/python2.5/site-pac
Sorry,
I am running Django in a shared hosting environment, Apache, Fcgi
James
On Mon, Jun 16, 2008 at 2:43 PM, Karen Tracey <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 16, 2008 at 6:07 AM, James Matthews <[EMAIL PROTECTED]>
> wrote:
>
>> Hi,
>>
>> I am tryi
Karen
The library path is in both LD_LIBRARY_PATH and the PYTHONPATH
On Mon, Jun 16, 2008 at 3:09 PM, Karen Tracey <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 16, 2008 at 8:48 AM, James Matthews <[EMAIL PROTECTED]>
> wrote:
>
>> Sorry,
>>
>> I am running
The server is running suExec therefore Apache executes as the user. So it
should be able to read my library.
James
On Mon, Jun 16, 2008 at 5:08 PM, Karen Tracey <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 16, 2008 at 9:19 AM, James Matthews <[EMAIL PROTECTED]>
> wrote:
>
>&
Code completion is not about knowing or not knowing a language well. It
saves time when you don't have to type in all the
method/function/class/variable names.
On Thu, Jun 19, 2008 at 9:22 AM, Gene Campbell <[EMAIL PROTECTED]>
wrote:
>
> I just wrote that I use jEdit and although it's not great
What are you looking to search? If it's dynamic pages why not search the
Database
On Tue, Jun 24, 2008 at 10:39 AM, bruno desthuilliers <
[EMAIL PROTECTED]> wrote:
>
>
>
> On 23 juin, 17:55, "José Moreira" <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > yes while seaching the mailing list i found djan
After that you need to setup a view in django and point that to a page (or
function)
On Tue, Jun 24, 2008 at 5:37 AM, Karen Tracey <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 23, 2008 at 7:38 PM, Nagu <[EMAIL PROTECTED]> wrote:
>
>>
>> Hi,
>>
>> I am very new to programming in general. I start to te
Great!
On Wed, Jul 2, 2008 at 8:43 PM, J Meier <[EMAIL PROTECTED]> wrote:
>
> Thank you, everyone. That was exactly what I needed. It looks like
> we'll be starting a prototype on Django trunk targeting 1.0 this week.
>
> Jim Meier
> >
>
--
http://search.goldwatches.com/?Search=Movado+Watches
I have used dreamhost and hosted Django. While root is the best Django ran
smoothly!
On Sat, Jul 12, 2008 at 10:22 PM, Tim Johnson <[EMAIL PROTECTED]> wrote:
>
> Hi:
> Just wanted to thank all of you for the responses.
> Good data set!
> "Not bad for two fingers"
> cheers
> tim
>
> >
>
--
Front end validation doesn't always work like it is supposed to so you
shouldn't really rely on it.
On Mon, Aug 1, 2011 at 6:09 AM, lokesh wrote:
> hi,
> i think Best way is front end validation. instead of modifying auth
> models.
> lokesh s
>
>
>
> On Aug 1, 12:43 pm, bruno desthuilliers
> w
86 matches
Mail list logo