Re: How to get additional dynamic data into ModelChoiceField and ModelMultipleChoiceField?

2008-10-15 Thread creecode
Make sure you populate each and every instance of your from with your choices. I stumbled on that one for a bit in relation to processing the request.POST. Makes sense when you think about it but may save someone a few cycles! ;-) Toodle-lo..... creecode On Oct 14, 9:40 pm, Alexis

Re: proper way to use S3Storage and Django ImageField

2009-01-19 Thread creecode
orage' AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_STORAGE_BUCKET_NAME AWS_CALLING_FORMAT Have you installed any software S3Storage depends on? On Jan 19, 8:02 am, "Aaron Lee" wrote: > So I guess S3Storage doesn't work with ImageField? Can anyone confirm t

Re: proper way to use S3Storage and Django ImageField

2009-01-19 Thread creecode
may need to change the permissions on your bucket and "directories" so that you can access the images via a url. I found S3 Organizer a plug-in for FireFox useful for this. Toodle-l.... creecode On Jan 19, 1:53 pm, "Aaron Lee" wrote: > AWS_STORAGE_B

Re: AUTH_PROFILE_MODULE confusion

2009-01-19 Thread creecode
doesn't use AUTH_PROFILE_MODULE directly AFAICT. The registration docs just mention it as something you might want to take advantage of and how using it relates to using registration. Toodle-lo creecode --~--~-~--~~~---~--~~ You received this message because y

Re: proper way to use S3Storage and Django ImageField

2009-01-19 Thread creecode
I think you may be correct on that my tip was incorrect. Forget what I said! :-) Have you tried getting the url like avatar.image.url? I use a line like this in some of my code that uses S3Storage and it works. image_url = my_model_instance.image.url.replace ( ':80', '' ) On Jan 19, 4:01 pm,

Re: AUTH_PROFILE_MODULE confusion

2009-01-20 Thread creecode
er ) ...in account/models.py. The above code fragments will need to be altered and filled out to suite your needs. Hopefully they give you some ideas. Toodle-lo creecode --~--~-~--~~~---~--~~ You received this message because you

Re: ManyToOne : cannot form a proper query :(

2009-03-05 Thread creecode
You can always perform raw SQL queries < http://docs.djangoproject.com/en/dev/topics/db/sql/ > if needed. On Mar 5, 4:25 am, "[CPR]-AL.exe" wrote: > So, it seems, that there is no way to do what i want? --~--~-~--~~~---~--~~ You received this message because you

Re: OWNING code

2009-03-23 Thread creecode
awyer that specializes in intellectual property and such is probably a good idea. If your programmer is being difficult you may need to take legal action to get your code. Toodle-loooo. creecode On Mar 22, 10:52 pm, mn wrote: > new on here and not a tech guy, wanted to know if a comp

Re: Entering large chunk of data

2009-06-24 Thread creecode
lt; http://docs.djangoproject.com/en/dev/ref/django-admin/ >. Toodle-looo... creecode On Jun 24, 10:23 am, Dhruv Adhia wrote: > I have news field in django admin and I would like to enter 2000 news > items at once. May I know how to do

Re: Entering large chunk of data

2009-06-24 Thread creecode
create and save instances of your model. Opening files can be read about in the Python documentation as well as commands that would be useful in parsing your file ( string methods? ). If you've been through the Django documentation then you've seen how to work with Djang

Re: Arbitrary HTTP CONNECT attempts on Django dev server

2009-06-29 Thread creecode
For those unfamiliar with what DMZ means. < http://en.wikipedia.org/wiki/DMZ_(computing) > On Jun 29, 7:27 am, Richard Shebora wrote: > yes. with no firewall protection in your case.  that is what the dmz setting > of a router is supposed to do. Toodle-looo.

ANN: django-remember_me v0.1

2009-07-07 Thread creecode
I hope you will find it of use and will save a few cycles of coding in your websites where you need Remember Me functionality. Toodle-l... creecode --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

ANN: django-remember_me v0.1.1

2009-07-08 Thread creecode
ty. Toodle-lo.. creecode --~--~-~--~~~---~--~~ 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,

Re: trouble uploading mp3 file

2009-03-31 Thread creecode
be converting the file to? Toodle-loo.. creecode --~--~-~--~~~---~--~~ 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 unsu

Re: Multiple sites, single application in Django

2009-04-11 Thread creecode
tyle sheets. > > I am looking for someone to kind of explain to me some best practices on > doing this Toodle-looo. creecode --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django user

Re: Django on Amazon EC2

2009-04-29 Thread creecode
8, 8:41 pm, Joshua Partogi wrote: > Has anyone here had any experience on > deploying django apps on Amazon EC2 that would like to share their > experience? Toodle-lo.. creecode --~--~-~--~~~---~--~~ You received this mess

Re: Django on Amazon EC2

2009-04-30 Thread creecode
ible backup and other precautions you should be able to recover from a problem when it does occur with little problem. I say when because no matter how you set up, the underlying hardware ( yours or hosting providers ) will eventually fail. Toodle-l

Re: full-text search

2009-05-28 Thread creecode
ws/article/django-full-text-search/ Toodle-lo... creecode --~--~-~--~~~---~--~~ 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 T

Re: Using Admin features on other applications

2009-06-07 Thread creecode
odle-loooo... creecode --~--~-~--~~~---~--~~ 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,

Re: django-registration using a different registration form

2009-06-10 Thread creecode
ss' keyword > argument. > > http://bitbucket.org/ubernostrum/django-registration/src/b360801eae96... > > To make this work do I need to rewrite the included urls with my own > or is there a way I can keep the included urlconf and just overwrite > one particular url? T

Re: django vps hosts

2009-09-24 Thread creecode
You might look at Amazon's EC2 if you don't mind rolling your own. On Sep 23, 6:54 pm, "neri...@gmail.com" wrote: > I think I'm ready to finally switch to a django vps host due to > problems with django on DreamHost. Can anyone recommend a good vps > host?

Re: Migrating a Wordpress website to Django

2009-11-02 Thread creecode
/306 Toodle-looo... creecode --~--~-~--~~~---~--~~ 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,

Re: Cron vs event triggered action

2009-12-12 Thread creecode
an I implement solution B? Is there a posibility to create a > cron on a user action that executes only one time? You might see if you could use the at command in combination with a custom management command. Let us know if you go with B and how it turns out. Toodle-loo.. creecod

Re: Cron vs event triggered action

2009-12-14 Thread creecode
ent command way. The cmcs have more overhead but I like that there is a defined way to plug commands into my apps. And there are some interesting built-in commands line switches which can be seen by doing a ./manage.py help. Toodle-lo..... creecode -- You received this message beca

Re: Filter (AND excluding empty values)

2009-12-15 Thread creecode
ev/ref/models/querysets/#exclude-kwargs >? I haven't been following this closely, just throwing it out there. Toodle-loo creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send emai

Re: Cron vs event triggered action

2009-12-19 Thread creecode
Hello Tim, On Dec 19, 6:28 am, Tim Daniel wrote: > Brian & Creecode Django Custom management commands are really the same > as this: > > from django.core.management import setup_environ > import settings > setup_environ(settings) > > or am I wrong? I'm just run

Re: Hosting for django?

2009-12-22 Thread creecode
Amazon EC2 and S3 +1 On Dec 22, 11:08 am, Victor Loureiro Lima wrote: > Amazon's Cloud Computing is wonderful, its currently hosting our django > website. > Media Temple is also a good option. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Problems with first block

2010-04-27 Thread creecode
Hello Jonathan, Use {% block dtd %} instead of {{ block dtd }}. {{ }} are for accessing variables < http://docs.djangoproject.com/en/dev/topics/templates/#variables >. {% %} are for tags < http://docs.djangoproject.com/en/dev/topics/templates/#tags >. Toodle-loo

Re: Problems with first block

2010-04-27 Thread creecode
It is OK to include the name of the block in the endblock tag ( search for 'For extra readability' in < http://docs.djangoproject.com/en/dev/topics/templates/#template-inheritance >). It is optional and I find it useful when working with longer blocks. Toodle-looo..

Re: Remove a field in a form subclass

2010-04-27 Thread creecode
le-loooo..... creecode On Apr 27, 4:29 pm, Wiiboy wrote: > Is there a way to remove it in subclasses? -- 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 unsubscrib

Re: Template lookup order not behaving as expected

2010-04-28 Thread creecode
eeping the > "index.html" filename? You could add a "pages" directory to your templates directory. Something like... ./pages ./pages/templates ./pages/templates/pages And then you would do... return render_to_response( 'pages/index.html'... Toodle-loo.

Re: File Upload with Progress Bar

2010-05-30 Thread creecode
put my project on the back burner for now but if anyone has any examples they'd like to share I'd be interested in seeing them. Toodle-looo... creecode -- You received this message because you are subscribed to the Google Groups "Django users"

Re: File Upload with Progress Bar

2010-05-30 Thread creecode
t direction if you give us more detail about what isn't working. Toodle-looo... creecode -- 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 u

Model named FOOD_DES shows as "foo d_des" in admin

2010-06-11 Thread creecode
ndering if this something to do with FOO being a computer programming placeholder name? Toodle-loo creecode -- 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...@googleg

Re: Model named FOOD_DES shows as "foo d_des" in admin

2010-06-11 Thread creecode
seen anything that pops out. Perhaps this is happening in Python? Pointers appreciated. On Jun 11, 11:22 am, Dan Harris wrote: > You can change a meta option... Toodle-loo.... creecode -- You received this message because you are subscribed to the Google Groups "Django

Re: Model named FOOD_DES shows as "foo d_des" in admin

2010-06-11 Thread creecode
27;m just about to run some tests... Toodle-loo creecode -- 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 this group, send email to djang

Re: Model named FOOD_DES shows as "foo d_des" in admin

2010-06-11 Thread creecode
nd the substitution occurs. My curiosity is satisfied. Thanks! On Jun 11, 1:12 pm, creecode wrote: > I'm just about to run some tests... Toodle-l... creecode -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Dumping large database

2010-06-14 Thread creecode
se. Toodle-looo.... creecode -- 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 this group, send email to django-users+unsubscr...@googl

Re: New project, debating postgresql or MySQL (Amazon RDS), does it matter to Django?

2010-06-26 Thread creecode
othing wrong with MyISAM tables, if they meet the needs of your application. In some cases I think they are required; for full text searching if I recall correctly. The docs are just pointing out one way to change the storage type for your tables if needed. Toodle-l creeco

djangoproject.com inaccessible?

2010-08-02 Thread creecode
Hello all, djangoproject.com appears to be inaccessible to me. Is anyone else having problems? Is anyone able to access it? Toodle-looo... creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: djangoproject.com inaccessible?

2010-08-02 Thread creecode
Now working for me as well with no changes on my end. H.. On Aug 2, 9:42 am, Antoni Aloy wrote: > works for me! Toodle-lo.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: Dango-tagging incompatibilities?

2010-08-05 Thread creecode
Hello Adelein, I used a version of django-tagging with Django v1.1 without any noticeable problems. Which revision it was I can't say off the top of my head. A look at the django-tagging website may provide the answers. Toodle-looo... creecode On Aug 5, 3:18 pm, adelein

Re: hosting django applications

2010-08-30 Thread creecode
Amazon's service. Toodle-loo. creecode -- 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 this group, send email to django-user

Re: Multiple django projects

2010-09-02 Thread creecode
Hello, Yes you can have many Django projects installed on one server. On Sep 2, 9:12 am, commonzenpython wrote: > hey, guys > is it possible to have multiple django projects in one server ? Toodle-lo.. creecode -- You received this message because you are subscribed

Please add tag for Django 1.2.3 release

2010-09-11 Thread creecode
I too find the tagged releases useful. Thanks for all your hard work people! Toodle-lo. creecode On Sep 11, 9:03 am, shacker wrote: > It looks like there is no svn tag for 1.2.3: > > http://code.djangoproject.com/svn/django/tags/releases/ > > which affe

Re: Please add tag for Django 1.2.3 release

2010-09-12 Thread creecode
Hello all, I asked < http://code.djangoproject.com/ticket/14265#preview > and we received! :-) Thanks Russell! On Sep 11, 12:19 pm, creecode wrote: > I too find the tagged releases useful.  Thanks for all your hard work > people! Toodle-lo..... creecode --

Re: Iterating tree-like data structures with django

2010-10-08 Thread creecode
results so far, although I don't have any code to share. Try searching for Vadim Tropashko's Nested Interval/Matrix Encoding technique. Toodle-loooo creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To pos

Re: About Thumbnails

2010-10-18 Thread creecode
s case then you would probably want to write your own custom model field < http://docs.djangoproject.com/en/1.2/howto/custom-model-fields/ >. Toodle-looo.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: user defined settings via the admin

2010-11-18 Thread creecode
ing the source code. Of course you have to have a stack that is setup to use this technique for this method to work. Apache with Graham Dumpleton's mod_wsgi can reload source code < http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode >. Toodle-looo creecode -- Y

Re: remember me in login

2010-11-26 Thread creecode
do x time or at least it might point you in the right direction. Others have dealt with this issue I'm sure a Google search would product some results. Toodle-loo... creecode -- You received this message because you are subscribed to the Google Groups "Django users&

Re: Is it possible to change order of elements in model?

2009-12-30 Thread creecode
ango has a GUI to control the order of items in a list such as a song playlist? I'm pretty sure the answer is no. However, you can use 3rd party utilities and integrate them into your website. Here is one such solution < http://www.djangosnippets.org/snippets/1053/ >. Toodle-l

Re: make an object available to all views and blocks

2010-01-08 Thread creecode
uld a custom context processor < http://docs.djangoproject.com/en/dev/ref/templates/api/#writing-your-own-context-processors > do the trick? Toodle-looo creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: handle astronomically high number of users via the new BigIntegerField and contrib.auth.user

2010-01-09 Thread creecode
and > set the field to automatically increment. Toodle-looooo.. creecode -- 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 this group,

Re: Custom commands called outside project path

2010-02-09 Thread creecode
either. Have you tried something like... * * * * * root /path/to/your/project/manage.py yourcommand Toodle-l creecode -- 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...@googl

Re: Django Template System with no Django instalation

2010-02-11 Thread creecode
ache without the need of the whole Django Framework installed, > let's say, to make it possible to use this template system with other > systems made in other languages such Java, just using this TPL system > process the output in Apache directly? Toodle-loo.. creecode --

Re: send_mail not sending e-mail in view, but does send e-mail in shell

2010-02-16 Thread creecode
g > send_mail() trough the Django website (so via a view function), it > does not deliver the e-mail. However when on the same server I use > 'python manage.py shell' it does deliver the e-mail. Toodle-lo... creecode -- You received this message because you are

Re: What validation tests are applied to ImageField?

2010-03-15 Thread creecode
and is in a valid format. The PIL documentation may be able to clarify how it validates images. Toodle-l creecode -- 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...@g

Re: Django noob - static views or dynamic pages in web application?

2010-03-16 Thread creecode
ooo.... creecode -- 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 this group, send email to django-users+unsubscr...@googlegroups.com. For more options, vis

Re: Line in urls.py to capture url as a variable and pass to view function.

2010-03-20 Thread creecode
that converts the typed in URL to a variable and passes it on to > the view function as an argument. Toodle-loo creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-

Re: what's wrong with this if statement structure

2010-03-25 Thread creecode
Hello Bobby, On Mar 25, 9:42 am, Bobby Roberts wrote: > is there a quick way to do something like this in 1.1? You could do the comparison at the view level and then set an attribute on your object with the result. Toodle-lo.. creecode -- You received this message beca

Re: block google indexer

2010-03-25 Thread creecode
bots.txt, but > django is different right. > I cant put robot meta tag also, cause there are many pages in my site. > > How do i do it then? Toodle-loo. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: RPC4Django - can't pass Boolean args nor Keyword args

2010-03-31 Thread creecode
Apparently the question has been answered. On Mar 31, 1:51 am, Simone Orsi wrote: > anyone using RPC4Django has faced > thishttps://bugs.launchpad.net/rpc4django/+bug/552437? Toodle-loo. creecode -- You received this message because you are subscribed to the Google

Re: Getting strange email from "dreamhost"

2010-03-31 Thread creecode
Hello all, I just posted a reply to a message here via the web interface and got an email like this. Toodle-lo.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: What is the django way to mimic superglobals in PHP?

2010-04-02 Thread creecode
nary that I would > keep appending to.  Are context processors the way to do this? Toodle-l. creecode -- 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.

Re: django-mptt compared w/ django-treebeard

2012-02-02 Thread creecode
rojects are actively maintained. Toodle-looo. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/3wQ_QTSjmwEJ. To post to th

Re: Registering a user profile

2012-02-14 Thread creecode
do is wrap your UserProfile model up in it's own app if it isn't in one already. Alternately you need to change the "models" in AUTH_PROFILE_MODULE to the name of your app. Let us know if that works for you. Toodle-lo.. creecode -- You received this m

Re: Registering a user profile

2012-02-14 Thread creecode
inside an app not at the top level of a project. Toodle-lo.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/v-G9LkGXd

Re: Need a Django/Python Freelancer (Paid Project)

2012-02-15 Thread creecode
How about a little more detail posted here to the list? General parameters of how the website is to function? Some specs? You might generate more interest with more information. Toodle-l... creecode -- You received this message because you are subscribed to the Google

Re: Django profile

2012-03-02 Thread creecode
o and there has been no reason to update it. Toodle-loo... creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/o-5oXFPLUJ

Re: Automated Processes

2012-03-03 Thread creecode
. Also since they are django-admin commands you can run them as you would any other django-admin command manually which can be convenient at times. Toodle-l.. creecode -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Anyone experience any thing like this before?

2012-03-03 Thread creecode
__unicode__ ( self ): return '%s' % self.pk Obviously you would need to tune that method to match your model definition and what you want displayed. Toodle-lo.. creecode -- You received this message because you are subscribed to the Google Groups

Re: Django making box

2012-03-13 Thread creecode
ant your app to behave it will be hard for us to give you more insight into how you might proceed. When you say supervisor said is shoul be done in Django is that a supervisor as in teacher? Or supervisor as your superior at work? Toodle-looooo.. creecode -- You received this m

Re: A good Twitter Package

2012-03-16 Thread creecode
oAuth capabilities only (authorization) or Twitter functionality as a whole (post, delete, etc. )? If you want a Twitter client take a look at Python Twitter < http://code.google.com/p/python-twitter/ >. I've used it a bit for posting and seems to work OK. Toodle-looo...

Re: all(), get(), create(), count(). More info?

2012-03-25 Thread creecode
n/1.1/intro/tutorial01/<https://docs.djangoproject.com/en/1.1/intro/tutorial01/> > Toodle-lo creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.goo

Re: Tweepy Not Displaying

2012-03-28 Thread creecode
s in statuses %} or {% for status in status_list %} or {% item in status %} Use whatever variable names you want as long as you're not clobbering variables that are needed while looping. Toodle-loo creecode -- You received this message because you are subscribed to t

Re: Problem with Django tutorial

2012-04-04 Thread creecode
linux variant so you probably have a touch command. Toodle-looo.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/GN

Re: Problem with Django tutorial

2012-04-04 Thread creecode
Opps... On Wednesday, April 4, 2012 10:19:13 AM UTC-7, creecode wrote: > > > It looks like are are on some kind of unix/linux variant so you probably > have a touch command. > That should have been "It looks like you are on..." -- You received this message because

Re: adding html5 field attributes to a model form

2012-04-09 Thread creecode
nges? Could there be some browser or other caching going on between you and the server? Are you sub-classing those forms for using them directly? Toodle-lo creecode -- You received this message because you are subscribed to the Google Groups "Django users"

Re: adding html5 field attributes to a model form

2012-04-09 Thread creecode
Ah I see. I haven't looked deeper in the code I'd guess the type is being set after you set it deeper in the machinery based on field class? Perhaps a custom field could accomplish your goal? On Monday, April 9, 2012 7:17:56 PM UTC-7, Lee Hinde wrote: > > > Thanks for the

Re: Django admin - How to disable "Delete each record" option for all the models at once

2012-04-10 Thread creecode
t;Delete each record" option for all the models in > admin? > Toodle-lo.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/ms

Re: High Traffic

2012-04-16 Thread creecode
f you can do some optimization. I highly recommend giving it a go! Of course there are many things one can do to make things faster but you'll need to give us some more info about your setup before we can help you more. Toodle-loo. creecode -- You received this

Re: Macs are great for Django development!

2012-04-20 Thread creecode
t;, Dual 1.25GHz which finally gave up the ghost after almost 10 years of faithful service [ sniff :-( ]. The system has thus far not been optimized but it runs adequately fast at this stage of my development process. Feel free to look around or even enter in some nutrition facts labels! :-)

Re: cannot add User to database

2012-04-20 Thread creecode
Hello Mai, Could you post the actual error you are getting or describe the problem you are having more fully? Posting a bunch of code doesn't help much unless there is more context to work with. Toodle-l.. creecode -- You received this message because you are subsc

Re: django- accessing items in a python dictionary

2012-04-29 Thread creecode
On Sunday, April 29, 2012 7:36:17 AM UTC-7, hius...@qq.com wrote: what is value of the etc? > I believe that etc. in this case is an abbreviation for etcetera. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web

Re: Displaying markdown in html

2012-05-04 Thread creecode
%} > Toodle-lo. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/p6ckOCJjQGwJ. To post to this group, sen

Re: RSS Reader

2012-06-14 Thread creecode
m['city'])' this function. It's ok I > can see the city tags in xml but mozilla's rss reader can't read my city > tags. What can I do to fix the problem? > Toodle-looo. creecode -- You received this message because you

Re: Do I understand the support schedule correctly?

2012-08-06 Thread creecode
ade. The key factor for your situation is going to be how quickly the apps you're using with Django follow the updates to Django. You don't have to run the latest of everything to get some work done. Toodle-lo creecode -- You received this message because you a

Re: object.create speed, creating 3 objects takes 1 sec in sqlite

2012-08-06 Thread creecode
there are several threads on the topic. Check the Google interface for this group and use the search feature. Also try Googling for inserting lots of data with Django, several folks have written about their experiences inserting lots of rows. Toodle-loo... creecod

Re: custom management commands: AttributeError: 'module' object has no attribute 'Command'

2012-08-13 Thread creecode
I have many custom management command names that have underscores in them. I've never had a problem. I believe that a management command name only needs follow python rules for naming files. On Sunday, August 12, 2012 1:44:06 AM UTC-7, Melvyn Sopacua wrote: On 11-8-2012 2:14, Matthew Meyer wr

Re: Django stickers

2012-08-25 Thread creecode
he internet. Toodle-l..... creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/w195ETkUNZwJ. To post to this group, send

Re: people.djangoproject.com broken

2012-08-30 Thread creecode
d to the website from your browser? Toodle-looo. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/s14_S

Re: Installation script?

2012-09-04 Thread creecode
3, 2012 5:39:41 AM UTC-7, Carsten Agger wrote: > We'd like to be able to automate all of this, so that the user can > install these two services by running a single installation script. > Toodle-looo creecode -- You received this message because you are subsc

Re: newbie: patch required? procedure? [closed ticket 16017 / createsuperuser]

2012-09-13 Thread creecode
; > > So where can I find it? > [I'm assuming there is a procedure for this, but I'm sorry to say I > couldn't find that either] > Toodle-loo. creecode -- You received this message because you are subscribed to the Google Groups "Dja

Re: django scrolling script

2012-09-26 Thread creecode
oodle-loo creecode On Wednesday, September 26, 2012 3:40:12 AM UTC-7, MrF16 wrote: Hello, I need a script to display content from my database in a scrolling > list on my website. Any links? -- You received this message because you are subscribed to the Google Groups "

Re: ANN: eGenix mxODBC Connect - Python Database Interface 2.0.1

2012-09-26 Thread creecode
I don't mind the occasional well marked commercial product announcement as long as it's related to django. By well marked I mean something in the subject line that indicates this is an ad or announcement, which this poster did. Thank you! Toodle-l... creecod

Re: handling incoming xml response

2012-09-28 Thread creecode
://docs.python.org/library/xml.etree.elementtree.html#module-xml.etree.ElementTree>. I've used BeautifulSoup a bit with good results. Toodle-loo creecode -- You received this message because you are subscribed to the Google Groups "Django users" group

Re: django.contrib.markup "Deprecated in Django 1.5"??

2012-10-02 Thread creecode
https://groups.google.com/forum/#!searchin/django-users/markup/django-users/iwfuDFFAltI/hOOGii98eQAJ On Tuesday, October 2, 2012 8:46:05 AM UTC-7, JC Briar wrote: Can someone please explain to me why the dev version of the docs for > django.contrib.markup

Re: URL Hierarchy on a given page

2012-10-02 Thread creecode
.com/<http://www.madtrak.com/about> > , http://www.madtrak.com/about, and > http://www.madtrak.com/about/contributors respectively. > > I believe after having said this what I'm trying to do is more clear. So > yeah, I wouldn't want to go page by page creating

Re: Regarding the sub domains

2012-10-14 Thread creecode
olves some overhead which only you'll be able to determine if it is appropriate for your situation. You may want to read this thread on one way to do mass hosting<https://groups.google.com/d/msg/modwsgi/wp3ej772jgs/SXMzMZl5dN0J>if you're going to use mod_wsgi. Toodle-looo

Re: What is the right way to use S3 as a storage backend?

2011-10-05 Thread creecode
onse is most likely a setup issue with your permissions. You need to make sure that everything along the path (bucket, folders, file) to your file has public access set for everyone to access via a browser. Toodle-loooo.... creecode -- You received this message because you are s

  1   2   >