On Mar 24, 5:29 pm, Peter Rowell <[EMAIL PROTECTED]> wrote:
> > He's running a site on vBulletin, so his PHP needs to stay, is there
> > any issues I should be careful of not upset the PHP, while still
> > getting Django and mod_python correctly installed on the server?
>
> The one thing I am awar
> He's running a site on vBulletin, so his PHP needs to stay, is there
> any issues I should be careful of not upset the PHP, while still
> getting Django and mod_python correctly installed on the server?
The one thing I am aware of is that under certain circumstances there
can be a problem invol
Hi...actually i want to do some schedulling things for my new project... I'm
newbie here... My schedulling function is.. to automatically start/wake up the
computer at 7am and automatically shut down the computer at 9pm... do you have
any suggestion.. or is there any module that i can use from
Hi man!
I'm not sure if I understood you right, can you specify your needs a little
more?
I mean, I'm not exactly sure if Django is the besst tool for you. Probably,
Python already has everything you need.
Regards,
Tkm
http://djangopeople.net/brunotikami/
On Sun, Mar 23, 2008 at 10:52 PM, juli
Hi,
Dates are a little confusing at first when you come to python from VB
or PHP. In python, a date is not a string, but an object. Here's some
example code :
import datetime
now = datetime.datetime.now()
some_date = datetime.datetime(2008,1,1,0,0)
if now == some_date:
they were the
I have a friend that bought a webserver to run a php forum he's got,
he overestimated how much he needed, so he's willing to give me a lot
of the server space, cheap, for my own usage.
I want to be able to run Django on it. Currently, it's running Linux,
has MySQL and PHP installed, Apache too.
hi, i'm using django framework. but now i'm facing some problem... i want to
check if the system time is the same with the time that user input? i don't
know how to do it in django framework... but i'm sure in VB, php or
something just like this
if date() = "07:00" then
bootds
end if
just now i
There's the pkg_resources module and .eggs. That might be what you're
looking for.
Try typing this in a python repl:
>>> import pkg_resources
>>> help(pkg_resources)
On 3/23/08, Chris Hoeppner <[EMAIL PROTECTED]> wrote:
>
> Hey there!
>
> This has really nothing to do at all with django, bes
Thanks !
Easier than reportlab :)
Greg
On Mar 23, 7:37 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I updated pisa which now includes a complete Django example.
>
> http://pypi.python.org/pypi/pisa/3.0.17
>
> Enjoy it.
> Dirk
--~--~-~--~~~---~--~~
Y
Thanks Ramiro, both patches are great!
I've just left a small comment about the doc patch.
Regards,
Julien
On Mar 24, 7:24 am, "Ramiro Morales" <[EMAIL PROTECTED]> wrote:
> Julien,
>
> On Sat, Mar 22, 2008 at 9:00 PM, Julien <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > In fact, I'm using my own
Hey there!
This has really nothing to do at all with django, beside the fact that
many of it's developers should be able to answer from the top of their
head. I couldn't think right now of any nice python community, and
signing up somewhere else just to fire a single question and probably
never e
11 matches
Mail list logo