Chris H. wrote:
> On Jun 19, 12:53 am, "M.Ganesh" <[EMAIL PROTECTED]> wrote:
>
>> Hi Chris,
>>
>> May be you can try this model :
>> ...
>>
>
> While I could store each comment off as an instance of a Comments
> model, I don't really have a need to do so. I'm wanting to have the
> comment
I see now that this error doen not occur on an older version of the
'newforms-admin' branch, so I assume that something was broken with a
recent update.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" g
I'm getting the following error message when I try to run syncdb:
Error: Unknown command: 'createsuperuser'
All the tables are created, but as soon as it enter 'yes' to create
the super user the error appears.
I've got no clue as to what might be causing the problem.
I'm using the latest 'newf
On Jun 19, 11:54 am, Tim Chase <[EMAIL PROTECTED]> wrote:
> > For example at the template level...
>
> > {% for news in latest_news_list last 10 %}
>
> > I'm hoping this would grab the latest 10 objects in the
> > latest_news_list. Does anyone know the best way to do this, or have
> > so
me 2 :D
On Fri, Jun 20, 2008 at 10:42 PM, k0001 <[EMAIL PROTECTED]> wrote:
>
> Can I jump into the "THANKS" bandwagon?
>
> Thanks. =)
>
> On Thu, Jun 19, 2008 at 11:41 PM, Gene Campbell <[EMAIL PROTECTED]>
> wrote:
> >
> > Just wanted to "THANKS" for an absolutely awesome web dev
I have looked through the docs and search the group and web. Seems other's
are asking the question, but I haven't seen an answer yet.
class UserProfile(models.Model):
country = models.ForeignKey(Country, core=True)
user = models.ForeignKey(User, unique=True, edit_inline=models.TABULAR,
co
Hi,
I am writing a web based chat client in Django framework. When ever I
receive a message, I get that in a python function which is in the
same file as my views. Can I directly pass this data to the template
(by using response_to_render ) to update the template? Could someone
suggest a way to a
Can I jump into the "THANKS" bandwagon?
Thanks. =)
On Thu, Jun 19, 2008 at 11:41 PM, Gene Campbell <[EMAIL PROTECTED]> wrote:
>
> Just wanted to "THANKS" for an absolutely awesome web dev
> framework.
>
> >
>
--~--~-~--~~~---~--~~
You received th
I haven't looked through it fully, however you don't need to create
the primary keys, they are automatically created.
On Jun 19, 8:38 pm, joshuajonah <[EMAIL PROTECTED]> wrote:
> I am making a database of advertisers, product categories, products
> (advertiser+product category), retailers, and re
Just wanted to "THANKS" for an absolutely awesome web dev framework.
--~--~-~--~~~---~--~~
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.co
On Thu, Jun 19, 2008 at 9:11 PM, Russell Keith-Magee
<[EMAIL PROTECTED]> wrote:
> This is just one of those areas that we haven't got around to
> documenting yet. It doesn't mean we don't want to document this
> feature - it just means other things have taken priority. We're always
> open to contr
On Thu, Jun 19, 2008 at 8:01 PM, Marty Alchin <[EMAIL PROTECTED]> wrote:
> In fact, I'm confident enough that they're not going anywhere that I'm
> in the process of documenting them on dead trees.
I already beat you to it, at least partially (got some uses of
get_model() in my book).
--
"Bure
On Fri, Jun 20, 2008 at 9:59 AM, Beetle B. <[EMAIL PROTECTED]> wrote:
>
> Thanks for all the replies.
>
> Wonder why they didn't add it to the documentation...seems like a
> useful function.
I'm one of "Them", and the answer is simple - we've been busy, and
documentation doesn't write itself. Wri
Thanks for all the replies.
Wonder why they didn't add it to the documentation...seems like a
useful function.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email
I am making a database of advertisers, product categories, products
(advertiser+product category), retailers, and retailers stock
(retailer + products)
Here is my diagram of the topology: http://www.joshuajonah.com/database.png
Here's my models.py: http://dpaste.com/57676/
Do you see any proble
On Thu, Jun 19, 2008 at 8:29 PM, James Bennett <[EMAIL PROTECTED]> wrote:
> If these functions were to change, Django itself would need to undergo
> not-insignificant refactoring. And since such a refactoring is not on
> the table, they're not going to change.
*SPOILER ALERT*
In fact, I'm confid
Hi,
URL templatetag with URL naming not working for me.
application urls.py
urlpatterns = patterns('',
(r'^feeds/', include('blocks.apps.aggregator.urls')),
)
aggregator urls.py
urlpatterns = patterns('',
url(r'^(?P\d+)/$', 'blocks.apps.aggregator.views.feed_list',
name="feed-detail"),
)
tem
On Thu, Jun 19, 2008 at 7:02 PM, Russell Keith-Magee
<[EMAIL PROTECTED]> wrote:
> Short version:
See also long version: http://www.b-list.org/weblog/2007/nov/03/working-models/
If these functions were to change, Django itself would need to undergo
not-insignificant refactoring. And since such a
On Jun 19, 4:36 pm, Adi <[EMAIL PROTECTED]> wrote:
> In order to set up the initial values on a couple of fields of my
> form, I need to pass in a couple of model objects to my ModelForm's
> init method.
Try this::
class YourForm(forms.ModelForm):
class Meta:
...
On Fri, Jun 20, 2008 at 7:06 AM, Beetle B. <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I needed a way to get a list of all models in a Django project.
>
> I was told in IRC that I can use get_models from django.db.models.
>
> I'm not sure this is documented in the docs. Is it "safe" to use (as
> in thi
On Fri, Jun 20, 2008 at 4:11 AM, AmanKow <[EMAIL PROTECTED]> wrote:
>
>> Already logged:http://code.djangoproject.com/ticket/3615
>
> I took a look at that ticket, and there was a comment at the end
> pointing to a mysql function that checks for constraint violations...
>
> http://forge.mysql.com/
On Fri, Jun 20, 2008 at 1:07 AM, Peter Melvyn <[EMAIL PROTECTED]> wrote:
>
> On 6/19/08, Russell Keith-Magee <[EMAIL PROTECTED]> wrote:
>
> Yes, it is the intention. If Django requires test database with
> charset UTF8, IMHO it should create it using related clause. as well
> as proper engine shou
Hello,
I'm trying to extend the Select widget to only display the field if
more than one choice is available. How can I check the available
choices in the __init__() when I'm extending the SelectWidget :
class OptionalSelect(forms.Select):
def __init__(self, attrs=None, choices=()):
s
Hi,
I needed a way to get a list of all models in a Django project.
I was told in IRC that I can use get_models from django.db.models.
I'm not sure this is documented in the docs. Is it "safe" to use (as
in this method and its behavior is not expected to change in the
future)?
Thanks.
--~--~-
On Thu, Jun 19, 2008 at 5:37 PM, Tim <[EMAIL PROTECTED]> wrote:
>
> Hi all -
>
> This is my first post to the group; I am a new Django user and am very
> enthusiastic about working with the framework. However, I am having
> trouble with one thing in particular. I am trying to set up Review
> Board
On Thu, Jun 19, 2008 at 6:21 PM, TiNo <[EMAIL PROTECTED]> wrote:
> Hi,
>
> (Django version 0.97-pre-SVN-7633)
>
> I am trying to use a custom modelfield. When I try to ad an entry in
> the admin, i get:
>
> ---
> TypeError at /admin/klant
In order to set up the initial values on a couple of fields of my
form, I need to pass in a couple of model objects to my ModelForm's
init method. What is the right way to write the __init__ method so
that it works both when I initialize it with form data and without
form data.
How do i call the
Hi,
(Django version 0.97-pre-SVN-7633)
I am trying to use a custom modelfield. When I try to ad an entry in
the admin, i get:
---
TypeError at /admin/klanten/klant/add/
__init__() got an unexpected keyword argument 'is_required'
Trace
Hi all -
This is my first post to the group; I am a new Django user and am very
enthusiastic about working with the framework. However, I am having
trouble with one thing in particular. I am trying to set up Review
Board, a Django project supporting code reviews, and am having
problems with the s
On Jun 19, 3:45 pm, Nathaniel Whiteinge <[EMAIL PROTECTED]> wrote:
> if self.instance.state == 'processing':
> queryset = queryset.exclude(state='new')
The above lines aren't quite right ``self.instance`` is an instance of
your ``SomeModel`` and presuming there
On Jun 19, 3:23 pm, Huuuze <[EMAIL PROTECTED]> wrote:
> In this example, what if you wanted to selectively remove a value from
> the choice list.
For that you'll have to move the field declaration into the form's
__init__ method::
class SomeForm(forms.ModelForm):
class Meta:
On Jun 19, 8:22 pm, l5x <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Request Method: GET
> Request URL: https://age86.internetdsl.tpnet.pl/
> Exception Type: AttributeError
> Exception Value: 'Connection' object has no attribute 'ping'
> Exception Location: /usr/django/dja
You're off by one. The value added to the PYTHONPATH (note, not
system path) should be:
/Library/Python/2.5/site-packages/
That will trigger the auto-complete for django classes. One warning:
auto-completion for Model.objects is broken. PyDev will flag that as
an error -- the author of PyDev
In this example, what if you wanted to selectively remove a value from
the choice list. For example, let's say the list contained New, In
Process, and Closed. When an item is "In Process", it cannot revert
back to "New". As such, "New" should not be displayed amongst the
choices if "In Process"
Is there anyway to make the primary key of a model a hash of some
sort?
some of these primary keys will be public facing, and i'd rather them
not be counting up sequentially.
in my current implementation, i have left the primary key alone and
have made a unique field that creates a hash and check
Lets say I have a model:
class Foo(models.Model):
name = models.charField()
age = models.IntegerField ()
Then I create a form like this:
class FooForm (ModelForm):
salutation =
forms.ChoiceField(choices=common.SALUTATION_CHOICES,
label="Salutation")
class
> Already logged:http://code.djangoproject.com/ticket/3615
I took a look at that ticket, and there was a comment at the end
pointing to a mysql function that checks for constraint violations...
http://forge.mysql.com/tools/tool.php?id=11
Way too mysql guruish for me, but it looks interesting...
you are implementing logic into the templates, which django templating
attempts to prevent.
On Jun 17, 12:27 pm, Keybo <[EMAIL PROTECTED]> wrote:
> Hello,
> I have a question regarding displaying information in django
> templates. I would like to display a nested dictionary(Hash) in the
>
I second that. I've just spent the day quite happily refactoring my
app to use nifty model inheritance ... and the admin doesn't work.
whoops.
I think this should be stated in the docs for sure.
On Jun 2, 4:44 pm, ekellner <[EMAIL PROTECTED]> wrote:
> Is newforms-admin any closer to being m
"You have to add a User, then add a Student, and then
make sure that you get the right User attached to the student" or,
"Well you don't see the Student's first name and last name, in the
Student listing because those are really attributes of the User.""
could have your save method automatically
yes they are strings,
yes in python if you do
if item1:
pass
it will evaluate the string as a true/false depending on existance.
however, comparing two strings for equality... checks if they are
equal.
{% if item1 %}
{% if item2 %}
blah
{% endif %}
{% endif %}
On Jun 19, 1:50 pm, mark <[
use of named urls will probably make that a ton easier
On Jun 19, 11:45 am, "Emily Rodgers" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have been hitting a brick wall so many times now on this that it is
> starting to hurt!! Please help if you can...
>
> I have an index page, and I want my function fo
models.Model.save(self)
super(ProjectModification, self).save()
On Jun 19, 1:41 pm, Adam Fraser <[EMAIL PROTECTED]> wrote:
> Signalling worked out for me but it turned out to be more complex than
> it needed to be. Here are some references in case anyone is looking:
>
> http://www.chrisdpratt.
This is what I'm talking about
http://www.djangoproject.com/documentation/model-api/#unique-for-date
Searching internets can not find any answer.
Thanks,
--
Norman J. Harman Jr.
Senior Web Specialist, Austin American-Statesman
___
> For example at the template level...
>
> {% for news in latest_news_list last 10 %}
>
> I'm hoping this would grab the latest 10 objects in the
> latest_news_list. Does anyone know the best way to do this, or have
> some examples set up I could read over?
Looks like you want the slice
Hi,
If you are trying to compare url string then use
request.path
which will give you URL and split by "/"
is that work for you?
Cheers!
Roj
Django Debugging Resource
http://django.freelancernepal.com
On Jun 19, 6:50 pm, mark <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am stuck, please help.
>
> T
I was trying to figure out the best way to loop through a specific
number of objects in a for loop.
For example at the template level...
{% for news in latest_news_list last 10 %}
I'm hoping this would grab the latest 10 objects in the
latest_news_list. Does anyone know the best way
Hello,
Request Method: GET
Request URL:https://age86.internetdsl.tpnet.pl/
Exception Type: AttributeError
Exception Value:'Connection' object has no attribute 'ping'
Exception Location: /usr/django/django/db/backends/mysql/base.py in
_valid_connection, line 162
Pyt
Hi,
I am stuck, please help.
This is what I am trying to do:
{% ifequal item1 item2 %}
...do what I want
item1 = '/test/something/'
item2 = '/test/somethingelse/'
or
item1 = '/test/'
tem2 = '/test/simething'
both should evaluate to true and execute the if block.
I experimented with 'it
Signalling worked out for me but it turned out to be more complex than
it needed to be. Here are some references in case anyone is looking:
http://www.chrisdpratt.com/2008/02/16/signals-in-django-stuff-thats-not-documented-well/
http://code.djangoproject.com/wiki/Signals
In the end, I simply re
On Jun 19, 2008, at 11:34 AM, Leon Yeh | New Avenue.net wrote:
>
> def thumbnail(self):
> return "" % (self.photo)
After the function add thumbnail.allow_tags = True.
Brian Rosner
http://oebfare.com
--~--~-~--~~~---~--~~
You received t
Hi All,
I have a small django admin site that I need to display image into the
object list.
The photo currently contained the path to image. When got to the page of
django admin escape the html output.
How can I make it so I can output raw html to the django admin ?
class News(models.Model):
On 6/19/08, Russell Keith-Magee <[EMAIL PROTECTED]> wrote:
> The only obvious thing I can glean from your stack traces is a
> possible language problem - the last stack trace is complaining of a
> collation mix, which suggests that your MySQL install isn't using utf8
> all the time.
Yes, it i
On Jun 19, 12:53 am, "M.Ganesh" <[EMAIL PROTECTED]> wrote:
> Hi Chris,
>
> May be you can try this model :
> ...
While I could store each comment off as an instance of a Comments
model, I don't really have a need to do so. I'm wanting to have the
comments stored as a TextField on the main object
so I am using the Multiple Database Branch of django and currently
have a an app that uses several databases.
one problem I have encountered is that i have a foreign key from a
field in one database to a field in another.
the error I get is
Database1.Table1: 'Table1' is configured to use connect
There are a shitload of blogging apps for django, i know.
But is there any which supports StaticGenerator that you are aware off?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this g
Got it worked out using ModelForms. Version 0.96.2 didn't include any
of these slick features.
For what its worth, I don't believe it would've ever worked using
v0.96.2.
On Jun 19, 11:01 am, Huuuze <[EMAIL PROTECTED]> wrote:
> On Jun 18, 7:32 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
>
>
>
Hi,
I have been hitting a brick wall so many times now on this that it is
starting to hurt!! Please help if you can...
I have an index page, and I want my function for it (in views.py) to take a
number of parameters to decide what to display, but I can't figure out how
to do it.
The kinds of op
hi,
I wasn't able to find some information on this list about auto
completion with eclipse. I managed to get auto completion for my
projects, but not for django stuff. What I want to have for example
is, when I enter models. that i get a list of available models, or
forms. That's it. I have added
Hi ALL!
Can I use threaded management commands? I write simple data import
command from manage.py. This command use threadpool and I sometimes
get UnboundLocalError on some variables (they differ) that they
referenced before assignment.. Why It can be so?
Thanks!
--~--~-~--~~
One additional note: Can you post the code you used to get it working?
On Jun 18, 7:32 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Wed, Jun 18, 2008 at 4:53 PM, Huuuze <[EMAIL PROTECTED]> wrote:
>
> > I have the following model:
>
> > class Publishers(models.Model):
> > books = models.Cha
On Jun 18, 7:32 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Wed, Jun 18, 2008 at 4:53 PM, Huuuze <[EMAIL PROTECTED]> wrote:
>
> > I have the following model:
>
> > class Publishers(models.Model):
> > books = models.CharField(maxlength=1, choices=BOOKS)
>
> > BOOKS is a tuple:
> > BOOKS =
either way, the database is hit to check that. so if your goal is to
minimize, getting true and false instead of the record has no
advantage. just check if there is something returned.
On Jun 19, 10:14 am, timc3 <[EMAIL PROTECTED]> wrote:
> I have a situation where I want a true or false to wheth
mw wrote:
> Hello,
>
>
> I was thinking about ways to list some objects that are close to the
> current date. I could do this using datetime and just subtract the
> two dates, but this seems like something that has probably been done
> before. It seems like there would be a more Django way of
I would say first that there's more than one way to skin this cat. So
if what you're doing works for your team and your users, stick with
it.
Regarding RESTful URLs, my understanding is that the URL is the noun
and the request method is the verb. E.g.,
http://example.com/somepage/ is your thin
On 19 juin, 03:32, Tim Chase <[EMAIL PROTECTED]> wrote:
> > Django Evolution is a slightly different beast - Django Evolution
> > isn't part of the core Django project, and if you read the FAQ, I
> > don't make the claim that MySQL is equally supported under Django
> > Evolution - in fact, I cle
On Jun 19, 10:08 am, timc3 <[EMAIL PROTECTED]> wrote:
> > Renaming models to notification here is not a good idea (see below for
> > the reason)
>
> > > def create_notice_types(app, created_models, verbosity, **kwargs):
>
> >
>
> > > dispatcher.connect(create_notice_types,
> > > signal=
On Thu, Jun 19, 2008 at 10:08 PM, Ramiro Morales <[EMAIL PROTECTED]> wrote:
>
> I've found this same problem last week both on a Linux system and on a
> Windows one.
> The common factor was they were systems where the 'stack' has had just
> been installed
> Python 2.4 and Python 2.5 respectively).
I have a situation where I want a true or false to whether an object
is in a manytomany.
For instance, I have my users, and have created (separate to the
standard django groups) a groups table called GroupsOfUser with a
relationships defined as:
group_members = models.ManyToManyField(User, verbo
I had to make a similar argument at my job. You are going to have to
convince
people who are rightly skeptical, wont appreciate the all the core
technological arguments,
and really only care about time and cost.
So, make a business case, not a technical case. Focus on:
1) tangible business bene
> Renaming models to notification here is not a good idea (see below for
> the reason)
>
> > def create_notice_types(app, created_models, verbosity, **kwargs):
>
>
>
> > dispatcher.connect(create_notice_types,
> > signal=signals.post_syncdb, sender=notification)
>
> The sender here must b
On Thu, Jun 19, 2008 at 10:27 AM, Peter Melvyn <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I wanted to make sure that all unit tests will pass after #3030 fix
> and run Django unit tests on trunk updated to r7703 on Windows, Python
> 2.4 and MySQL 5.0.37.
>
> But I found that some test failes:
>
>
> boss care about the technology, as long as it works. They will
> not pay for an upgrade of the back-end to newer technology,
> unless I can back up this decision with valid points. So why
> should they switch to something like Django? I can come up
> with technological points, such as maintainab
On Thu, Jun 19, 2008 at 9:27 PM, Peter Melvyn <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I wanted to make sure that all unit tests will pass after #3030 fix
> and run Django unit tests on trunk updated to r7703 on Windows, Python
> 2.4 and MySQL 5.0.37.
I'm not seeing any failures at the moment;
Hi all,
I wanted to make sure that all unit tests will pass after #3030 fix
and run Django unit tests on trunk updated to r7703 on Windows, Python
2.4 and MySQL 5.0.37.
But I found that some test failes:
1. If I've run all tests, I get error:
Traceback (most recent call last):
File "C:\Pytho
Microsoft ditched classic ASP.
"It's unsupported" usually carries some weigth as an argument with bosses.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to dj
ASP will cost more. Windows Servers are more expensive, not to mention the
developer studio costs. What database backend are they using? If it is MS
SQL then there is another large cost that could be removed by using Postgre
or MySQL. Then just slip it to them that Google uses Python, not Microsoft
Ok I need some thoughts on the following. For a client, we need to
redesign their website. The back-end was coded a couple of years ago
in classic ASP. It's fairly complex, with a webshop, uploading and
parsing of excel files with new collections of clothing, and stuff
like that. It took people ab
On 19 июн, 17:42, Bradley Wright <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Jun 19, 4:31 am, Vasiliy Gladkov <[EMAIL PROTECTED]> wrote:
>
> > As i want to allow site editor to edit pages in convenient way without
> > built-in django admin, i use request.GET parameters like "http://
> > localhost:80
jitesh wrote:
Sorry for my noviceness.
Is it possible to handover an application to my client without giving
the source code because I don't want to open the source code OR is
there any way to convert .py file to .pyc or .exe file.
Any help is appreciated.
In python, the
compiled byt
> Try py2exe www.py2exe.org
Besides being Windows only, Py2Exe just bundles your byte code with an
interpreter in a convenient package. The byte code can still be
extracted and decompiled. It just raises the bar.
FWIW, I think if you use an interpreted language, you just have to live
with the fac
Python source code (.py) is automatically compiled to byte code (.pyc)
when you import a module.
More info here:
http://effbot.org/zone/python-compile.htm
However, it seems that pyc files can still be decompiled, google for
"uncompile pyc" for more info.
HTH,
Daniel
Am Donnerstag, den 19.06.2
Try py2exe www.py2exe.org
--~--~-~--~~~---~--~~
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
Sorry for my noviceness.
Is it possible to handover an application to my client without giving
the source code because I don't want to open the source code OR is
there any way to convert .py file to .pyc or .exe file.
Any help is appreciated.
--~--~-~--~~~---~--~~
Dear list,
I have a question that I could not solve by 'list archival peeking'.
Although I got a couple of messages hinting at the same problem I
have, I did not find one pointing to the solution.
It's about Firefox and it's access to the basic css files for Django.
If I a access my Django
You didn't provide the 'dob' parameter.
On Jun 13, 12:02 pm, Chr1s <[EMAIL PROTECTED]> wrote:
> Hi thanks for your replay,
> It is the second situation, I re-write the form.py like this
>
> class RegistrationForm(forms.Form):
> (other stuff )
> def save(self, profile_callback=None
Thanks! Saved my day :)
On Jun 17, 2:32 am, Ned Batchelder <[EMAIL PROTECTED]> wrote:
> I think this will work:
>
> {% filter truncatewords:10 %}
> {% i18n_attr auction 'description' LANGUAGE_CODE %}
> {% endfilter %}
>
> --Ned.http://nedbatchelder.com
> pihentagy wrote:
> > Hi all!
On Wed, Jun 18, 2008 at 11:21 PM, Austin Govella
<[EMAIL PROTECTED]> wrote:
> I'm pulling all events for a city:
>
> events = Event.objects.filter(city=city)
>
> Each event can have a set of attractions like food, dancing, drama,
> djs, live music, art, etc.
>
> How do I query the list of attracti
Hi,
On Jun 19, 4:31 am, Vasiliy Gladkov <[EMAIL PROTECTED]> wrote:
> As i want to allow site editor to edit pages in convenient way without
> built-in django admin, i use request.GET parameters like "http://
> localhost:8000/somepage?action=edit"
Like inline editing (Flickr-style), right?
> A
I just wrote that I use jEdit and although it's not great, I don't
care. But, now after reading this thread, I'm starting to care. I'm
learning python and django at the same time, and having some handy
"code intelligence" would be nice - linking method usages to defs and
code completion. I don'
90 matches
Mail list logo