Thank you
On Friday, April 5, 2013 8:27:34 PM UTC+2, megaBos wrote:
>
> good job
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@google
good job
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroup
On Friday, April 5, 2013 1:44:47 PM UTC+5:30, Mauro Rocco wrote:
>
> Hi everybody,
> I just wrote a book to get started with Django and I really hope that the
> book will drive more developers to use Django and increase the success that
> this great framework is already having.
> Thanks also t
Hi everybody,
I just wrote a book to get started with Django and I really hope that the
book will drive more developers to use Django and increase the success that
this great framework is already having.
Thanks also to PacktPublishing that aims to help sustain the projects which
it publishes bo
For the Windows users out there, or for those with friends who use Windows,
this is for you.
Some of you may recall Instant Django, there should be a post from the
original author on this group about it.
Basically Instant Django is a self contained Python+Django installation
within a single
lso do it as a community
> effort?
> Instant Django is how i got started into web dev and now i'm a full
> time django freelancer so would love to give some love back.
>
> -Sid
> http://sidmitra.com
>
>
--
You received this message because you are subscribed to t
I would be willing to take it on or we can also do it as a community
effort?
Instant Django is how i got started into web dev and now i'm a full
time django freelancer so would love to give some love back.
-Sid
http://sidmitra.com
--
You received this message because you are subscribed t
I would be quite interested. I use instant django so might work out
for me.
Thanos
On Jul 14, 2010, at 2:48 PM, cjl wrote:
Thanks for the replies.
To be clear, I'm not looking for hosting, I'm looking for someone to
take it completely off my hands. This means doing whatever you
of Django
is released, but I no longer have any interest in doing it.
@Andy - The "build" script is a windows '.bat' file. Basically, you
put all the components that comprise Instant Django into a folder, run
the '.bat' file, and in builds the Instant Django downlo
On 2010-07-13, at 7:37 AM, cjl wrote:
> I no longer have the time or interest to maintain my little project:
>
> http://www.instantdjango.com
> I'll also give you my 'build' script, but it no longer works correctly
> because the Python core devs broke the Windows installer, and mocked
> me when
Hello Cjl,
I can host it for you and spend some time keeping it up to date. I
have built windows installers before so I could probably fix the
installer issues.
Cheers,
Condor
On Tue, Jul 13, 2010 at 7:37 AM, cjl wrote:
> Djangoholics:
>
> I no longer have the time or interest to maintain my l
Hi,
I wouldn't mind taking it on. I can host it on my hosting server and
maintain your child for you. Do let me know and we can exchange the
information.I am an eager new learner of django but am creating an
enterprise level application for a university at the moment and will
get up to speed rathe
Hi there. While I cannot extend on it for a while yet, I have a few thoughts
on why one would keep this site "alive".
Please email me some stats like total running costs, average monthly hits?
Would be nice to see Google Analytics stats.
Thanks.
On Tue, Jul 13, 2010 at 4:37 PM, cjl wrote:
> Dj
It is your child. :(
On Tue, Jul 13, 2010 at 5:37 PM, cjl wrote:
> Djangoholics:
>
> I no longer have the time or interest to maintain my little project:
>
> http://www.instantdjango.com
>
> If anyone would like to take over the project, I would gladly give it
> away. Right now it costs a few do
Djangoholics:
I no longer have the time or interest to maintain my little project:
http://www.instantdjango.com
If anyone would like to take over the project, I would gladly give it
away. Right now it costs a few dollars in shared hosting a month, and
a few more dollars for the downloads I host
MM:
I've never used it, but you might want to check out:
http://bitnami.org/stack/djangostack
It might be what you are looking for.
-cjl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To pos
On Sun, Jun 1, 2008 at 6:14 PM, Michael Meier <[EMAIL PROTECTED]> wrote:
>
> What I want is a local PostgreSQL database server on my Macbook, so I
> tried all Tutorials I've found on the internet, most with MacPorts.
Sounds like you want:
http://www.postgresqlformac.com/
Its unofficial, but it
, most with MacPorts.
Actually it's just for development, but I want the real PostgreSQL
server to test it. Is there a package with all stuff in there? Like
"Instant Django" for Windows - but for Mac?
I just don't have any remaining nerves for that installation.
--~--~-~-
> If you get a chance, check it out and drop me an email telling me what
> you think.
One small problem with instant-django and old local python
installation:
- Instant django (latest version)
- local python 2.4.3 (!) installation
Problem:
When using sqlite db backend. It seems that
That's a good tutorial thanks for that. I think the way you described
the workings has helped me a lot in "getting into" django.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this
YML:
OK -- disregard my last post, that was wrong, too, and actually breaks
things worse.
I need to work some more on this, and try to replicate your error.
Could you try downloading again, and trying things out from a "fresh"
environment?
Thanks again,
-cjlesh
On Jul 24, 9:48 pm, cjl <[EMAI
YML:
Thanks for the follow up bug report. It looks like I was using
ExeMaker incorrectly.
In the utilities folder is a file named 'update.bat'. Change the
following line:
exemaker %CD%\Utilities\django-admin.py %CD%\Utilities
To read:
exemaker -i %CD%\Python25\python.exe %CD%\Utilities\djang
This is half solving the problem. with your fix in the start.bat now
when i launch python it start python on the memory stick but for some
reasons dajngo-admin.exe call python installed on my computer not the
one in your package.
However this is working fine "E:\instant_django\django>python
Utili
Thanks again for the bug report, I have found the problem.
Change the 'path' section of start.bat to read:
path = %CD%\Python25;%CD%\Utilities;%CD%\Utilities\svn-
win32-1.4.4\bin;%CD%\Utilities\exemaker-1.2-20041012;%CD%\Utilities
\npp.4.1.2.bin;%CD%\Utilities\sqlite-3_4_0;%PATH%
I had %PATH% f
YML:
Thank you for the bug report.
I thought I had tested this use case, but obviously I missed
something. I'll check into it, and get back to you with an answer.
Thanks again,
cjlesh
--~--~-~--~~~---~--~~
You received this message because you are subscribed to
Hello,
I have downloaded your package and launch the start.bat
Then in that console I have entered: "django-admin startproject
test_admin"
Unfortunatly the system raises this error message:
"""
Traceback (most recent call last):
File "E:\instant_django\django\Utilities\django-admin.py", line 5
Nathan: Thank you for the suggestion, I'm sure you're right. I'll add
in a start-up message to 'start.bat' the next time I upload an update.
Cam: Thank you for the kind words. If you do get a change to play
around with it, I would appreciate feedback and bug reports.
Rob: I see you read my 'di
8:14 am, cjl <[EMAIL PROTECTED]> wrote:
> Group:
>
> Over the last few weeks I put up a little website called Instant
> Django:
>
> http://www.instantdjango.com
>
> It includes a simple tutorial, and a no-installation-required,
> portable django development environmen
ittle website called Instant
> Django:
>
> http://www.instantdjango.com
>
> It includes a simple tutorial, and a no-installation-required,
> portable django development environment for windows that can be run
> from a USB thumb drive.
>
> I have just finished a ver
On 7/23/07, cjl <[EMAIL PROTECTED]> wrote:
> Over the last few weeks I put up a little website called Instant
> Django:
>
> http://www.instantdjango.com
I looked at this earlier today. Excellent work! As a windows user, I
really appreciate your efforts here and I'm going
Group:
Over the last few weeks I put up a little website called Instant
Django:
http://www.instantdjango.com
It includes a simple tutorial, and a no-installation-required,
portable django development environment for windows that can be run
from a USB thumb drive.
I have just finished a very
On Saturday 06 May 2006 11:39, ross.lazarusatgmail.com wrote:
> Eric: feel free to "clean up" my script, but maybe take a closer look
> first :-) It does use the csv module for csv - I think I even tested it
> once - but I mostly deal with tab delimited files.
Heh, yeah. I should keep my mouth s
ross.lazarusatgmail.com wrote:
> related to my work, but I'm interested to see if there are people
> willing to work on it as a django utility. All suggestions welcomed.
>
Quite interesting for me.
Solicited suggestion (or random thougth) follows.
I have something similar in my some-day-perhaps p
Eric: feel free to "clean up" my script, but maybe take a closer look
first :-) It does use the csv module for csv - I think I even tested it
once - but I mostly deal with tab delimited files.
I wonder if you're looking at complexity related to wanting an iterator
for either csv or generic delimi
On Saturday 06 May 2006 09:50, [EMAIL PROTECTED] wrote:
> Anyone interested in a django project generator I just hacked up? Take
> a look at
> http://ross.lazarus.googlepages.com/dJingle.py
>
> It's a python program that loads enough django to create a complete
> project - it takes a delimited fi
Anyone interested in a django project generator I just hacked up? Take
a look at
http://ross.lazarus.googlepages.com/dJingle.py
It's a python program that loads enough django to create a complete
project - it takes a delimited file path as the CL parameter, reads the
header, sniffs column length
36 matches
Mail list logo