My PMA is unfinished and it's more a coding exercise than an end
product, but you can take a look to it (MIT license):
Repository:
git://halcyon.zapto.org/supervise
Navigate repo (cgit):
http://halcyon.zapto.org
Demo (only a few url's working right now):
http://halcyon.zapto.org:8000
User
El 23/09/2010, a las 18:04, Guiga escribió:
Hi guys,
I'd like to know if django have a "component" (or some like this) to
create, edit and login user's accounts. I mean, some like a system
user accounts to work with django.
Django has a built-in module called "auth" for managing users
(pref
Hi,
I've seen this mail and I'm also developing a project management
application on my own (at least until I have the first beta) but if
you want to take a look you can get it from my personal server, it's
a bazaar repository:
bzr://halcyon.zapto.org/supervise
If the server does not answ
Try HelioHost and AlwaysData
Cheers,
Oscar C.
El 26/05/2010, a las 18:27, Anjan Dwaraknath escribió:
Hey,
I have a startup company, I wish to setup a website for it, is it
possible to get free web hosting for my site, till i find out if it
works out or not
Thank you
--
You received this m
Check the module index in the python website: http://docs.python.org/
modindex.html
There you will find everything about python modules like sys, os, and
others.
Regards,
Oscar C.
El 25/03/2010, a las 18:28, BobAalsma escribió:
YES!
Works beautifully, thanks.
On the newbie part: how cou
El 28/02/2010, a las 1:03, Karen Tracey wrote:
If you are routinely needing to delete .pyc files after making code
changes in the corresponding .py files, something is broken. The
post I responded to stated: "Python generates a compiled version
of the file, and if you don't delete it, it nev
Did you delete the .pyc files? Python generates a compiled version of
the file, and if you don't delete it, it never get's updated. At
least it's the problem I have. So if you update views.py and don't
delete the old view.pyc file, it will work as the old version.
El 27/02/2010, a las 21:
El 25/02/2010, a las 0:14, Daniel Roseman escribió:
You can't use a method there. The form is for editing fields - it
doesn't make sense to edit the result of a method call.
--
DR.
I've just missed that. If fact in the tutorial is in the
list_display, not in the fieldsets. I've changed it a
Hello,
I'm trying to show the result of a model method in the admin view. My
problem is that the dev server crashes with this error:
Exception Value: 'PersonaAdmin.fieldsets[3][1]['fields']' refers to
field 'age' that is missing from the form.
I have the method 'age' inside a class named
First google result for "django cms":
http://www.django-cms.org/
Hope this is what you need :)
El 23/02/2010, a las 22:53, Adrian Maier escribió:
Hello all,
I am looking for a solution for creating a website that :
- is a presentation for a company
- the contents is editable in wiki-style
-
Thanks Karen and schms, adding $ at the end worked fine. I'm still
new to django and I'm a bit lost hehe.
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from t
Hello,
I'm having a problem with views and url's. If I have a url called
"people" that has a callback to "index" works fine, but if I add a
url for parameters, let's say "people//" it does call the
index function, instead of the defined one. If I change it, for
example to "ppl//" it works
Thank you very much, I followed your instructions and it worked
perfectly. This is what I've done (if someone needs it):
- Download jpeg6b
- Copy the config.sub and config.guess located at ~/gtk/source/
libtool-2.2.6/libltdl/ (I've installed GTK+ for OSX with gtk-osx-
build-setup.sh so I dont
13 matches
Mail list logo