Search Discussions
-
My app will have to communicate different customers (Linux devices, Windoze devices, iOS devices and Android devices at least). Overall, any of these customer devices will start one of many processes ...
Mario Osorio
Dec 20, 2013 at 4:58 pm
Jan 8, 2014 at 8:18 pm -
Hello. This is my first post. The attached Word document tracks everything I have done this morning to get this to work. Your insights, guidance, and assistance is greatly appreciated. -- You ...
Malik Rumi
Dec 24, 2013 at 1:41 pm
Jan 16, 2014 at 1:31 am -
Hello, I'm developing a Django-powered blog, with two versions: a desktop version and a mobile I optimized version for when it is accessed through a mobile device. Now, I'm trying to test it on my ...
Muhammad Ali
Dec 9, 2013 at 6:49 pm
Jul 29, 2014 at 11:18 am -
I've finished my django project but I'm only running it locally. I want to put it on a website -- You received this message because you are subscribed to the Google Groups "Django users" group. To ...
Pablo Diaz
Dec 21, 2013 at 4:02 pm
Dec 24, 2013 at 8:40 pm -
Hi, I have these tables on apps/common/models.py class UnitType(models.Model): title = models.CharField(max_length=50) def __unicode__(self): return u'%s' % self.title class UnitPrice(models.Model) ...
Mrinmoy Das
Dec 6, 2013 at 7:44 am
Dec 10, 2013 at 4:49 am -
Hello, I'm using Django to have people in my company access our database. Since the application is not meant for public use, I was wondering how to best struture it. The admin framework seems to be ...
Giuliano Bertoletti
Dec 8, 2013 at 3:38 pm
Dec 10, 2013 at 1:24 am -
Hi I am not able to figure this out. I want to add objects to a query set. I have 2 models : 1. Projects which is basically a list of projects. I have a field which defines the owner of the project ...
Vibhu Rishi
Dec 16, 2013 at 1:47 pm
Dec 17, 2013 at 12:24 pm -
For Windows XP, should Django be installed under the Python27 folder? Or should Django be on the root of the C: drive? Frederick Miller -- You received this message because you are subscribed to the ...
Frederick Miller
Dec 12, 2013 at 9:56 pm
Dec 15, 2013 at 7:37 pm -
Hi everyone, I'm working for a startup called BugFree Software. We're launching a new Python product for web automation today and, since you are all doing web development with Python, I wanted to let ...
Michael Herrmann
Dec 16, 2013 at 12:45 pm
Dec 19, 2013 at 6:48 am -
I'm creating a custom user by extending the AbstractBaseUser class. I have read the Django documentation and several tutorials online and I think that what I've done till now is very basic and should ...
Vinayak11118
Dec 20, 2013 at 11:48 am
Mar 21, 2014 at 10:17 am -
I am running Django 1.6. I receive a lot of false positive errors from my Django application when accessed with an invalid HTTP_HOST. I have verified that these are in fact HTTP_HOST values that I am ...
Jon Dufresne
Dec 5, 2013 at 7:21 pm
Feb 26, 2014 at 2:15 pm -
Testing django for my next web app, but encountering image library problems when I've added the django-facebook to my project; ImproperlyConfigured: Neither Pillow nor PIL could be imported: No ...
Duncan Bates
Dec 17, 2013 at 1:06 pm
Dec 20, 2013 at 8:51 am -
Hello all, So, I started looking at recommended reading on Django and a couple books referred me to first go through "The Definitive Guide To Django." I have to admit some concern about reading a ...
Bruce Whealton
Dec 10, 2013 at 5:14 pm
Dec 12, 2013 at 12:45 am -
I have a model "Cliente" and in it a field "password". In forms.py file, I am using ModelForm, but put in the password field Password = forms.CharField (widget = forms.PasswordInput (render_value = ...
Ricardo Kamada
Dec 5, 2013 at 7:54 pm
Dec 9, 2013 at 4:23 pm -
Hello all, I have a strange occurrence I'd like to share to see if any of you have run into the same thing. I am using Django 1.5.4, SQL Server 2008, and have the following field definition in one of ...
Derrick Jackson
Dec 6, 2013 at 11:45 am
Dec 8, 2013 at 4:47 pm -
What I want to do is, whenever I create a new message, I want the *sender *of the *Message* to be added to the *user *of the *Thread.* How do I do that? -- You received this message because you are ...
Aamu Padi
Dec 2, 2013 at 10:50 pm
Dec 3, 2013 at 3:47 pm -
I get an error message when I run the "$ python manage.py syncdb" Command. 70 SyntaxError: Non-ASCII character '\xe2' in file /Users/bmregister/djangoLocal/myFirstSite/myFirstSite/settings.py on line ...
Register, Brent (CMG-Atlanta)
Dec 26, 2013 at 9:57 pm
Jan 8, 2014 at 12:01 pm -
I'm trying to access an attribute of the current view instance in the middleware layer. For example, given a class-based view like this: # views.pyclass MyView(View): my_attribute = 'something' I'd ...
Alk
Dec 27, 2013 at 8:40 pm
Dec 28, 2013 at 8:14 pm -
Hi, I wanted to ask that what should I learn first = wxPython or Django?(Being a beginner in python) -- You received this message because you are subscribed to the Google Groups "Django users" ...
Sahil13082
Dec 25, 2013 at 9:43 pm
Dec 26, 2013 at 3:50 pm -
HI, My model like this * opinion = models.CharField('Comments', max_length=2000)* * total = models.FloatField('Total Mark')* the sql qery should like this "SELECT total FROM tablexyz WHERE ...
Ali Hayder
Dec 24, 2013 at 12:35 am
Dec 24, 2013 at 5:35 pm -
Right so it has been quite awhile since I updated my list of must have Django apps. I was wondering if anyone had any suggestions? Currently I use the following in all my Django projects: Django ...
Some Developer
Dec 15, 2013 at 4:43 pm
Dec 16, 2013 at 11:40 am -
Hola, I have an object Part that has a method part_number() part_number is a function that returns an identifying string based on a number of different vars on the model. part_number needs to be ...
Lachlan Musicman
Dec 5, 2013 at 4:05 am
Dec 5, 2013 at 11:14 pm -
I would like to create a web app / interface to manipulate and maintain my server's dhcpd.conf file. *Background in Short:* I was asked a few years back to build a wifi network for approximately 500 ...
Zobcloud
Dec 25, 2013 at 2:08 am
Dec 26, 2013 at 7:12 pm -
Hello all, I was discussing the topic with a couple of my friends that Django's ORM is / is not tightly coupled with databases in general. My point of view was that django is not tightly coupled ...
Rakan Alhneiti
Dec 24, 2013 at 3:18 pm
Dec 24, 2013 at 5:50 pm -
*Top 3 challenges of a django-cms user:* 1. Are you trying to use django-cms, but got tangled with the complex setup process? 2. Do you wanna start publishing your content right away with django-cms, ...
Mark Moss
Dec 12, 2013 at 7:05 pm
Dec 23, 2013 at 11:15 am -
Hello, I'm happy to annonce that we're almost ready to release version 1.0 of the Debug Toolbar! Now we need your help to try the beta ...
Aymeric Augustin
Dec 15, 2013 at 1:12 pm
Dec 21, 2013 at 9:34 am -
Hello guys, I'm trying to understand the inner workings of the permissions django system. My question is where exactly in the django source code, the default permissions are created? -- Fábio C ...
Fabio C. Barrionuevo da Luz
Dec 19, 2013 at 7:17 pm
Dec 20, 2013 at 5:32 pm -
Is there a django forms widget or something which html format-able input box, like gmail? Something in where we can add a list or an image inside a textbox. Mrinmoy Das http://goromlagche.in/ -- You ...
Mrinmoy Das
Dec 19, 2013 at 6:44 am
Dec 20, 2013 at 11:58 am -
I have 2 tables that I need to initialize with some initial sql files. One table has a foreign key reference into the other. The docs say "Note that if you have multiple SQL data files, there’s no ...
Larry Martell
Dec 13, 2013 at 9:48 pm
Dec 14, 2013 at 8:51 pm -
Hi, I'm new in Django, I'm excited with Django so I have to following the existing tutorial to knew how to create a program with Django. I started with tutorial 1, Writing your first Django app, ...
Suhendri
Dec 10, 2013 at 10:20 pm
Dec 11, 2013 at 1:00 pm -
I have a problem with wizard, no data from previous forms is stored in session backend ... What's exactly the problem I do not understand, but as a function called "def set_step_data(data): ... ...
Olga Burdonova
Dec 9, 2013 at 2:14 pm
Dec 10, 2013 at 1:34 pm -
Hello, I installed a django app "zebra" in my django site. This application is working with runserver but not on host server. I want it running on host server ASAP. What could be the probable reason ...
Sandeep kaur
Dec 5, 2013 at 2:54 am
Dec 5, 2013 at 4:52 pm -
I'm running Django on Windows with PostgreSQL database. I'm in tutorial 5 and have copy/pasted the code after it's initial failure. I've been following the tutorials to this point, with only a little ...
Matt Schloepp
Dec 4, 2013 at 5:23 pm
Dec 4, 2013 at 10:35 pm -
django 1.4 version postgresql 9.1 version I have successfully loaded all the html files and css on browser using django. Now i have some tables in postgresql ,which i need to integrate it with django ...
Swastik Acharya
Dec 3, 2013 at 6:42 am
Dec 4, 2013 at 7:48 am -
Hi, does anyone have used django1.6 persistent connections with postgresql? I've done a simple test and I'm not sure, that django behaves correctly. Django can't recover after DB restart, and all ...
Pavel Lurye
Dec 17, 2013 at 12:57 pm
Feb 15, 2014 at 11:57 pm -
Hi I got an some incorrection in reverse behaviour. From django docs The string returned by reverse() is already urlquoted. For example: '.../Orl%C3%A9ans/' Applying further encoding (such as ...
Vitaly
Dec 17, 2013 at 10:15 am
Jan 15, 2014 at 7:33 pm -
I am a newbie. I am learning Django by developing a web application. There is use-case where I got stuck. there are 3 buttons on a html page *Personal info* *Education* *Work Experience* It is ...
Arun Kaushik
Dec 26, 2013 at 6:11 pm
Dec 31, 2013 at 12:59 pm -
Hi, I am working on a message sending/reading app atm. Is there any way to push a message to a particular user session by using Redis and SSE ? I am using the tutorial at ...
Thai Tran
Dec 29, 2013 at 6:54 pm
Dec 30, 2013 at 2:27 am -
Hi, I am writing a django website using django-allauth for facebook authentication. When I sign into facebook(after giving username and passwd) from my local development server( ...
Nobin Mathew
Dec 24, 2013 at 9:16 am
Dec 24, 2013 at 8:11 pm -
I need to work on a django app that will eventually benefit from a RESTful API so it can be used from any web browser as well a from apps writtens for iOS and Android. Being so new to django ...
Mario Osorio
Dec 20, 2013 at 4:45 pm
Dec 21, 2013 at 4:23 am -
Hi, in my views i have method calls which might be take some time. It is sufficient to return a simple message and request the result in another step. I explore celery , but It might be to complex , ...
Christian Schulz
Dec 20, 2013 at 11:12 am
Dec 20, 2013 at 4:33 pm -
Hi, I would like to announce a GUI app, written in wxPython, that I quickly assembled yesterday mainly using some code from StackOverflow and Google. The app is called wxMailServer and all it does ...
Michał Pasternak
Dec 19, 2013 at 12:09 pm
Dec 20, 2013 at 6:28 am -
I am currently working on a web page using Django to recommend people food, basically when people refresh the page, it shows a different food which is from the database. I am wondering if there is a ...
Chen Xu
Dec 19, 2013 at 9:00 pm
Dec 19, 2013 at 10:27 pm -
Hi, I want to develop a django app where the users have to select some text in a given sentence; And I need to store the selected text and the time taken for selecting that text. I'm a newbie to ...
Mario Hari
Dec 19, 2013 at 12:08 pm
Dec 19, 2013 at 1:20 pm -
I want to query the friends of an User but I'm struggling to get the correct query. Models: class User(AbstractUser, TimestampedModel, SerializeMixin): city = models.CharField(max_length=60, ...
Arthur Silva
Dec 17, 2013 at 2:50 pm
Dec 17, 2013 at 6:10 pm -
simple_prototype_of_online_voting_system ======================================== I am new to Django/Python. After a few tutorial, I have tried to develop this app. However, I need some constructive ...
Amimo Benja
Dec 13, 2013 at 1:31 pm
Dec 13, 2013 at 7:34 pm -
My previous post was lengthy. I just need to find out how much memory is being used server-side when a view is rendered. I know it's possible to do this for regular python scripts, but I'm not sure ...
Christopher Welborn
Dec 12, 2013 at 11:52 pm
Dec 13, 2013 at 3:57 am -
help me please... TypeError at /admin/myshop/catalogcategory/add/ 'NoneType' object has no attribute '__getitem__' Request Method:POSTRequest URL ...
Lasha Gogua
Dec 5, 2013 at 12:41 pm
Dec 5, 2013 at 3:45 pm -
I have test cases that pass when tested individually, pass when the full app is tested but fail when the tests for the entire project are run: (lsapi)~ $ django test Creating test database for alias ...
Paul Whipp
Dec 2, 2013 at 12:24 am
Dec 5, 2013 at 7:32 am -
Hello, please have a look at my models.py. *models.py:* I am having two problems when I try to create a new message: 1. How do I auto populate the Thread with its primary key whenever I create a new ...
Aamu Padi
Dec 1, 2013 at 2:13 pm
Dec 1, 2013 at 4:17 pm
Group Overview
group | django-users |
categories | django, python |
discussions | 152 |
posts | 516 |
users | 218 |
website | djangoproject.com |
218 users for December 2013
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)