Search Discussions
-
I have my django site setup on my production server, a Debian machine with exim4 and django 1.6. I use smtp.cox.net to relay my emails from my server. I can send emails from the server using mutt. I ...
Mark Phillips
Feb 1, 2014 at 1:06 am
May 13, 2014 at 10:32 am -
I've an app that has to drop into raw sql to run a query in a different Oracle database. The ORM isn't involved as I'm trying to get a count of rows that meet specific criteria to return that count ...
Shawn H
Feb 25, 2014 at 10:09 pm
Mar 5, 2014 at 9:17 pm -
Hi, There: Currently I am using Python Django as my REST framework and it could take all the calls through http. If I want to switch from http to https, what should I do to make this work? thanks in ...
Zhenwu he
Feb 12, 2014 at 1:57 am
Feb 13, 2014 at 9:17 pm -
Hey guys! I've got a real stumper here. Pulling my hair out over this one, would really appreciate some options! Anywhere in my application that calls user.get_profile() causes a FieldError.. but ...
Rich Jones
Feb 13, 2014 at 6:00 am
Feb 14, 2014 at 10:07 am -
I have just installed pycharm and django. And i followed the pycharm tutorial for creating your first app (http://www.jetbrains.com/pycharm/quickstart/django_guide.html). But now when I run the app I ...
Sean Luke
Feb 12, 2014 at 7:10 pm
Feb 13, 2014 at 11:26 pm -
So I'm working my way through the Django tutorials, and have got as far as the view tests. It seems that when running the test client, rather than returning data from an empty test database (is this ...
Paul Sermon
Feb 12, 2014 at 10:28 pm
Feb 13, 2014 at 9:48 pm -
Hi. I am looking for some advice on the best way to approach the following: I am pulling my blog posts out of my db. Inside of the posts I want to use an image scroller ( ...
Dennis Marwood
Feb 25, 2014 at 12:56 pm
Feb 28, 2014 at 4:17 pm -
9
when I pip-installed django-debug-toolbar, the latest version of Django was installed automatically.
Hello, when I pip-installed django-debug-toolbar, the latest version of Django was installed automatically. Not my intention. I got warning as below. ======== WARNING! ======== You have just ...Jmindview
Feb 17, 2014 at 7:50 pm
Feb 18, 2014 at 3:51 pm -
Hi all, I have to send a file (ex. csv file) to the Django server. I think to use the requests python module. Is this the best way? Second question; Django can receive this file? And also in this ...
Simone monteleone
Feb 13, 2014 at 1:19 pm
Feb 18, 2014 at 8:29 am -
I have no idea where to start on this problem. My application is work great using the admin UI but to enhance usability it is time for a new user interface. I am using dynatree.js to create a ...
Timothy W. Cook
Feb 27, 2014 at 11:38 am
Mar 1, 2014 at 2:24 pm -
Hi, How do I control the admin ManyToManyField widget with the keyboard? Thanks, Ram. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe ...
cool-RR
Feb 26, 2014 at 12:12 pm
Feb 27, 2014 at 7:40 pm -
Clearly this should be considered for merge into the core; https://github.com/mvasilkov/django-php The really sad part: someone somewhere *will* use this in production, and be totally srs about it ...
Cal Leeming [Simplicity Media Ltd]
Feb 27, 2014 at 11:30 pm
Feb 28, 2014 at 8:28 pm -
Hi, all, To create the message file, I did "django-admin.py makemessages -l zh_CN". It popped out the following error which I couldn't find on the web. Could anyone tell me the reason why this ...
Whitelotus
Feb 11, 2014 at 3:45 am
Feb 12, 2014 at 12:48 am -
Hi, I have a fairly simple Django site up and running on Heroku kind of a test project for me, all is well and I'm pretty happy with my progress so far: easylaughs.herokuapp.com Its a site for ...
BikerJim
Feb 3, 2014 at 7:18 pm
Feb 5, 2014 at 5:41 am -
Dear All, I am want to learn GeoDjango in real world application. I believe this book "Beginning Geo Django: Rich Gis Web Applications With Python" is the best book for me. But I could not download ...
Ram Shrestha
Feb 21, 2014 at 12:55 pm
Mar 19, 2014 at 3:42 pm -
Hello fellow django users, I'm using a form wizard (a very basic SessionWizardView) to create a simple "order page". The four steps of the wizard must be accessible to both logged in and anonymous ...
Parnigot
Feb 13, 2014 at 2:51 pm
Feb 17, 2014 at 4:45 pm -
I have been trying to get my django project on Google App Engine without success, including posting my most recent problem on Stack Overflow and getting zero responses (I just reposted that question ...
Malik Rumi
Feb 11, 2014 at 5:48 pm
Feb 13, 2014 at 10:08 pm -
I have a problem. I moved a django site from one hosting to godaddy. On the GoDaddy hosting it doesn't display in the admin page the site models. settings code: INSTALLED_APPS = ...
Mironiuc Sergiu
Feb 12, 2014 at 2:29 pm
Feb 13, 2014 at 3:29 pm -
Hi Djangonauts, Do you know anyone for my client's newly open Lead Python / Django Developer opening? They are a well-funded, stable, and disruptive startup in the Chandler area. If you do, please ...
Marsh Sutherland
Feb 11, 2014 at 9:54 pm
Feb 12, 2014 at 11:30 pm -
6
import
Hello all. I have a little question, maybe a little stupid but non the less it keeps me busy. :-) I want to start making some web based apps as a hobby project. I have no coding experience other then ...Johan Hendriks
Feb 11, 2014 at 12:53 pm
Feb 11, 2014 at 3:24 pm -
I need to implement a quite simple Django server that server some http requests *and *listens to a rabbitmq message queue that streams information into the Django app (that should be written to the ...
Alon Nisser
Feb 25, 2014 at 4:05 pm
Feb 28, 2014 at 1:33 am -
Hi, currently I'm using the following configuration to host a Django appliaction: # WSGI Configuration Now I need to host the same application for another project, but with a different database and ...
DJ-Tom
Feb 25, 2014 at 12:02 pm
Feb 27, 2014 at 6:13 pm -
Hi, I've searched a lot for this problem, but I never found one real solution. I've a simple Django News model with an ImageField set correctly. *What I need is to delete the old image file when I ...
Fabrizio Alongi
Feb 22, 2014 at 2:35 pm
Feb 24, 2014 at 10:17 pm -
Hi all, I'm trying to work with translated URL's, but the behavior I'm getting is not the one I expected. Part of the code is below: from django.utils.translation import ugettext_lazy as urlpatterns ...
Felipe Mesquita de Oliveira
Feb 7, 2014 at 4:38 pm
Feb 19, 2014 at 11:14 pm -
Where should one put application specific constants - those that change sometimes(1) and those that never change? For example, I am creating a simple inventory application for my mother's estate ...
Mark Phillips
Feb 14, 2014 at 4:13 pm
Feb 19, 2014 at 2:46 pm -
Hi all, the third issue of the small series "Digging Up Django Class-based Views" is out. This latest post is about form views. You find the whole series here ...
Leonardo Giordani
Feb 14, 2014 at 1:11 pm
Feb 18, 2014 at 1:19 pm -
Hi there, I have a bare-bones Django app set up and am planning on using the built in Django user auth to manage log in and registration via the Android app I'm developing. I've tried this a number ...
Ethan Lowry
Feb 12, 2014 at 2:29 pm
Feb 12, 2014 at 4:09 pm -
Hi, I'm trying to optimize the run-time of getting total credit and debt values out of our database. Ideally I'd like to formulate it as a Django query. This is the raw SQL query I have, which ...
ST
Feb 5, 2014 at 6:35 pm
Feb 11, 2014 at 2:12 pm -
Hi, I have a model with fields that allows the user to modify the user-facing names of these fields. Think "first name", "last name", "email", the user may prefer these be displayed as "given name", ...
Jon Dufresne
Feb 4, 2014 at 6:03 pm
Feb 6, 2014 at 4:46 am -
Hi guys, I am building a gambling website thas has 2 types of users: Admin user: An user that manage that manages the website, it is a staff user(As already is done in Django), this user cannot ...
Henrique Oliveira
Feb 2, 2014 at 5:28 pm
Feb 3, 2014 at 2:10 am -
Hello, I am having trouble getting Django to work. I have installed python and downloaded and unzipped the .tar file for django. I am using windows 8 ugh and can not open the instal file. I read ...
Joe Buty
Feb 25, 2014 at 9:27 pm
Feb 27, 2014 at 9:33 pm -
Greetings ! Im trying to code a Automated Deploy System to Applications using Zope/Plone and JBOSS/Java and I am having some issues with LDAP Authentication. The authorization is OK, my problem is to ...
Fabio Surrage
Feb 25, 2014 at 2:32 pm
Feb 25, 2014 at 9:25 pm -
Hi guys, Can someone please give me a list of default Django template tags that have "mid-block" behavior like `else`? I mean tags where instead of simply having a start tag and an end tag, you have ...
cool-RR
Feb 13, 2014 at 10:06 pm
Feb 15, 2014 at 12:58 pm -
I'm getting obsessed! I have an API (TatstyPie) which saves a product. Every time this resource is saved I assign stock or rise an error if their is no stock. *get and allocate some stock:* stock = ...
Glyn Jackson
Feb 9, 2014 at 4:53 pm
Feb 10, 2014 at 3:01 pm -
Hola, What are people's recommendations for postgres db backup solutions? I've just installed django-dbbackup and will give it a try, but thought I'd ask what others were using. cheers L. -- From ...
Lachlan Musicman
Feb 6, 2014 at 11:09 pm
Feb 7, 2014 at 6:08 am -
I found this on django's blog: https://www.kickstarter.com/projects/mjtamlyn/improved-postgresql-support-in-django Very interesting! Anybody knows if they intend to redevelop everything from scratch ...
Federico Capoano
Feb 23, 2014 at 2:45 pm
Mar 10, 2014 at 11:57 pm -
I was briefly talking with a developer from Google whom I had met. He mentioned something that I hadn't really gotten a chance to ask him more about He told me to be careful with django templates ...
ApathyBear
Feb 26, 2014 at 10:47 pm
Feb 28, 2014 at 3:14 pm -
Hello, I have been trying to collect statics from the static folder but, its not collecting any files. But it did collect the admin files. What's wrong. Please help me. Thank you. *settings:* import ...
Robin Lery
Feb 27, 2014 at 1:05 pm
Feb 27, 2014 at 1:12 pm -
I am using transaction.atomic as a context manager for transactions in django 1.6. There is a block of code which I want to be in a transaction which has a couple of network calls and some database ...
Tapan pandita
Feb 26, 2014 at 9:59 pm
Feb 27, 2014 at 7:12 am -
Hi, For one of our new deployments we need to replace our authentication (django's default) with the client's Single Sign On (SSO). The client uses ADFS 2.0 for SSO. None of us have ever worked on ...
Me Sulphur
Feb 25, 2014 at 10:45 am
Feb 27, 2014 at 5:00 am -
Hi everybody, I'm facing the following problem with Mongodb. I've got the following model : from mongoengine import Document, StringField, DateTimeField class Author(Document): name = ...
Loutre
Feb 25, 2014 at 1:21 pm
Feb 25, 2014 at 2:38 pm -
I have to integrate to a large read only legacy mssql database . The many-to-many tables have a lot of additional fields like start/end dates of the relationship and their own naming conventions Can ...
Sells, Fred
Feb 24, 2014 at 7:54 pm
Feb 24, 2014 at 10:36 pm -
I'm using Django version 1.5.5. Here is a short snippet of the test I'm writing: from django.test import TestCase class MyTest(TestCase): def my_test(self): url = ... location of my view .. ...
Daniel Smith
Feb 22, 2014 at 12:17 am
Feb 24, 2014 at 10:20 pm -
Someone faced with such a problem, that sometimes csrfmiddlewaretoken in form transform to lower-case and accordingly the user receives an error? -- You received this message because you are ...
Vaal
Feb 20, 2014 at 11:41 am
Feb 20, 2014 at 12:23 pm -
hey list, I have a custom Field implemented for one of my models. How do I implement the database operations (e.g. '==', '!=') for the custom field which are used to execute database queries? bg, ...
Johannes Schneider
Feb 19, 2014 at 11:45 am
Feb 20, 2014 at 7:59 am -
Hello. I am trying to put together a little test application which allows a user to log in to a CAS server and then redirects them back to the site after they have logged in. I have followed the ...
Wasingej
Feb 19, 2014 at 6:27 pm
Feb 19, 2014 at 8:30 pm -
I've been Googling on this for several hours. Time to ask. I'm just trying to run through the very first tutorial, and frankly, it's been a nightmare. Running under Fedora 18, Python 2.7, Django ...
Steve Booth
Feb 15, 2014 at 11:57 pm
Feb 16, 2014 at 5:54 pm -
I need your help. Please. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an ...
Віталій Лисенко
Feb 15, 2014 at 5:31 pm
Feb 16, 2014 at 12:10 am -
As work in the Postgres Sql in Django. Give a link to the desired site or explain in detail. -- You received this message because you are subscribed to the Google Groups "Django users" group. To ...
Віталій Лисенко
Feb 14, 2014 at 7:42 pm
Feb 15, 2014 at 2:53 pm -
I'm running my Django app tests and I'm getting a random and very annoying assertion error ====================================================================== FAIL: test_rest_dns_delete ...
Marc Aymerich
Feb 12, 2014 at 6:57 pm
Feb 12, 2014 at 7:10 pm
Group Overview
group | django-users |
categories | django, python |
discussions | 162 |
posts | 585 |
users | 230 |
website | djangoproject.com |
230 users for February 2014
Archives
- June 2016 (290)
- May 2016 (491)
- April 2016 (514)
- March 2016 (465)
- February 2016 (662)
- January 2016 (505)
- December 2015 (415)
- November 2015 (526)
- October 2015 (476)
- September 2015 (456)
- August 2015 (554)
- July 2015 (590)
- June 2015 (536)
- May 2015 (641)
- April 2015 (642)
- March 2015 (800)
- February 2015 (604)
- January 2015 (823)
- December 2014 (718)
- November 2014 (795)
- October 2014 (750)
- September 2014 (764)
- August 2014 (755)
- July 2014 (700)
- June 2014 (67)
- May 2014 (453)
- April 2014 (527)
- March 2014 (531)
- February 2014 (585)
- January 2014 (611)
- December 2013 (516)
- November 2013 (644)
- October 2013 (841)
- September 2013 (741)
- August 2013 (916)
- July 2013 (973)
- June 2013 (847)
- May 2013 (974)
- April 2013 (1,049)
- March 2013 (1,032)
- February 2013 (871)
- January 2013 (915)
- December 2012 (827)
- November 2012 (872)
- October 2012 (1,034)
- September 2012 (1,208)
- August 2012 (1,081)
- July 2012 (1,435)
- June 2012 (1,191)
- May 2012 (1,406)
- April 2012 (624)