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

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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
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: 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: 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: Logging into CSRF protected Django site using Curl?

2012-01-08 Thread creecode
This is not a best practices or anything just a sample to show programmers 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.

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
rojects, apache 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 rece

Re: Django dev/deploy environment for distributed agile teams

2012-01-01 Thread creecode
g a WSGI 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

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
tastic web 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&

Re: Website Documentation Search broken?

2011-12-14 Thread creecode
man, it's 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 vis

Re: Website Documentation Search broken?

2011-12-14 Thread creecode
x27;m almost certain 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

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 to the

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
h 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 discus

Re: Select fields change their value without user interaction

2011-11-18 Thread creecode
s > 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. T

Re: Select fields change their value without user interaction

2011-11-18 Thread creecode
r restarts. 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/-/IfMxk5H5p

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 be

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

2011-11-14 Thread creecode
may need to manually copy 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... c

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
l you feel 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 discussio

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&q

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

2011-10-21 Thread creecode
niques discussed 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

Re: Admin Home Apps and Models ordering

2011-10-21 Thread creecode
f 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/-/xEe

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

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 django-

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/-/TY4ToU

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
line between 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

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
ango (again, of course! :-) ) 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

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 subscr

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
ect.com/en/1.3/topics/auth/#storing-additional-information-about-users >? Toodle-loooo... 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.go

Re: Making command-line clients to Django data

2011-06-13 Thread creecode
hell scripts 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 discussi

Re: Excel dumps to Office 10

2011-06-06 Thread creecode
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/-/Y0ZUcERGMUpGb

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 this d

Re: bounces

2011-06-06 Thread creecode
el about 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-looooo.... creecode -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: bounces

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

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

Re: Pre fork or worker MPM

2011-05-17 Thread creecode
re 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
27;t show at all end 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-loooooo..

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

2011-05-13 Thread creecode
mplate stuff is the prefered 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 em

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 django-users@goo

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

2011-04-30 Thread creecode
like to see some code if it's 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

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 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 email to django-users@googleg

Re: develop to product

2011-03-29 Thread creecode
27;ve just been 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-loooo.. creecode -- You received this message because y

Re: custom django-admin commands naming convention

2011-03-08 Thread creecode
I separate each word 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 wrote: > Our company has a

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 doesn't work? > > The pr

Re: current recommendations for using email as username

2011-03-04 Thread creecode
t; > 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.. creecode -- You receive

Re: now template tag and predefined format DATE_FORMAT problem

2011-02-10 Thread creecode
d! :-) Toodle-loooooo.. 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...@googlegrou

Re: now template tag and predefined format DATE_FORMAT problem

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

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 django-users@googlegroups.com. To unsubscribe

Re: now template tag and predefined format DATE_FORMAT problem

2011-02-09 Thread creecode
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 django-users@googlegroups.com.

Re: now template tag and predefined format DATE_FORMAT problem

2011-02-09 Thread creecode
ednesday, 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_FORMAT and the now tag seem

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

2011-02-09 Thread creecode
e inheritance 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@googl

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-l creecode -- You received this message becaus

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

2011-02-07 Thread creecode
ll 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-l... creecode -- You received this

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

2011-02-07 Thread creecode
u could also create your own signal system for use when processing the POST in your view that handles your ip address needs. It all depends on what you want to do with the ip address. If you let us know more about what of your situation we might be able to give your more ideas. Toodle-l

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

2011-01-31 Thread creecode
;sort=name&layout=list&num=50 > 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 unsubs

Re: ANN: Server upgrade on djangoproject.com

2011-01-30 Thread creecode
oject.com/browser/django/branches/releases/1.2.X/django/contrib/admin/views/main.py#L31 > in the original post. For me this line is visually cut off on the right. Probably an overflow: hidden or some such. If other aren't seeing that than that would be useful for me to know. Thanks, Too

Re: ANN: Server upgrade on djangoproject.com

2011-01-29 Thread creecode
Hello Jacob, On Jan 28, 12:33 pm, Jacob Kaplan-Moss 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, creecode -- You recei

Re: Adding a new collapsed form in Flatpages

2011-01-22 Thread creecode
lAdmin.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. To unsubscribe from this gro

Re: Admin Site: how to add apps with no db model?

2010-12-22 Thread creecode
d it on the Admin Site like we do with the models? > i.e.: "admin.site.register(ModelClass)" or something like this ? Toodle-lo creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this grou

  1   2   >