Hello, I am interested and love to know more about this opportunity. I am
well experienced in Django and DRF.
On Wed, 23 Jun 2021, 4:19 PM ericki...@gmail.com hello guys am looking for any one good at Django and DRF i have couple of
> personal projects which needs this tech spec am not good at th
Then you can go with Django then.
On Tue, 25 May 2021, 2:12 PM Devin Prater It's more of a nice-to-have for work. But yeah, it'll not be a very large
> project.
>
> Devin Prater
>
> Technical Assistant
>
>
> 256 761-3423
>
> [image: Alabama Institute for Deaf and Blind]
>
> P.O. Box 698 | 1105 Fo
So right, flask is easier and help you get job done faster. But if you want
to build a more scalable application for an enterprise Django is your
friend.
On Tue, 25 May 2021, 6:55 AM Antonis Christofides <
anto...@antonischristofides.com wrote:
> It's hard to say. While Django *is* suitable, it's
Hello, django is an awesome tool in the hands of a great developer who know
how to use it. You're on the right track because django is great for
building scalable web applications and restful APIs. I am always ready to
do my best to help as I can in the django community. If you need any
assistance
following instead?
```
const csrftoken = “{{ csrf_token }}";
```
Is there some other security benefits I’m not thinking of?
Regards
Arthur
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop
bscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CACRqaeXWZJ3Mk4-06gURT2rpNOvcpmfrTC%3DQDSpFZJ5pufLEWg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CACRqaeXWZJ3Mk4-06gURT2rpNOvcpmfrTC%3DQDSpFZJ5pufLEWg%40ma
Hello there, I'm interested
On Friday, February 14, 2020 at 4:16:13 PM UTC, Akorede Habeebullah wrote:
>
> Hi guys,
>
> I've been learning Django on a solo for a while now and I'm really in need
> of a Programmer friend/partner who we can always learn together, build
> projects together. This
The image urls are being set to None on every iteration where the id
doesn't match. Try setting all of the urls to None before the loop, then
remove the else blocks.
On Thursday, October 24, 2019 at 11:28:00 AM UTC-4, Nuno Vieira wrote:
>
> Hi,
>
> i receive an xml file and i am parsing the valu
i get the following errors in the apache2 error.log:
VersionConflict: (Django 1.4.5 (/usr/lib/python2.7/dist-packages),
Requirement.parse('Django>=1.5'))
but when i attempt upgradinging django apt-get install reports that i'm at
the latest version:
apt-get install python-django
Reading package
i have a python script which currently runs in a shell cli.
i'd like to initiate this script from a web page.
the closest i got was to have the output displayed on the webpage (w/o
linefeeds),
but it crashed when requesting input via raw_input().
i simply did 'exec python-script-name' from the cgi
x27;localhost')EMAIL_PORT = config('EMAIL_PORT', default=25,
cast=int)
-- Atenciosamente
- Arthur Alvim [ arth.al...@gmail.com ]
IFPE - Tecnólogo em Análise e Desenvolvimento de Sistemas
UFPE CIn - Mestre em Ciência da Computação
"Partilha os teus conhecimentos. É a forma de co
I was trying to do some example too but using gevent+socket.io .
-- Atenciosamente
- Arthur Alvim [ arth.al...@gmail.com ]
IFPE - Tecnólogo em Análise e Desenvolvimento de Sistemas
UFPE CIn - Mestre em Ciência da Computação
"Partilha os teus conhecimentos. É a forma de consegui
ricMedia(content_object = self)
generic_link.save()
generic_fk = generic_link.id
But I think I will have a problem with the save method, Media have a FK to
GenericMedia but GenericMedia have to Media, so how could I adapt ? Thanks !
Le jeudi 2 janvier 2014 22:09:22 UTC+1, arthur...@gmai
I have the following model in my app, using the content-type django
framework in version 1.6.1 :
class GenericMedia(models.Model):
limit = models.Q(model = 'Image') | models.Q(model = 'Video') |
models.Q(model = 'Other')
content_type= models.ForeignKey(ContentType, limit_ch
Thanks for your reply.
Your suggestion works but I need the friends (User models) of a given user
(User model) in this case.
This join (friends of an user) is also used at several other places to get
stuff (comments for example) made by friends of an user.
--
Arthur Pires Ribeiro Silva
I want to query the friends of an User but I'm struggling to get the
correct query.
Models:
class User(AbstractUser, TimestampedModel, SerializeMixin):
city = models.CharField(max_length=60, blank=True)
picture = models.URLField(blank=True)
cover_picture = models.URLField(blank=True
ay, September 24, 2013 10:50:54 AM UTC-3, Arthur Silva wrote:
>
> Here're my models
>
>
> class PingUser(AbstractUser):
> friends = models.ManyToManyField("self", through="Friendship",
> symmetrical=False)
>
>
Here're my models
class PingUser(AbstractUser):
friends = models.ManyToManyField("self", through="Friendship",
symmetrical=False)
class Friendship(TimestampedModel, SerializeMixin):
STATUS_CHOICES = (
("pending", "Pending"),
("friend", "Friend
Hello,
I recently upgraded one of my machines to Django 1.4 to patch a bug related
to the use of PostGIS 9.1. I read the documentation on the new support for
time zones and added USE_TZ=True to my settings.py file. Nonetheless, when
I attempt to load data into my PostGIS database in one of the
Hello, I'm new in Django and I got a problem with a formwizard. My
manytomany dont works with formwizard. When I try appears this
error :
'areaes' is an invalid keyword argument for this function. What I
should do?
models.py
>areaes = models.ManyToManyField(areavaga,verbose_name='Area da vaga
Nice one. I'm in.
--
Arthur Gouveia
Web Developer
http://arthurgouveia.com
On Mon, Sep 26, 2011 at 1:46 PM, Cal Leeming [Simplicity Media Ltd] <
cal.leem...@simplicitymedialtd.co.uk> wrote:
> Sample looks quite interesting - subscribed.
>
>
> On Mon, Sep 26, 2011
estproject.urls,
Django tried these URL patterns, in this order:
^admin/
The current URL, media/css/base.css, didn't match any of these.
Can anyone help me with this problem? I really don't understand how
the ADMIN_MEDIA_PREFIX interacts with the urlconf settings.
Th
2009/10/21 valler <180...@gmail.com>:
>
> Hello. I want to know, if something like that possible:
> MyModel.objects.filter(name__contains='foo',status__exact='bar') =>
> It's OK.
>
> But I want to use dynamic keyword generation, like that:
> a='name'
> b='status'
> MyModel.objects.filter(a__co
2009/10/13, Nan :
>
> Making request global definitely sounds like a potentially fragile
> solution. I noticed that the template loaders take a directory list
> argument, but it doesn't seem to ever get passed in -- it's not even
> an argument for loader.get_template() or loader.select_template()
2009/10/13 elminio
>
> Hi,
>
> By admin I can choose what users can do with model objects. And what
> about certain pages. Do I have to write if in everyone view method (to
> check is current user may access given view ?
>
> Or is there any built in tool that makes it possible to restrict
> acces
2009/10/13 Chirolo
>
> Hi Arthur.
> I'm not so experience with linux.
> I can get to the directories and files of apparmor, but how do I
> stopped.
> Thank you.
>
Something like this
> u...@host$ sudo /etc/init.d/apparmor stop
>
).theme
> theme_template = theme.adjust_theme_path(template)
> t = loader.select_template((template, theme_template))
> return HttpResponse(t.render(RequestContext(request, context)))
>
> A custom template loader would be a really neat solution, but I can't
> see any way to pass it
as for me, @login_required decorator redirects to
http://localhost/accounts/login/?next=/path/
if you use generic view to display login page it will automatically redirect
user to /path/ after login.
2009/10/12 Sergio A.
>
> I've three views each with different URL. They are visible to logged
>
2009/10/12 Denis Bahati
> Hi there i have the problem with unicode function it doesn't give me any
> changes. the poll list is displayed as Poll object and does doesn't give me
> error if i write the models.py like this:from django.db import models
> import datetime
>
> class Poll(models.Model):
You should carefully look at the code of django template loaders.
What do you mean? Dou you want template paths to be stored in the database
and dinamically change? Or do you want to use 3rd-party app but change
template dirs it is looking for?
2009/10/12 ringemup
>
> I need to find a way to pro
2009/10/12 Malcolm MacKinnon
> Hi,
> I'm getting error messages with sorl thumbnail. I'm simply trying to show
> thumbnail images on my template. I select a number of images in my views,
> and iterate over my selection. Note that all my images are a certain size,
> and I'm just trying to reduce t
If you use distribution with apparmor try to stop it (/etc/init.d/apparmor).
If the problem disappears, find apparmor config for apache and add there
/home/Djangoprojects/ rw,
/home/Djangoprojects/** rw,
/home/Djangoprojects/imageupload/** rw,
2009/10/11 Chirolo
>
> Hi Bayuadji.
> I already ch
One Year Free Magazine Subscription, please visit
http://www.afmagazines.blogspot.com
--~--~-~--~~~---~--~~
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@googlegr
ode
object:
"cur_month.lower()" instead of "str.lower(cur_month)"
Cheers
Arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send e
_for_Apache_and_IIS
I have no idea how stable or buggy that is, but it might be
interesting.
Cheers
Arthur
On Aug 15, 8:00 am, Patrick Lauber <[EMAIL PROTECTED]> wrote:
> I work as a Flash Developer and Django Programmer.
>
> You don't and you shouldn't compile flash on
I did wish there was something like Flash Communication Server
open source and written in python but I am not holding my breath for
it. If you think most data send to flash can easily be xml, JSON on
html (variables to the embed tag) django is well suited for feeding
flash content.
Cheers
Art
f = forms.form_for_instance(request.user)()
the form renders correctly. (the html inputs show the right value)
Is there a catch here? I am sure this works, since the newforms-admin
must be using prefix to avoid name clashes when retrieving data from
the form.
Thanks,
Arthur
--~--~-~
Hi Leif.
Thanks for the pointer.
This certainly looks userful, but if I understand this right it makes
easier to link to external js and css, not customize the output of the
tag.
Cheers
Arthur
On Jul 9, 10:06 pm, leifbyron <[EMAIL PROTECTED]> wrote:
> Arthur,
>
> You'll p
Hi Folks.
I've looked through the docs (which are pretty godd by the way) and
the source code, but it look as it's not easy to customize the
tag that goes along with a widget.
When instantiating a widget I can pass the attrs dict and those
properties will be rendered as html attributes. But th
osely together with the two guys who made django, so
> I wonder what they'd be telling them about "the right way".
I am curious to see what Media Temple will come up with as well.
Cheers.
Arthur
On Jun 15, 7:53 am, Christian M Hoeppner <[EMAIL PROTECTED]> wrote:
&g
l injections, for example).
Django-tagging app has some well though uses of manager:
http://django-tagging.googlecode.com/svn/trunk/tagging/managers.py
Cheers,
Arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"D
See www.javagames.co.nr
Cool !
--~--~-~--~~~---~--~~
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 [
can make a validator as a model method so I
have access to the instance or is there another way around this?
Thanks for any help,
Arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" grou
The fix for this is to put the 'viajes' method after 'viaje' on your
file.
cheers
arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to thi
Ok, got this one figured out, posting here if someone hits the same
wall.
The pre-installed gettext on the mac is version .10 something. gettext
support for python is >.12 so you must install a newer version.
installed it from darwin ports and it worked like a charm.
cheers
art
Hi Folks.
I am trying to set up my first django i18n site, and when running
make-messages.py on the command line I get the following error:
'errors happened while running xgettext on __init__.py
language `Python' unknown'
any ideas?
thanks,
arthur
p.s.: I am running make
not sure if this is a bug or if it´s
> intended. either way, also not good. having that in mind, it´d
> probably be better to have a different page for reordering (see above).
>
How are you handling events? Maybe if you use event bubbling you can
check if the click came from the details link
You should also take a look at nesh's excellent
ImageWIthThumbnailField:
http://djangoutils.python-hosting.com/wiki/Thumbnails
cheers
arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django us
p/django-users/browse_frm/thread/cc39700cc7147ed9/0675e2d713071f39?q=limodou&rnum=3#0675e2d713071f39
cheers
Arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to
Bob wrote:
> What would it be if I want to get my item from the database by the slug?
this depends on the moel's ttribute name (the one that's a slug).
If you can post you model's code, I can assiste further...
cheers
--~--~-~--~~~---~--~~
You received this me
el (that will only happen if you've
overriden django's pk)
if your model has a field called 'slug' you must match it against that:
p = get_object_or_404(Myclass, slug=slug)
hope that helps
arthur
--~--~-~--~~~---~--~~
You received this message be
also, simon willison's javascript introduction is excellent:
http://flickr.com/photos/simon/sets/72057594077197868/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send
r by it...
and at any point you can change the ordering (in your views):
new_order = MyModel.objects.all().order_by('some_field')
cheers,
arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django
2MB) and are on a shared server, you
might have issues (since most of them hava a memory limit your
processes can use).
patch 2070 is suppouse to work around this, but I couldn't get it
working here.
cheers
arthur
--~--~-~--~~~---~--~~
You received this messa
What you are looking for is the edit_inline option for the event field:
class EventDate(models.Model):
...
event = models.ForeignKey(Event, edit_inline=True)
more info here:
http://www.djangoproject.com/documentation/tutorial2/#adding-related-objects
[]
arthur
Yes, you will probably run into memory issues for larger uploads if you
are on a shared host.
There is,however, ticket's 2070 patch that adrresses that issue.
http://code.djangoproject.com/ticket/2070
arthur
--~--~-~--~~~---~--~~
You received this me
"A Django Model"
...
--~--~-~--~~~---~--~~
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 PROT
cheers,
arthur
--~--~-~--~~~---~--~~
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 P
Hi Russel.
Thanks for the patch. I am sure this one will save newbies a few hours
of starting blankly at the screen.
cheers
Arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
Hi Steven.
this one got me stuck for hours (grin).
if your INSTALLED_APPS is right and your admin inner class too, you
probably have an error on an import on your model class.
fire up the shell on your server setup. can you import your model
module?
--~--~-~--~~~---
uite a few
that must be parsed and their names would
vary (and again, on a next app, would have to changes names again...)
thanks,
arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" gro
Thanks,
Arthur
--~--~-~--~~~---~--~~
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
Hi Guillermo.
I haven't looked at those galleries but if you are going to code some
of it, take a look at nesh's ImageWithThumbnail[1] field and related
utilities. You might reduce the ammount of biolerplate code greatly.
cheers
arthur
[1] http://djangoutils.python-hosting.com/wiki/
I've been playig with GenericForeignKey and they are great.
One question though, they do not show up on the admin app.
For example on the object that should be 'tagged', I would like to edit
tags inline. Is thart possible at all?
lient.blog). in this case you can find out where
the app lives :
from django.db.models.loading import get_app
blog = get_app('blog')
from blog.models import Blog
cheers
arthur
> --
> Fabien SCHWOB
> _
> Derrière chaque
ists => return or raise
raise "bad, root node already exists"
super(Node, self).save()
(or maybe implement a custom manager for this?)
arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"D
Could this be it
http://code.djangoproject.com/ticket/572 or
http://code.djangoproject.com/ticket/1584 ?
me thinks this was fixed recently. =>
http://code.djangoproject.com/changeset/3002
are you running an up to date svn version?
see if that helps
--~--~-~--~~~--
Hi james,
regarding:
> when I upload a file (a 10+MB mp3) on my local machine, it
> takes quite a while and pegs the CPU. Is this expected and is this
> going to be the behavior when I put it in production under fastcgi?
django keeps the whole upload in memory.
this has been discussed a few times
Hi Elver.
This is a feature.
This behaviour depends on wheter you want yor sessions to expire and
when. More details in the docs:
http://www.djangoproject.com/documentation/sessions/#browser-length-sessions-vs-persistent-sessions
arthur
Hi Alloy.
Yes, it's a bug.
more details here:
http://code.djangoproject.com/ticket/639
basically you have to check for self.imatge != '' before doing anything
with the file.
cheers,
arthur
--~--~-~--~~~---~--~~
You received this message
extension_methods REPORT MERGE MKACTIVITY CHECKOUT
to your squid.conf file. But I don't use squid, so check that first.
Arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To
pluggable / easily distributable with tagging working.
thanks,
arthur
ps: how is the GenericForeignKey going to work? will it be imported
from the tagging app's package, or will it go into trunk?
--~--~-~--~~~---~--~~
You received this message because you are subsc
Hi beewee,
__repr__ has been replaced by __str__ . this is more of a return to
python conventions than anything.
try changing your __repr__ methods to __str__ ones.
more on this here:
http://groups.google.com/group/django-users/browse_frm/thread/9f6f205e0f9cbc8e/800b8c3367f79b38?q=__str__&rnum=
12 16:04:17: (mod_fastcgi.c.2851) backend died, we disable it
for a 5 seconds and send the request to another backend instead:
reconnects: 0 load: 1
any input on this would be very welcome.
thanks,
arthur
--~--~-~--~~~---~--~~
You received this message
Hi Doulgas.
It's not db related.
Somehow my fcgi script was setting the DJANGO_SETTINGS... env variable
on the wrong path.
Thanks a lot anyways,
arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
&q
Hi folks.
I've just ran into a small glitch when moving an app to a new server.
My application is "missing" from the admin main view.
Everything is installed correctly. I can mange.py shell and work on my
models and my data interactively (I've moved the db as well).
the application's models do
Hi Alan.
have you tried this one ?
http://code.djangoproject.com/wiki/CookBookShortcutsOpenIDAuthentication
(it's about a month old, but I haven't used it my self)
cheers,
arthur
--~--~-~--~~~---~--~~
You received this message because you are sub
yes this is a known bug.
see ticket 639
http://code.djangoproject.com/ticket/639
currently I'm using an ugly work around such as
def save(self):
if self.imagefield :
#do whetever, files does exist...
also this seems to cause problems withe DateFields with auto_now...
--~--~--
yes, syncdb is for current trunk (post magic removal).
please notice that if you're using 0.91, you can use the old
documentation from here:
http://www.djangoproject.com/documentation/0_91/
but if you're just getting started updating to the dev version is your
best bet.
che
yes, same thing here.
strangely enough, I have a model with a foreign key acting as a
list_fillter and it's fine.
another model (same app) list filters wont't work (foreign key or not)
.
this was working a little while ago.
still looking into it...
--~--~-~--~~~---
Oh My!
my bad. yes that should read..
" are not going to achieve *great* performance on DREAMHOST."
I just meant to say that dreamhost has nice price / feature ration but
it's just a little unreliable to host a *critical* site on it.
Isn't it great that you could just read through my mistake (a
list, quite a few topics bring this up. It
seems to depend a little in which server you are (I am on pound, and
haven't had any issues). But at any rate you are not going to achieve
*great* performance on django.
hope that helps,
arthur
--~--~-~--~~~---~--~~
You
just a quick extra on this one. The documentation on the admin site
(link at top right, must have doc utils installed for this to work) is
also available on the magic-removal branch and for newbies and people
doing the transition from trunk t's pretty useful.
cheers
a
I like th idea of usign jazz musicians' names:
"monk"!
--~--~-~--~~~---~--~~
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 t
another thing that would be nice is a "downloadable type" of product
where the order relates to a download. of course, this could get pretty
complex if you add in things like serial numbers, versions, etc...but
we can start simple.I (personally) would like this, and I guess quite a
few of the earl
Hi Cary.
that depends if you're using magic-removal or trunk. On the m-r branch
there are no "magic" modules, whatever is on your path can be imported
as usual.
if you're using trunk, you must import inside your models methods, or
user module_constants (
http://www.djangoproject.com/documentatio
"Setup a free python project on python-hosting.com"
+1 on this one. when getting started we better focus on the coding
right away, and python hosting's capabilities (svn + trac ) setup with
no fuss will be very helpfull (it seems).
" Any brilliant ideas?" not really...
djell, djuy , djart
--~
Ok. This one is more of a "philosophy" question on django naming from
someone who's learning django, webdev and databases at the same time.
If I understand right, one of django's aim at the ORM level is to
abstract the sql level, including naming. This makes a lot of sense,
and when you see :
Man
hi folks...
am I all for it.
I've got no experience on e-commerce but there's a few things (I guess)
I may help with... I guess this would be agreat project...
I just suppose some "liberal licensing" would be nice (such as BSD or
the lik
Hi Glenn.
the thing is, if there's anything in django's knowledge to avoid the
save / delete it DOES raise an error. (such as trying to delete an non
existant object or trying to save a model that does not pass
validation). my guess here is if you need anything else in you logic
that django does
pass
more on this here:
http://code.djangoproject.com/wiki/RemovingTheMagic#Addedamorepowerfulwayofoverridingmodelmethodsremovedhardcoded_pre_save_post_saveetc.
cheers
arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to th
right now this is not possible.
there is, however, a patch in the ticket system #1541 (
http://code.djangoproject.com/ticket/1541 ) that will do it... ) sample
usage on the ticket...
cheers
--~--~-~--~~~---~--~~
You received this message because you are subscribe
ne table and the users
in another table. The blog posts would be connected to the users via a
foreign key.
Arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to thi
common request and (me thinks) your best bet
is to use a OneToOneField (not ForeignKey).
arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to dj
I stumbled upon this error message after porting a project to
magic-removal. In the admin, if I try to get the list view for
something like:
class SomeModel(models.Model):
title = models.CharField(maxlength=200)
date_due = models.DateField(blank= True, null=True)
class Admin:
u're
probably using magic-removal, then you can see the python module in :
django/contrib/auth/models.py
arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post t
thanks a lot Jacob, I WAS missing the obvious.
--~--~-~--~~~---~--~~
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,
Hi. I am trying to get a model's content type in magic-removal.
I have a model's instance when I try :
ContentTypeManager().get_for_model(instance)
I get :
AttributeError: 'NoneType' object has no attribute 'DoesNotExist'
I got it working with:
def get_content_type(model):
opts = model.
> correctly,
> or you could even have it default to the 'module_name'. Or I could code
> it into my view's code however I wish.
That's similar to what I do. The get_absolute_url() concatenates a
_BASE_URL from settings.py or from the top of models.py with
what you
n is missing. This
would hopefully also help to keep the docs more up to date as more
people would find inconsistencies when using the trunk or branches.
Arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Djan
1 - 100 of 123 matches
Mail list logo