really good !!

2012-01-10 Thread Dana Woodman
really good !! i found a very good B2C place really a good place for us hope you can try too enjoy yourself here -- 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:

2011-02-22 Thread Dana Woodman
Please don't click on that link, it appears someone got into my account... -- 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-

[no subject]

2011-02-22 Thread Dana Woodman
http://europucier.com/cool01.11.php?ID=528 -- Cheers, Dana W. -- 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 dj

Re: What's your workflow?

2010-12-23 Thread Dana
    processes. I know this sounds like a minimal amount of time saves, >       but when you're doing 200-300 test runs a day, it soon adds up! >       Again, use your own discretion as to whether this approach is >       sensible for the size of the project. > > Also, as a side co

Re: What's your workflow?

2010-12-23 Thread Dana
s arsenal. On Dec 22, 12:41 pm, Subramanyam wrote: > hi Dana > > On Thu, Dec 23, 2010 at 12:51 AM, Dana wrote: > > Subramanyam, thanks for the response. > > > In regard to 3, I am not clear why it would be a good idea to add in > > model fields for things you *think*

Re: What's your workflow?

2010-12-22 Thread Dana
complete then go for selenium , deployment automation, ... > and the rest > > Subramanyam > > On Thu, Dec 23, 2010 at 12:10 AM, Dana wrote: > > I've been bashing my head against a wall lately trying to determine > > the best (highly subjective, I know) workflow for developing

What's your workflow?

2010-12-22 Thread Dana
I've been bashing my head against a wall lately trying to determine the best (highly subjective, I know) workflow for developing Django projects. What I have gathered so far is: * Buildout -- For building and packaging your projects. * Fabric -- For easy deployment/testing of code on devel/stagin

Re: DjangoCon 2011

2010-09-28 Thread Dana Spiegel
gh we should at least reach out to Charlie O'Donnell @ First Round Capital to get his take on this). -- Dana Spiegel sociableDESIGN +1 917 402 0422 d...@sociabledesign.com On Sep 28, 2010, at 10:10 AM, Steve Holden wrote: > On 9/28/2010 9:44 AM, Dana Spiegel wrote: >> Steve

Re: DjangoCon 2011

2010-09-28 Thread Dana Spiegel
Steve, This seems totally reasonable. Looking at this from a different perspective, given that there are a large and increasing number of python-based startups in NYC, would it make a difference re: which city was chosen if we (in NYC) were able to solicit sponsorships from VCs and tech firms her

Re: Using email instead of username in extended "User" model?

2009-08-04 Thread Dana Woodman
Yeah that seems like the option Ill go with since it is probably the most clean and future compatible. My user's dont need to log into django admin anyways so that should suffice. Thanks everyone for the feedback! Cheers, Dana On Mon, Aug 3, 2009 at 4:23 PM, Malcolm Tredinnick wrote: &

Re: Using email instead of username in extended "User" model?

2009-08-03 Thread Dana
Yes, I agree that this is probably the best way to do it as I see now and I may well do that change, Im just hoping that Im missing some way to get around hacking up Django to get what I want... This seems like the one thing in the framework that is suboptimal... too bad because it is so crucial.

Re: Using email instead of username in extended "User" model?

2009-08-03 Thread Dana
Ok, I understand the login part but what about registration? Wouldn't the user's need a username still? Or am I misunderstanding... And what about Django admin, it would still need a username correct? On Aug 2, 8:44 pm, Malcolm Tredinnick wrote: > On Sun, 2009-08-02 at 20:21 -070

Re: Using email instead of username in extended "User" model?

2009-08-02 Thread Dana
aking email the username field or some other method), I learn best by example. Cheers, D On Aug 2, 7:33 pm, Dana wrote: > Tried using that but seems to not do what I need. I couldn't get an > email address to save as a password and I am not willing to modify > Django or hack my databas

Re: Using email instead of username in extended "User" model?

2009-08-02 Thread Dana
ngosnippets.org/snippets/74/ > > On Aug 2, 5:38 pm,Dana wrote: > > > Hello All, > > > I am looking to create a user model that extends the Auth "User" > > model, like how James Bennett outlines in his article "Extending the > > User Model" [1] by c

Re: Using email instead of username in extended "User" model?

2009-08-02 Thread Dana
Modification of Django code is not really a path I want to take, I'd prefer a cleaner approach, but thanks for the suggestion! On Aug 2, 11:39 am, cootetom wrote: > Another option you have is to modify the User model directly in the > django source code. > > You will need to edit: > django.contr

Using email instead of username in extended "User" model?

2009-08-02 Thread Dana
s any clear way of doing this without having to roll my own auth app? I played with the idea of having my "save()" function create a random username when saving but that is obviously an ugly solution. Is there an easier way to do this that I am overlooking? Thanks for all your time!

Re: Sending attachments with django-contact-form

2009-03-20 Thread Dana
Your the man john, that worked with basically no modification, thanks a ton! On Mar 16, 8:27 pm, John Hensley wrote: > On Mar 16, 2009, at 3:46 PM, Dana wrote: > > > > > I am wondering what the simplest way to send an attachment with   > > django- > > contact-

Sending attachments with django-contact-form

2009-03-16 Thread Dana
Hello, I am wondering what the simplest way to send an attachment with django- contact-form (http://code.google.com/p/django-contact-form/) is. I don't have much experience with sending emails with Python, so Im a bit lost. I tried overriding the save method but couldn't get it functioning. Im i

Re: Adding project revision number to templates.

2009-02-08 Thread Dana Woodman
Thank you both! That is exactly what I was looking for! Cheers On Sun, Feb 8, 2009 at 3:34 PM, James Bennett wrote: > > On Sun, Feb 8, 2009 at 5:21 PM, Russell Keith-Magee > wrote: > > 1) Look at django.utils.version.get_svn_revision(). This method tells > > you Django's SVN revision. Make a

Adding project revision number to templates.

2009-02-08 Thread Dana
Hi all, Wondering what the best approach would be to add my projects revision number to my projects admin? I would like to show the revision number of my SVNed project in my admin templates so I can easily see what version each client is running. How would one go about doing this? Thanks! --~--~

Re: Pagination Suggestions

2008-12-26 Thread Dana
I highly recommend: http://code.google.com/p/django-pagination/ Very easy to implement, requires no modifications to views or models, purely template based (via template tags). On Dec 24, 2:36 pm, kev wrote: > Ah ok :) > > Thx!! > > On Dec 24, 5:12 pm, Brian Neal wrote: > > > On Dec 24, 3:54 

Re: Fixtures erase data?

2008-11-07 Thread Dana Woodman
> This idea is a little more sound, and is certainly in the realm of the > possible. I have some plans to improve fixture loading as a part of my > work on ticket #7052; Adding a --noclobber option would be a > reasonable extension to this work. I would suggest opening a ticket so > that the idea i

Re: Fixtures erase data?

2008-11-07 Thread Dana Woodman
> The initial data fixture is reloaded every time that syncdb is > executed; this will overwrite any changes that have been made to that > initial data. This is normal, intended behaviour, and there isn't a > setting or option to change this behaviour. > I had a feeling that was the case... Havin

Re: Fixtures erase data?

2008-11-07 Thread Dana Woodman
> > As I understand, and also as documented syncdb doesn't change existing > table. I wish that were true but its not the case. When I run syncdb, it will alter the object if it was already created. Here is what my initial_data.json file looks like: [ { "pk": 1, "model": "my

Fixtures erase data?

2008-11-07 Thread Dana
have a fixture that adds a row to my model with the value "foo", then I change it in the admin to "bar", then syncdb, it gets changed back to "foo". Is there a way to keep the changed value of "bar"? Thanks for your time, Dana --~--~-~--~~---

Re: What do you use for design interface / mockup

2008-10-24 Thread Dana
Personally, I find paper to be an amazingly useful (and sometimes under-rated media). It seems unsophisticated to some, but it gives you many options to change things around, rework ideas, emphasis certain elements or workflow. If you need to share you can scan or take a photo of it. Once you've g

Re: Different settings.py files for server and development

2008-10-23 Thread Dana
Never mind, answered my own problem. I had a missing setting that was causing a 500 error before it could access the settings-custom.py. Your solutions worked! Thanks! On Oct 23, 5:18 pm, Dana <[EMAIL PROTECTED]> wrote: > Ned/Felix, > > Ok, I tried your guys solution but it does

Re: Different settings.py files for server and development

2008-10-23 Thread Dana
 pm, Ned Batchelder <[EMAIL PROTECTED]> wrote: > In settings.py: > >     try: >        from settings_local import * >     except: >        pass > > --Ned.http://nedbatchelder.com > > > > Dana wrote: > > Hello everyone, > > > I know a form

Re: Different settings.py files for server and development

2008-10-23 Thread Dana
Sweet, I knew it was simple :) Thanks! On Oct 23, 3:54 pm, felix <[EMAIL PROTECTED]> wrote: > at the very bottom of settings.py : > > from local_settings import * > > this overwrites just the imported keys/values > > -flx > > On Thu, Oct 23, 2008 at 11:55 P

Different settings.py files for server and development

2008-10-23 Thread Dana
Hello everyone, I know a form of this question has been asked before on this group but I can't for the life of me find the thread. I am wondering how I can have a generic settings.py file that contains all my basic settings and then have a settings-local.py (or whatever...) and have that contain

Questions on packaging a project and naming conventions

2008-10-18 Thread Dana
Hello everyone, I am working on a CMS that includes a bunch of applications (like Story, Event, etc...) with some being propriatary and some being third party. When it comes to our naming conventions, we've had a bit of discussion over namespace issues. Now I have been referencing James Bennett's

Re: ImportError: Could not import settings 'settings'

2008-10-15 Thread Dana
to do with my system? Is there any way to make my system create the desired permissions by default? Either way its all working now so Im happy :-) Thanks for any help, Dana On Oct 15, 8:43 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Wed, 2008-10-15 at 20:16 -0700, D. Wood

ImportError: Could not import settings 'settings'

2008-10-15 Thread Dana
for the life of me figure it out. Any help would be greatly appreciated! Thank You! Dana --~--~-~--~~~---~--~~ 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@

Re: Admin UI: How to auto select selectbox items via URL?

2008-10-05 Thread Dana
Anyone have anything to say about this problem? On Sep 18, 2:16 pm, Dana <[EMAIL PROTECTED]> wrote: > Hi, > > Wondering why the Django admin Multiple Select box widget (in Django > 0.96, not sure if 1.0 is different), only allows you to pass in single > digit values via the

Editable template code in admin?

2008-10-03 Thread Dana
in the admin, yet have it display the list of somethings on the front end? Thanks for any help! Cheers, Dana --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Admin UI: How to auto select selectbox items via URL?

2008-09-18 Thread Dana
Django 1.0? Could someone test it on 1.0 and let me know? Also, if you know how to get around this for 0.96, I'd love to hear it. This is a Javascript related issue. Cheers, Dana --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

Re: Context Processor in Admin

2008-09-17 Thread Dana
Brian, thanks. I forgot to mention this project is using 0.96 (e). Thanks for the tip tho, ill use that in the future! On Sep 17, 3:27 pm, "Brian Rosner" <[EMAIL PROTECTED]> wrote: > On Wed, Sep 17, 2008 at 3:11 PM, Dana <[EMAIL PROTECTED]> wrote: > > [...]

Re: Context Processor in Admin

2008-09-17 Thread Dana
Never mind! Figured it out. Used a simple regular expression match to check which page it was on: if re.match(r'^/admin/story/story/\d+/$', request.path): .stuff here. Cheers On Sep 17, 2:11 pm, Dana <[EMAIL PROTECTED]> wrote: > Hello All! > > I am hitt

Context Processor in Admin

2008-09-17 Thread Dana
in a RequestContext but I am not sure how to do that without modifying the Django code. Im sure there is a simple fix and Id love if you could help me find it! Please let me know if you need more informaiton. Thanks a ton, Dana --~--~-~--~~~---~--~~ You received

Re: Absolute URL vs Relative URL, or ~ ?

2008-09-16 Thread Dana
Kip, don't you mean {{ model.get_image_url }}? Using {% url %}, get_absolute_url, MEDIA_ROOT, sites framework and url.py should be able to accomplish what you are looking to do and more. Also look into the permalink decorator while you're at it. Good luck! On Sep 16, 8:27 am, Kip Parker <[EMAIL

Re: Displaying a list of lists?

2008-09-11 Thread Dana
You could try the template filter "unordered_list" too I believe (haven't done it myself). http://docs.djangoproject.com/en/dev/ref/templates/builtins/#unordered-list Cheers On Sep 11, 11:36 am, "Lance F. Squire" <[EMAIL PROTECTED]> wrote: > Currently using Django version 0.96.3, on a Fedora 8

Making sure published date is respected in views

2008-09-11 Thread Dana
to go but what would be the best filter to apply? Any other ways to achieve this? Cheers, Dana --~--~-~--~~~---~--~~ 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: Need suggestions on subversion structure for project

2008-09-05 Thread Dana
I do almost the same thing, but instead of importing settings_local.py in settings.py, I import setting.py in settings_local.py and then just run my dev server by doing something like "python manage.py --settings settings-local runserver" which works well for my use case. On Sep 5, 8:42 am, "[EMA

Re: Modify settings.py file through admin?

2008-09-01 Thread Dana
le to this? Thanks a lot, Dana On Aug 28, 7:56 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2008-08-28 at 19:47 -0700, Dana wrote: > > Hey All, > > > Been trying to modify the settings.py file through admin using > > something along t

Modify settings.py file through admin?

2008-08-28 Thread Dana
: SiteSetting.objects.get(pk=1) but can run SiteSetting.timezone instead? Is it possible? Is there a better way around this? Thanks for any help you can offer! Cheers, Dana --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

Re: .pyc files not being created

2008-07-15 Thread Dana
Ok I think I got it now. Well, now to figure out why my application is eating up over 200mb's of memory without any users... Thanks, Dana On Jul 15, 11:08 am, Jeff Anderson <[EMAIL PROTECTED]> wrote: > Dana wrote: > > @Evert > > > Thanks for the information, Ill b

Re: .pyc files not being created

2008-07-15 Thread Dana
@Evert Thanks for the information, Ill be looking into all that today. @Graham, So there is no speed increase in using compiled python than using just strait python? So why is python ever compiled in the first place? Thanks! On Jul 15, 6:27 am, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On

Re: .pyc files not being created

2008-07-14 Thread Dana
ems like I would have to)? I couldn't get compileall.py to work on the command line... Tried 'compileall.py' and 'compileall'. What am I doing wrong? Thanks a ton, Dana On Jul 14, 4:12 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2008-07-14

Re: .pyc files not being created

2008-07-14 Thread Dana
Hi EAMiller, Im not seeing errors, Its just not compiling the python files (which it should be). I tried a few combinations, but I believe all I need to do is set the chmod to 775 for the source folder (in this case "src")? Thanks, Dana On Jul 14, 4:07 pm, EAMiller <[EMAIL PROT