Re: The Django 1.7 tees!

2014-06-07 Thread Sithembewena Lloyd Dube
Hi Russell, Emails from Teespring? I cannot seem to find any - not even in my trash?? :( You are right though, the currency arbitrage at most banks is shocking - and the fees are not insignificant. I am not sure what went on here and I am really jittery because I badly want a 1.7 tee. This is a m

Re: The Django 1.7 tees!

2014-06-07 Thread Russell Keith-Magee
Hi Lloyd; The emails you've received from Teespring give all the details, including a link that should let you track progress of your order. I don't have access to any info beyond that. However, personally, I wouldn't take absence of a bank record to be evidence of anything. Interbank currency ar

Re: Model._meta.get_all_related_objects() returns [] in Django 1.7b4

2014-06-07 Thread Russell Keith-Magee
While it is true that _meta is technically unsupported API, it is sufficiently "core" that it wouldn't be changed lightly. I'm not aware of any changes to _meta semantics that have been introduced in 1.7 - especially not in the basic reflection structure of relations. I'm would also be deeply su

Re: The Django 1.7 tees!

2014-06-07 Thread Sithembewena Lloyd Dube
Hi Russell, Thanks for the feedback. I still do not see anything processed on the card - am getting a bit worried here. Is there some way I could find out what happened to my order? Kind regards, Lloyd On Tue, Jun 3, 2014 at 1:56 AM, Russell Keith-Magee wrote: > Hi Lloyd, > > The card won't b

Re: Question about moving code to product from local or development server.

2014-06-07 Thread Adam Stein
I use Fabric (http://www.fabfile.org/), which bills itself as a Python library and command line tool for streamlining the use of SSH for application deployment or systems administration tasks. No need to invent your own. On Sat, 2014-06-07 at 16:50 -0400, Chen Xu wrote: > I am building a django w

Re: Model._meta.get_all_related_objects() returns [] in Django 1.7b4

2014-06-07 Thread Babatunde Akinyanmi
Hi Lucas. The development version of django is unstable so if you choose to use it, you should not be surprised if strange things like what you have described happen. Also, _meta is a private part of the code base that can change anytime. On 7 Jun 2014 21:18, "Lucas Sampaio" wrote: > Hello everyo

Question about moving code to product from local or development server.

2014-06-07 Thread Chen Xu
I am building a django website, and wondering what is an easy way to move all of my code to production, is there a tool for doing that, or maybe write my own script? Thanks -- ⚡ Chen Xu ⚡ -- You received this message because you are subscribed to the Google Groups "Django users" group. To un

Model._meta.get_all_related_objects() returns [] in Django 1.7b4

2014-06-07 Thread Lucas Sampaio
Hello everyone, I'm new in this group, I'm a brazilian web developer trying to set up a new project using Django 1.7b4 (I couldn't wait to test the new migrations app). Problem is: I need to write a Serializer, like Django-REST-Framework does[1], but there's a problem: I don't know why, but Mo

Anyone interested in reviewing code for a hobby project - BookMarker

2014-06-07 Thread Aseem Bansal
I last asked for a review around two weeks back for my project. Is anyone interested to give a second review for this project? https://github.com/anshbansal/Bookmarker The last thread was here https://groups.google.com/forum/#!topic/django-users/ob4fXz3GF9w in case someone wants to see that I

HELP on unittest.loader.ModuleImportFailure

2014-06-07 Thread Kim
Hi, I started learning Django and am using "Test Driven Web Development with Python" book. On page 21, the book mentions to test using lists/tests.py. The book uses the code: $ python3 manage.py test to run the test. However, the manage.py file sits in the upper superlists folder and the tes