Re: Regarding the sub domains

2012-10-14 Thread creecode
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-loo creecode -- You received this message because you

Re: URL Hierarchy on a given page

2012-10-02 Thread creecode
ttp://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 this for each page

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 >

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. To

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... creecode -- You

Re: django scrolling script

2012-09-26 Thread creecode
-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 "Djan

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

2012-09-13 Thread creecode
t; > > 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 "Django users" group. To

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 subscribed

Re: people.djangoproject.com broken

2012-08-30 Thread creecode
ebsite 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_SIlckdwJ. T

Re: Django stickers

2012-08-25 Thread creecode
ternet. 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 email

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

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

2012-08-06 Thread creecode
d 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-loooooo... creecode --

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 are subscri

Re: RSS Reader

2012-06-14 Thread creecode
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 are subscribed to the Google Groups "Django users&quo

Re: Displaying markdown in html

2012-05-04 Thread creecode
{% endfor %} > 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

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: 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 subscribed

Re: Macs are great for Django development!

2012-04-20 Thread creecode
al 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! :-) Toodle-loo

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 mess

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

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 response,

Re: adding html5 field attributes to a model form

2012-04-09 Thread creecode
assing those forms for using them directly? 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/-/k6DJ30Z

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 b

Re: Problem with Django tutorial

2012-04-04 Thread creecode
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/-/GNnW9phn3JMJ. To post to this gr

Re: Tweepy Not Displaying

2012-03-28 Thread creecode
tus 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 the Google

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

2012-03-25 Thread creecode
o/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.google.com/d/

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... creec

Re: Django making box

2012-03-13 Thread creecode
pp 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-lo...... creecode -- You received this message

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 "Djan

Re: Automated Processes

2012-03-03 Thread creecode
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" group. To view this discussion on the web

Re: Django profile

2012-03-02 Thread creecode
o 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-5oXFPLUJkJ. To post to this group

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: Registering a user profile

2012-02-14 Thread creecode
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-G9LkGXdEoJ. To po

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-looooo.. creecode -- You received this message

Re: django-mptt compared w/ django-treebeard

2012-02-02 Thread creecode
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 this group, send email

Re: Logging into CSRF protected Django site using Curl?

2012-01-08 Thread creecode
the mechanics of interacting with the website with whatever tools they choose to use. I attempted to use tools that I thought would be available/familiar to a wide variety of systems/programmers. Toodle-l... creecode -- You received this message because you

Re: Cheap Django hosting?

2012-01-04 Thread creecode
pricing <http://aws.amazon.com/ec2/pricing/> structure for all their instance types. Toodle-looooo.... 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:

Re: User-set domain-prefixes, i.e. myname.googlegroups.com

2012-01-01 Thread creecode
configs, etc. The DNS config for the domain is given a wildcard (*.googlegroups.com) address record and Apache is used to redirect to a default domain for any domain that isn't picked up by Apache's config files. Toodle-looo creecode -- You received this message because

Re: Django dev/deploy environment for distributed agile teams

2012-01-01 Thread creecode
SGI application, this is not a recommended configuration. Of course there may be other technical reason to not use Gunicorn but if you're looking for something that eases deployment, give it a go! Toodle-l.. creecode -- You received this message because you are subscribed to the Go

Re: ¿why put an input with the hash?

2011-12-19 Thread creecode
Hello, It might help us to better answer your question if you explained why you need to see the raw password? Toodle-lo... creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion

Re: Organizing/Loading components on a home page using python

2011-12-18 Thread creecode
framework and you could can build almost anything you desire. It's just a bit lower level tool than what you describe you are looking for. Toodle-looo... creecode -- You received this message because you are subscribed to the Google Groups "Django users" grou

Re: Website Documentation Search broken?

2011-12-14 Thread creecode
just good to know that something has changed and now I can be more attentive next time I notice a problem! :-) Thanks, 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.g

Re: Website Documentation Search broken?

2011-12-14 Thread creecode
some of them were previously successful. I thought that perhaps it was just me remembering wrong but now, maybe, there really is a problem. Folks, chime in if you've had a feeling the search hasn't been working as well as before. Toodle-looo... creecode -- You received

Re: DoS susceptability via email logging

2011-12-08 Thread creecode
. If there is some kind of pattern to the problem then you might be able to automate a solution. Going the monitoring route generally requires one or more other computers to be effective. Toodle-looo creecode -- You received this message because you are subscribed

Re: double trailing slash in url

2011-12-01 Thread creecode
Hello Brain, Could it be you are seeing the results of the APPEND_SLASH setting < https://docs.djangoproject.com/en/1.3/ref/settings/#append-slash >. Toodle-loo... creecode -- You received this message because you are subscribed to the Google Groups "Django users"

Re: converting a large site to Django

2011-11-30 Thread creecode
could put them into the static area of your website. Give us more detail and we can probably be of more help. Toodle-lo.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this di

Re: Accessing Model Property from Admin Index Page

2011-11-22 Thread creecode
with the list_display < https://docs.djangoproject.com/en/1.3//ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_display >. Toodle-looo.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion

Re: Select fields change their value without user interaction

2011-11-18 Thread creecode
t; be an option for your use case? 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/-/r9wBXzLDhT8J. To post

Re: Select fields change their value without user interaction

2011-11-18 Thread creecode
. At the start of the day is good! :-) 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/-/IfMxk5H5p4Y

Re: Which Linux distro to use on EC2?

2011-11-14 Thread creecode
Hello all, +1 for Amazon's own linux. So far it seems to work pretty well and Amazon to date has been good with regular updates. They also have a pretty good collection of packages available for install via yum. Toodle-looo.. creecode -- You received this message because

Re: (fundamental) problem with password reset in 1.x: URL's become too long

2011-11-14 Thread creecode
and paste. I also have a template email ready to go when a support question of this nature comes in that I can shoot off reiterating what the problem might be and a possible solution. If you go this route let us know how it works for you. Toodle-lo... creecode -- You received

Re: No module named django after upgrade to os x Lion

2011-10-28 Thread creecode
Hello Angelika, On Friday, October 28, 2011 2:13:20 AM UTC-7, angelika wrote: creecode, I tried the commands you suggested first. No matter which > version I switched to, it still said No module named django, which > seems weird but there it is. If your curious about where the old

Re: No module named django after upgrade to os x Lion

2011-10-27 Thread creecode
the need for these tools. Don't get me wrong these tools are fantastic and I use them myself! 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 vi

Re: No module named django after upgrade to os x Lion

2011-10-27 Thread creecode
round in the old location so if your're concerned about disk space, you may want to attempt removal. Otherwise it shouldn't cause a problem. Toodle-looo creecode -- You received this message because you are subscribed to the Google Groups "Django users" group

Re: Django ORM - Am I trying to do the impossible?

2011-10-21 Thread creecode
cussed may be of use. 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/-/5P8V-waYI-AJ. To post to this g

Re: Admin Home Apps and Models ordering

2011-10-21 Thread creecode
course if someone else has better recollection, please pipe up. 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/-/xEeEF

Re: name conflicts in static files

2011-10-17 Thread creecode
Just a general tip for folks. Always namespace your template and static files to avoid problems. 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 vi

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 ar

Re: How to order "links" in the Admin?

2011-08-10 Thread creecode
rojects. 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/-/SSBCKCjJ3y8J. To post to this group, send email to dja

Re: Interesting Python obfuscation techniques from DEFCON18 (June 2010)

2011-07-08 Thread creecode
Hello Cal, Interesting read. Thanks for posting. 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/-/TY

Re: ANN: django-iadmin

2011-07-04 Thread creecode
Sounds interesting! Thanks! On Monday, July 4, 2011 11:06:44 AM UTC-7, sax wrote: > > Django iAdmin > > iAdmin is a replacement of standard django admin application. > Features > >- multiple columns portlets-like home page >- tabbed view of inlines >- mass updates functionality

Re: Questions on markdown

2011-07-04 Thread creecode
en each line. Alternately you could preprocess the input and add the extra lines yourself before processing with markdown.. Toodle-looo... creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discu

Re: ANN: django-iadmin

2011-07-04 Thread creecode
Hello sax, How about a short description here of what this app does? 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/

Re: Setting up EC2 for Django

2011-07-04 Thread creecode
Several dozen Python and Django related packages needed to run my websites. 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/m

Re: Possible interest in a webcast/presentation about Django site with 40mil+ rows of data??

2011-06-22 Thread creecode
Hello SleepyCal, On Wednesday, June 22, 2011 9:00:15 AM UTC-7, SleepyCal wrote: Yup, I'm planning on recording in 1080p and posting on Youtube shortly > afterwards. > Fantastic! Thank you, Toodle-l... creecode -- You received this message because you are subs

Re: Possible interest in a webcast/presentation about Django site with 40mil+ rows of data??

2011-06-22 Thread creecode
Hello SleepyCal, On Wednesday, June 22, 2011 6:15:48 AM UTC-7, SleepyCal wrote: If you're interested, please reply on-list so others can see. +1 Also if the webcast could be stored for later viewing that would be grand. Toodle-loo.. creecode -- You received

Re: Alternate user fields

2011-06-18 Thread creecode
erProfile class, > and i syncdb, but nothing shows up in the auth_user section in the > admin page. You probably need to register your UserProfile with the admin < https://docs.djangoproject.com/en/1.3/ref/contrib/admin/#django.contrib.admin.ModelAdmin >. Toodle-loooo.

Re: Alternate user fields

2011-06-18 Thread creecode
om/en/1.3/topics/auth/#storing-additional-information-about-users >? 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.

Re: Making command-line clients to Django data

2011-06-13 Thread creecode
cripts and have switched over to management commands. Obviously what works for me may not suit your needs. Toodle-loo.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the

Re: Excel dumps to Office 10

2011-06-06 Thread creecode
that are in a text format, you'd need to test. 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/-/Y0ZUcERGMUpGbUV

Re: How to implement multi-tenant, single DB, single site?

2011-06-06 Thread creecode
Hello Ben, Take a look at < https://docs.djangoproject.com/en/1.3/topics/auth/#storing-additional-information-about-users >. Toodle-l... creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view

Re: bounces

2011-06-06 Thread creecode
Django. If this thread helps someone in the future and saves them posting an email about the problem then a few extra posts now seem OK. Toodle-lo.... creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view

Re: bounces

2011-06-05 Thread creecode
exclusively. If the above isn't correct could you give us more detail? 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/dj

Re: Why is django-registration 0.8 not on PyPI?

2011-05-18 Thread creecode
Hello Ram, James Bennett would be the final authority on that question. Perhaps because it's not actually been released as 0.8? It appears to be in alpha stage. Toodle-l... creecode -- You received this message because you are subscribed to the Google Groups "Django

Re: Pre fork or worker MPM

2011-05-17 Thread creecode
u are trying to accomplish. If you could tell us a bit more about your project we might be able to give you better advice. Googleing should produce some results that may be of help. Toodle-loo...... creecode -- You received this message because you are subscribed to the Google Gro

Re: default group for new users

2011-05-17 Thread creecode
... 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, send email to django-users+unsubscr...@googlegroups.com. For more options, visit

Re: Re : get_absolute_url method breaks under 1.3 but works with 1.2.5

2011-05-13 Thread creecode
points? I could also try to post the actual relevant file contents to a message. Although that doesn't seem optimal. I provided the test case project/app as an attachment to make it easier for folks who are inclined to do some testing. Toodle-loo. creecode -- You re

Re: Re : get_absolute_url method breaks under 1.3 but works with 1.2.5

2011-05-13 Thread creecode
red behavior. Is this one of them? I don't know, hence my question to the community. 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.co

Re: Djangodomain hosting

2011-05-08 Thread creecode
Hello Daniel, Sorry no. But I can confirm that the domain (website at least) appears to be down. 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 dj

Re: Input element radio button group across rows of change list view in Admin?

2011-05-02 Thread creecode
Hello all, If you happen to know of an existing app w/online source that has an admin interface similar to what I want, pointers appreciated! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Input element radio button group across rows of change list view in Admin?

2011-04-30 Thread creecode
available online somewhere or perhaps you could describe your method. TIA 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 u

Re: I want Develop django poll app tuturial

2011-04-01 Thread creecode
April Fools joke right? :-) HA HA LOL! On Apr 1, 1:00 am, cha <mohamma...@gmail.com> wrote: > Im waiting Toodle-l.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send em

Re: develop to product

2011-03-29 Thread creecode
getting to grips with basic proxying myself. Check for an nginx error log somewhere... see what that says, if there... On Mar 29, 2:07 pm, yongzhen zhang <4...@live.cn> wrote: > nginx/0.7.65 Toodle-l.. creecode -- You received this message because you are s

Re: custom django-admin commands naming convention

2011-03-08 Thread creecode
with an underscore. The names are fairly long but I'm not typing them into the terminal all that much. Mostly called from cron or pulled up through my bash history. Toodle-looo.. creecode On Mar 8, 12:02 am, Marwan Al-Sabbagh <marwan.alsabb...@gmail.com> wrote: > Our co

Re: current recommendations for using email as username

2011-03-04 Thread creecode
It would be grand if the max_length was upped. On Mar 4, 7:51 pm, Shawn Milochik wrote: > > Email addresses have been allowed since version 1.2 < > >http://docs.djangoproject.com/en/1.2/topics/auth/#api-reference>. > > Have you found place in 1.2.x where an email address

Re: current recommendations for using email as username

2011-03-04 Thread creecode
o-emailauth", etc. > > What is the current state of this? Email addresses have been allowed since version 1.2 < http://docs.djangoproject.com/en/1.2/topics/auth/#api-reference >. Have you found place in 1.2.x where an email address doesn't work? Toodle-lo..

Re: now template tag and predefined format DATE_FORMAT problem

2011-02-10 Thread creecode
as it is fixed! :-) 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 unsubscribe from this group, send email

Re: now template tag and predefined format DATE_FORMAT problem

2011-02-10 Thread creecode
On Feb 9, 9:17 am, Daniel Roseman <dan...@roseman.org.uk> wrote: It would be worth raising a ticket for this. Done! < http://code.djangoproject.com/ticket/15267 >. Toodle-loooo...... creecode -- You received this message because you are subscribed to the Google Groups &

Re: Any advice on why my template inheritance does not seem to be working??

2011-02-09 Thread creecode
Glad to be of assistance! On Feb 9, 10:10 am, Dustin wrote: > Wow, thank you. Yes that was exactly my problem. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: now template tag and predefined format DATE_FORMAT problem

2011-02-09 Thread creecode
ioned in the docs for the now template tag < http://docs.djangoproject.com/en/dev/ref/templates/builtins/#now >. 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 dj

Re: now template tag and predefined format DATE_FORMAT problem

2011-02-09 Thread creecode
.uk> wrote: > On Wednesday, February 9, 2011 3:31:53 PM UTC, creecode wrote: > > > Hello all, > > > I'm trying to use the now template tag < > >http://docs.djangoproject.com/en/1.2/ref/templates/builtins/#now> > > with the predefined format DATE_FORM

Re: Any advice on why my template inheritance does not seem to be working??

2011-02-09 Thread creecode
heritance works. The relevant view code would help us determine if this is indeed the case. 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@googleg

now template tag and predefined format DATE_FORMAT problem

2011-02-09 Thread creecode
...and get back... WedAMPSTEPST0FebE_February-0800RFebAMPST Any thoughts on what I'm doing wrong? I'm using Django 1.2.x, have USE_I18N and USE_L10N set to True, and LANGUAGE_CODE is 'en-us' in settings.py. Toodle-loooo creecode -- You received this message because you are subscribed to t

Re: problem with date and decimal changes between 1.1.1 and 1.2.4

2011-02-07 Thread creecode
m not up on all the localization stuff but perhaps you can modify the localization file and then put it outside of the normal django directory and have your install use that file. Take a look at < http://docs.djangoproject.com/en/1.2/topics/i18n/ >. Toodle-loooo... creecode -- You

Re: Is there any way to get the ip address of the user in the post_save signal?

2011-02-07 Thread creecode
ideas. 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 unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com

Re: visually cut off code on djangoproject.com after upgrade?

2011-01-31 Thread creecode
when I reported my problem. 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, send email to djang

Re: ANN: Server upgrade on djangoproject.com

2011-01-30 Thread creecode
me to know. Thanks, 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, send email to django-users+unsubscr

Re: ANN: Server upgrade on djangoproject.com

2011-01-29 Thread creecode
Hello Jacob, On Jan 28, 12:33 pm, Jacob Kaplan-Moss <ja...@jacobian.org> wrote: > I'm starting the switchover to the new djangoproject.com server right > now. The source listings seem to visually cut off code. I don't recall seeing this issue before the upgrade. Thanks, creec

Re: Adding a new collapsed form in Flatpages

2011-01-22 Thread creecode
/ref/contrib/admin/#django.contrib.admin.InlineModelAdmin.extra >. Lots of useful information in the docs. Toodle-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.

Re: How to avoid passing of the same parameters in many views

2010-12-19 Thread creecode
ngs to > Google for. No need to Google unless you don't want to use the Caching system < http://docs.djangoproject.com/en/dev/topics/cache/ > available in Django. Toodle-loooo creecode -- You received this message because you are subscribed to the Google Groups "

  1   2   >