Search Discussions
-
Hello, I am a beginner in python and django programming, i have a question that already have been asked in stackoverflow and many forums, but i couldnt solve my own. this exactly my situation: this ...
Fred DJar
Mar 27, 2014 at 2:04 pm
Apr 11, 2014 at 10:30 pm -
Hello people, I'm having an issue in/with Django, which is on a shared hosting, and I'm using virtualenv and fastcgi. (<- saying this, just in case it helps in something) I'm getting ...
Omar Acevedo
Mar 1, 2014 at 10:53 pm
Mar 4, 2014 at 7:26 pm -
Hello, Another noob question. Please bear with me. I am really very confused between memcached and redis. I know they both are used for caching. But I don't know how much does they help. And lastly, ...
Robin Lery
Mar 1, 2014 at 4:28 pm
Mar 2, 2014 at 12:19 pm -
Hello, i wan to do download file of a checkbox ; Please help me this is my viewspy: def export_selected_dataqq(request): if request.method == 'POST': _selected_action = ...
Choro H
Mar 31, 2014 at 6:01 am
Apr 2, 2014 at 10:01 am -
This is probably an easy question, but I didn't manage to find the answer. If I just change the default value of a field in a model, do I need to run syncdb? Specifically I changed: foo = ...
Craig Schmidt
Mar 14, 2014 at 10:23 pm
Apr 7, 2014 at 6:03 am -
I am new to Django (but not new to python) and I am looking forward to create a customized page using django. I have read about django's inbuilt authentication system but I want build it from scratch ...
Aryak Sengupta
Mar 20, 2014 at 2:07 pm
Mar 21, 2014 at 2:12 am -
when creating your models, how do you know which field to assign the ManyToManyField ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To ...
Willyhakim
Mar 31, 2014 at 10:07 pm
Apr 1, 2014 at 5:36 pm -
Hello, I'm trying to setup a mini django app to allow users to download files from s3. I wrote a simple python function (using boto of course) to fetch the correct url but when i handle the url with ...
Paolo Bertasi
Mar 21, 2014 at 2:25 pm
Mar 31, 2014 at 8:27 am -
Hi, I have been trying to extend the UserCreationForm and have a form which performs user registration and adds email and the names. In addition I am using a choice field that allows a list down of ...
Sashank reddy
Mar 19, 2014 at 3:42 pm
Mar 21, 2014 at 12:01 pm -
I tried my best to follow the various guides out there, but the official documentation here https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/modwsgi/ has different instructions than the ...
Walter Wang
Mar 4, 2014 at 3:39 am
Mar 18, 2014 at 7:42 pm -
Good day, My static files are not showing on production, they show when I run them development mode. I am running Django1.6 on apache,mod_wsgi. I get the not found error on the files. I have been on ...
Luggaz
Mar 13, 2014 at 10:05 pm
Mar 14, 2014 at 6:42 pm -
Hi everybody. I have a weird problem. I have a small script that does a subprocess call. It works. It works when run via iPython. It blows up when run in manage.py shell or under Django with ...
Shawn Milochik
Mar 11, 2014 at 8:29 pm
Mar 12, 2014 at 2:38 am -
I am trying to transform geometry column type in django, here is my model class Network(models.Model): name = models.CharField(max_length=50, blank=True) alias = models.CharField(max_length=100, ...
Shoaib Ijaz
Mar 26, 2014 at 12:46 pm
Mar 28, 2014 at 10:25 am -
Hi Guys, I'm running into a problem with django(I guess this would also affect Python in general) where if I create a view eg def view(year=today.year()) The year is never re-evaluated until the ...
Anthony Hawkes
Mar 26, 2014 at 8:57 pm
Mar 27, 2014 at 12:15 am -
Hi, I am using from django.conf import settings Is there any faster way to get the SECRET_KEY in one of my app from settings.py ? -- You received this message because you are subscribed to the Google ...
Errfan Wadia
Mar 25, 2014 at 12:11 pm
Mar 26, 2014 at 4:35 am -
What is the simplest way to go about Django deployment? So far, I have found stuffs like pythonanywhere and Django's own deployment tutorial But what is the simplest and the easiest way to go about ...
Aryak Sengupta
Mar 22, 2014 at 9:20 am
Mar 24, 2014 at 3:44 pm -
Hi everyone, I understand that there's no way to get the intersection of two querysets in Django. Whenever I need to get the intersection of two querysets, I need to refactor my code to get pure Qs ...
cool-RR
Mar 16, 2014 at 11:58 pm
Mar 17, 2014 at 11:23 am -
hi I am new to bootstarp and I want to use it in my django project. I put the needed folder's(css , js , img) in my project static folder and config my setting.py to access static directory I can ...
Rafiee.nima
Mar 9, 2014 at 4:41 pm
Mar 16, 2014 at 8:38 pm -
Hi Guys, I have a model called Calculation, this model has fields that are calculated and saved to the database, this model also hold some common calculation functions. I also have two other classes ...
Domagoj Kovač
Mar 5, 2014 at 1:04 pm
Mar 6, 2014 at 10:50 am -
loaddata error message: File "/home/bob/.virtualenvs/vn2/lib/python2.6/site-packages/django/core/serializers/json.py", line 47, in Deserializer raise DeserializationError(e) DeserializationError ...
Bobhaugen
Mar 22, 2014 at 7:34 pm
Mar 24, 2014 at 1:50 pm -
First of all, this community is amazing at how fast questions are answered. I have learned so much. I am designing an app with models that look like this. Country(country_id(PK), country_name, gdp, ...
willy Hakizimana
Mar 15, 2014 at 3:40 pm
Mar 16, 2014 at 4:41 am -
I'm currently working on an app for browsing and visualizing time-series data. Each point of time-series data may be a mix of Strings, Floats, and Ints. In my current design, I have a separate model ...
RLange
Mar 11, 2014 at 3:52 pm
Mar 14, 2014 at 12:34 pm -
Hello all, I've pretty quikly found out in my DJango adventure that I need to have some kind of versioning for my static css and javascript files. After talking to some web developers I was directed ...
Vernon Burt
Mar 7, 2014 at 4:09 am
Mar 11, 2014 at 4:03 am -
Hopefully someone here will be able to point me in the right direction. Basically I want to be able to view which users are viewing a page at any given time and I want to be able to update it in real ...
Some Developer
Mar 4, 2014 at 12:28 pm
Mar 5, 2014 at 10:34 am -
I've been googling for an explanation but nothing's come up. See https://github.com/django/django/blob/master/django/forms/fields.py#L447 If you use a `DateField` in your form, don't you expect it to ...
Peter Bengtsson
Mar 4, 2014 at 8:27 pm
Mar 5, 2014 at 4:56 am -
I have a field in my form that is related with foreign key to another form and when I am filling a form that is required field but sometimes I need to leave it blaink, how can I do this? -- Harjot ...
Harjot Mann
Mar 20, 2014 at 3:57 am
Mar 22, 2014 at 3:18 pm -
Hello! I recently switched my Django environment from using Apache to Gunicorn. After this switch we noticed that our middleware was being called twice for each request. To confirm my suspicion I ...
Tyler Bettilyon
Mar 19, 2014 at 5:33 pm
Mar 19, 2014 at 6:49 pm -
Hi There! Starting out with Django, and was looking for a bit of guidance. I am trying to establish a Organizational structure for employee/supervisor type relationships. Since each of these ...
Gene Coetzee
Mar 16, 2014 at 11:01 pm
Mar 17, 2014 at 8:32 pm -
Hello, I am looking for a reference documentation of the django modules. For example django.core.management I found by google the url ...
Christian Waterkeyn
Mar 11, 2014 at 5:23 pm
Mar 14, 2014 at 10:08 am -
Hi everyone, I'm a Django newbie, and I was following the tutorial for 1.6, creating a new app where one of the models is self-referencing. They ask to, in manage.py shell, create an instance of the ...
Santiago Palacio Gómez
Mar 13, 2014 at 5:48 am
Mar 13, 2014 at 6:57 pm -
Hi there, I have set Django + gunicorn + python 3 in a production env, but I am gettin critical timeout on simple request(home). Any Ideas? 14-03-09 23:11:21 [14029] [INFO] Listening at ...
Henrique Oliveira
Mar 10, 2014 at 4:14 am
Mar 13, 2014 at 12:12 pm -
Dear django users, I am new to django and have an ImportError: No module named bookmarks problem. It seems that as I tried to syncdb django does not recognize the bookmarks module I have created ...
David
Mar 6, 2014 at 3:03 am
Mar 7, 2014 at 6:22 pm -
Hello. Here are my models and admin.py dpaste.de <https://dpaste.de/oNTG And here is the what I am referring to https://docs.djangoproject.com/en/1.6/intro/tutorial02/#customize-the-admin-form But I ...
Dennis Marwood
Mar 1, 2014 at 11:53 pm
Mar 7, 2014 at 3:37 am -
Hello. I have a very basic noob question, which I don't know. Please help me understand this concepts. When I use *ec2* for my application web server, and if I use the services like *autoscale *and ...
Robin Lery
Mar 1, 2014 at 8:49 am
Mar 4, 2014 at 7:56 pm -
Good day, I'm developing under Windows against a PostGIS database. On https://docs.djangoproject.com/en/1.7/ref/contrib/gis/install/#windows, Python 2.7 is shown in the installation steps. I've been ...
Rgreene
Mar 25, 2014 at 1:11 pm
Mar 27, 2014 at 11:55 pm -
I have a form in my app and after entering data into that form I submit that form but I want an another submit button like "Submit and Add Event", so that after clicking on it it can redirect to an ...
Harjot Mann
Mar 20, 2014 at 3:48 am
Mar 22, 2014 at 3:02 pm -
Hey Django Community! I'm newer to programming and was pointed in the direction of django for this project. The idea is that people can make their own custom queries and download load it from my db ...
Nicholas Tapia
Mar 20, 2014 at 6:50 pm
Mar 21, 2014 at 3:37 pm -
I am going from 1.6.1 to 1.7a2, mostly to take advantage of the new migrations feature. I followed the directions here ...
Malik Rumi
Mar 8, 2014 at 9:10 am
Mar 20, 2014 at 3:59 am -
Can I use redis as a django database for some of my models? I'm aware (and using) caching with django and redis, but I'm looking for something else here: Something I can use at least some of the orm ...
Alon Nisser
Mar 14, 2014 at 7:40 pm
Mar 19, 2014 at 8:10 am -
can Django query data from a postgresql view? I have trouble intersecting querysets in Django. . so i'm thinking, can Django retrieve data from a postgresql view? -- You received this message because ...
Cherrymae Tulfo
Mar 18, 2014 at 1:32 am
Mar 19, 2014 at 5:35 am -
I am trying to extend the user profile according to this page https://docs.djangoproject.com/en/1.6/topics/auth/customizing/#extending-the-existing-user-model I am using django-allauth for ...
Voger
Mar 16, 2014 at 9:34 pm
Mar 18, 2014 at 12:25 am -
Hi, I was reading the form validation section here https://docs.djangoproject.com/en/dev/ref/forms/validation/ and the very first example is this code from django import forms from ...
Voger
Mar 14, 2014 at 9:45 pm
Mar 15, 2014 at 5:13 pm -
Hey all, I have a Django app that serves to multiple domains. In the primary domain (lets call it primary.com) I have some page that are server via the path - primary.com/a/<key I want users from ...
Guy Tamir
Mar 12, 2014 at 8:59 am
Mar 12, 2014 at 11:56 pm -
Hi guys, I wanted to talk about the ticket https://code.djangoproject.com/ticket/7231 in the django-dev forum, but my contribution was just deleted, so I'm posting it here to at least get a chance ...
Matthieu Rigal
Mar 10, 2014 at 6:14 pm
Mar 11, 2014 at 11:22 pm -
Hi all, Banging my head against a wall trying everything to get DDT to appear using Gunicorn+nginx I have the following: DEBUG = True TEMPLATE_DEBUG = True SHOW_TOOLBAR_CALLBACK = lambda x: True ...
Aiden
Mar 9, 2014 at 7:05 pm
Mar 10, 2014 at 2:20 pm -
Hello I have a CSV file that i wish to manipulate based on user inputs and show this on a Djnago project I dont necessarily wish to save the data in the model Can anyone point me to a direction on ...
Judy wawira
Mar 7, 2014 at 2:49 am
Mar 8, 2014 at 9:57 pm -
in the tutorial and section "Authenticating Users": https://docs.djangoproject.com/en/1.6/topics/auth/default/ where can I put code: from django.contrib.auth import authenticateuser = ...
Jack Yan
Mar 6, 2014 at 3:01 pm
Mar 6, 2014 at 10:25 pm -
Привет Djanonaughts! tl;dr: django with buildout spends a lot of time looking for files that aren't there when trying to do imports. How can I reduce this? I've long been frustrated with the time it ...
Andrew Farrell
Mar 5, 2014 at 8:53 pm
Mar 6, 2014 at 3:37 am -
Hello, I am really being confused. How to use sql in django? I found two: 1. Performing raw queries. 2.Executing custom SQL directly. Does it have better performance than the django's orm? And how is ...
Robin Lery
Mar 4, 2014 at 8:08 pm
Mar 5, 2014 at 9:56 am -
Hello, I was trying to process Images with some python scripts, when I receive bus error. After that I had many bus errors on different programs. Finally I tried to start django' development server, ...
Gkpetrak
Mar 1, 2014 at 2:16 am
Mar 2, 2014 at 1:30 am
Group Overview
group | django-users |
categories | django, python |
discussions | 165 |
posts | 531 |
users | 224 |
website | djangoproject.com |
224 users for March 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)