Probably not exactly what you are looking for, but check out:
https://pycon.coderanger.net/
-cjlesh
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-u
I've been on Windows and Linux for many years, and recently picked up
a Macbook Pro for the fun of it.
To be honest, I'm kind of disappointed with the Python included with
Leopard. I spent some time googling around to see what my options are
for running Python 2.6.1, and came up with this list:
Sorry for the off-topic cross-post, but I have tried this question on
the other python lists to no avail, and there are some wicked smart
Python people that read this group.
I am in the process of updating my little django project,
instantdjango.com, and I'm running into a little problem with my
project website gets a hundred or so hits a day, and several
thousand downloads a month. It also ranks highly for a few different
google searches related to Django.
Let me know if you have any interest. It wouldn't take much effort to
maintain, I just can't do it anymore.
-cjl
--
You
nyone that mattered that it was a problem.
Anyway, I'll email the people who have expressed an interest directly
with further details.
-CJL
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to dj
889458,42.897707,'155 Pennsylvania
Street','homicide','2006-04-17'],
[-78.884766,42.915257,'446 West
Ferry','homicide','2006-01-10'],
];
This is fine, but I think the trailing comma in the final array item
is caus
Duc & Kevin:
Thank you for your quick and accurate replies.
It looks like I need to spend more time with the documentation.
Kevin's solution fixed my problem.
-CJL
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Goog
Djangoholics:
I am working on a portable Django development environment for windows,
and I'm trying to write a tutorial for newbies to go along with it.
My initial -- poorly executed and incomplete -- website is at
http://www.instantdjango.com
One problem I am trying to overcome is how to make
Nathan:
Thank you for your reply.
Your solution seems practical, but I found another solution. In
'settings.py' I have:
MEDIA_ROOT = './static/'
MEDIA_URL = 'static/'
and in 'urls.py' I have:
(r'^static/(?P.*)$', 'django.views.static.serve',
{'document_root': 'static'}),
Then in the template
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 ro
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
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
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:
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
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:
g for objects that match the paragraph
number, and accumulating the count?
I wish I could explain the problem better, but I guess if I could
explain it better I could probably solve it. I've got most of the look-
and-feel HTML / CSS / Javasript issues solved, but I'm getting stuck
on the
[0].fields.fieldname =
data_stored_in_the_fieldname_field_of_the_first_record_returned
Can someone point me to any javascript examples of consuming
serialized data from Django?
Thanks again,
CJL
--~--~-~--~~~---~--~~
You received this message because you are subs
n the Django Book.
For a more 'complete' installation, check out the instructions at:
http://thinkhole.org/wp/django-on-windows/
-CJL
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users"
Hi:
As the guy behind Instant Django, I want to point out the disclaimer
on the home page:
"Be aware that Instant Django uses the built-in Django development web
server, so it should not be used for deployment of Django projects."
I wasn't joking, Instant Django is for learning Django basics, a
Check out:
http://code.google.com/p/django-syncr/
-cjlesh
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from
DU:
I'm playing around with forms (newforms), and a common way of handling
forms seems to be a template that does this:
With a view that does this:
if request.method == 'POST':
process the form, then redirect...
else:
display the blank form...
OK - I think I understand this. My questio
Thank you for your replies. I have a lot to learn about REST-ful
design, and it makes sense when you talk about nouns and verbs, but I
can't seem to make the idea fit my current scenario, a simple wiki.
I have a page:
/LakeSide/
Now I want to edit it.
/LakeSide/edit <- not good REST design
T
information I retrieve all of the values that link to
that contact...how could I intelligently order those values? Let's say
some of the field definitions are "Street Address", "City", "State",
and "Zip code", I would want them displayed in a certain
order..
#Genericrelationshavemoved
-cjl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL
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&
Pedro:
If you have about 40 minutes to kill, you can check out my tutorial:
http://www.instantdjango.com
It is written for absolute beginners, and even includes a portable
Django development environment for Windows, so you don't have to fool
around with installing Django. The tutorial covers so
Group:
Way off topic...anyone know which font is used for the django logo?
-CJL
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to dj
some significant changes with the newforms-admin
branch getting merged.
After browsing through the Django Users and Django Developers groups,
I started to wonder which branch I should be using as I learn.
Trunk?
Newforms-admin?
Go away and come back after 0.96?
single date, but not
for ranges:
/2007/feb/07
Anyway, I would like some suggestions on a URLconf for date
ranges...anyone doing this?
Thanks in advance,
CJL
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"D
I'm a Django and web-development newcomer, working on a tutorial for
other newcomers like me:
http://www.instantdjango.com
Anyway, I am working on the second chapter of my tutorial, and want to
show people how the 'admin' interface works. I am using the 'newforms-
admin' branch for this (hoping
nd forms?
Will admin just be another form, with low level access to the models?
-cjl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@g
ld have no problems contributing it to the Django project. To be
honest, I don't think Instant Django is very good, and I don't think
the Django project would want it.
I also can't commit to maintaining it, because I work somewhere
between 80 and 100 hours a week (not with computers), so I do
l tutorial.
-CJL
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL
torial I'll see if there is any
interest from the django project in taking it on.
-CJL
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-u
f web development with Django. If you work through the tutorial and
like what you see, head on over to the Django project web site, and
work through the installation instructions and tutorial.
-CJL
--~--~-~--~~~---~--~~
You received this message because you are subscrib
e any questions.
Note that I am using relative paths.
-cjl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubs
I'm a newcomer, so forgive my ignorance, but what real world
situations are recursive relationships good for?
I was reading:
http://www.djangoproject.com/documentation/model-api/#relationships
They mention "recursive relationships", but I couldn't really figure
out what real world problem this
I have a no-installation-required Django development environment that
runs under Windows.
Check out:
http://www.instantdjango.com
-cjl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" grou
Check out:
http://code.djangoproject.com/wiki/goflow:FAQ
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from
tly into the database.
If I then add additional data to 'account.sql', is there a way to re-
load this updated initial data?
Right now I am stuck deleting the database file, and re-running
'syncdb'.
Should I be using a different mechanism to load initial data? Is that
what
lance = self.account.current_balance +
self.amount
super(Transaction, self).save()
This does not work. How do I access the 'current_balance' property of
the related 'Account' instance? Is there a better way to do this?
thanks in advance,
-cjl
--~--~-~--~~~---~-
self.account.save()
> super(Transaction, self).save()
That did the trick, thank you.
-cjl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to d
me strings? The both
seem to work for me, but I couldn't find any information about the
importance of order between square brackets.
-cjl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users"
es of problems the solve
> well without abusing them
>
> Welcome to the transition between steps #1 and #2 ;)
Actually, I think I'm still at step 0.5, the one where I wish someone
would post a library of frequently used Django URLconf regular
Thanks all.
What is the second '?' for...I don't have it in my regular expression,
and it seems to be working fine.
-cjl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" gro
Do I need it if Django is already appending slashes?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this
get you started, or at least help you figure out if
Python and Django is right for you.
-CJL
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to dj
ly tried a 'hackintosh'
installation of Tiger under vmware so I could create an OSX version,
but it ran so slow it was unusable.
-CJL
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" grou
xes, and I really need to finish
the second chapter of the tutorial, but it should work for you, unless
you really need apache, mod_python, and a full database.
-CJL
On Dec 19, 8:43 pm, Rex Eastbourne <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am new to web development (but n
Keith:
If you want to take your first steps learning Django without
installing it, I work on a tutorial in my spare time called Instant
Django:
http://www.instantdjango.com
It includes a download that contains a portable Django environment
that runs under Windows, no installation required, and
50 matches
Mail list logo