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
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-
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
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
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*
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
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
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
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
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:
&
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.
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
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
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
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
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!
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-
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
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
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!
--~--~
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
> 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
> 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
>
> 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
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
--~--~-~--~~---
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
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
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
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
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
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
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
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@
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
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
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
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:
>
> [...]
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
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
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
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
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
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
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
:
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
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
@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
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
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
49 matches
Mail list logo