Search Discussions
-
Hi, I am writing a series of articles based on the presentation I gave at DjangoCon US 2014. I put the first article online earlier today, and figured members of this list might be interested in the ...
Andrew Pinkham
Sep 25, 2014 at 2:08 am
Oct 17, 2014 at 8:05 am -
Hi, of course we separate data from code: - code belongs into version control (git) - data belongs into a database (postgres) But where does configuration belong? Since I am a developer I like ...
Thomas Güttler
Sep 29, 2014 at 1:05 pm
Oct 2, 2014 at 6:36 pm -
I'm trying to open a Django template using JS as a popup. Actually I've done this. But it opens a separate window but I want a clean dialog box or simply a division instead of that window. Using ...
Kamal Kaur
Sep 21, 2014 at 9:16 am
Sep 29, 2014 at 7:45 pm -
Hi, actually I use Aptana Studio 3.4.1 (http://www.aptana.com/) to develop Django apps (on Windows and Linux). What I (personally) need from an ide: 1. ability to debug (python code) 2. support for ...
Anton
Sep 24, 2014 at 9:36 am
Sep 25, 2014 at 12:26 pm -
Hello, I have installed Debian 7, Jython 2.7b3 and Django 1.7. After installing everything, I ran jython manage.py runserver. If I have css files and js files referenced in the html, the pages don't ...
Pitchblack
Sep 11, 2014 at 3:20 pm
Sep 12, 2014 at 10:17 pm -
Hi, I'm currently trying to get the same Django app running twice under different URLs on the same server. App 1 ran last year under https://www.sample.com/2013/app and should stay there for ...
DJ-Tom
Sep 1, 2014 at 12:50 pm
Sep 5, 2014 at 5:39 pm -
Hi, I am learning Django by using version 1.4 and I have completed first 4 introductory lessons <https://docs.djangoproject.com/en/1.4/intro/tutorial01/ . However, I see that newest Django version is ...
Muhammad Ahmed
Sep 30, 2014 at 6:21 am
Oct 1, 2014 at 6:27 am -
I'd like to know if there is anything/anyway similar to phpmyadmin for managing MySQL DBs in a Django project or in the Python environment. Any suggestions? django-mysql-manage seems to be dead ...
Yuan-Liang Tang
Sep 21, 2014 at 1:39 am
Sep 23, 2014 at 10:27 am -
i dont understand what is going on i need some help error at /admin/ unbalanced parenthesis Request Method:GETRequest URL:http://localhost:8000/admin/Django Version: 1.4.3Exception ...
Ngangsia akumbo
Sep 17, 2014 at 3:14 pm
Sep 23, 2014 at 2:17 am -
Hi, I'm using a custom authentication backend for my Django project, and in order to log out I have to delete a cookie that's set by the (external) authentication site. Here is my view code: response ...
Tao Bojlen
Sep 23, 2014 at 5:10 pm
Sep 26, 2014 at 6:13 pm -
I'm using Django 1.7 and I noticed something odd in my postgres query logs. Almost every query has a "LIMIT 21" clause, including queries of the type "Thing.objects.get(pk=#)", which could only ever ...
Alex French
Sep 14, 2014 at 4:41 am
Sep 17, 2014 at 2:53 pm -
Hey all, I'm trying to create a custom User model on an existing project (Django 1.5.5). I followed this tutorial <http://www.caktusgroup.com/blog/2013/08/07/migrating-custom-user-model-django/ , I ...
Guy Tamir
Sep 1, 2014 at 7:17 am
Sep 1, 2014 at 2:51 pm -
I live in Switzerland and I will launch my startup shortly. It will be a very small platform in the beginning but traffic might grow all of a sudden. So regarding to hosting I am torn right now, ...
Sabine Maennel
Sep 25, 2014 at 3:40 am
Oct 16, 2014 at 12:44 am -
Hello, I am running Django/python on Ubuntu. I am finding that my locale is not setup correctly. Running locale from the command line shows this: LANG=en_GB.UTF-8 LANGUAGE=en_GB:en ...
James Hargreaves
Sep 16, 2014 at 8:58 am
Sep 19, 2014 at 9:16 am -
No one else? Strange... The closest related issue I could find"out there" relates to the way that the MySQLdb cursor returns its results i.e. with the tablename prefixes stripped off. So fields ...
Derek
Sep 4, 2014 at 3:24 pm
Sep 11, 2014 at 4:21 pm -
Hi, I am looking at Django's performance with respect to modifying large numbers of objects, each in a unique way that cannot be batched. If I make a simple change to one of my Django models and ...
Msoulier
Sep 3, 2014 at 11:23 pm
Sep 4, 2014 at 2:10 pm -
Hello to the list, I am developing a Django website that needs USE_L10N = True, and per-user TZ settings, but I want to force the output of dates and times to ISO everywhere, once and for all ...
Mark Caglienzi
Sep 29, 2014 at 5:12 pm
Oct 2, 2014 at 1:06 pm -
Hi I want to display a phone number field at users list page, Username emailAddress FirstName LastName staffstatus PhoneNumber sachin <span class="m_body_email_addr" ...
Sachin Tiwari
Sep 30, 2014 at 9:50 am
Oct 1, 2014 at 5:16 am -
Hello, please help! Some of my models throw this error, when I query them with object.all(). They coexist in apps that have other models that are just fine. I do not understand at all what the ...
Sabine Maennel
Sep 24, 2014 at 12:12 pm
Sep 25, 2014 at 7:11 am -
I was just playing around after upgrading from 1.6.6, I made small changes to my source to make it compatible. It was using the old WSGIHandler() style for wsgi.py, so I switched to ...
Christopher Welborn
Sep 19, 2014 at 3:33 am
Sep 20, 2014 at 2:52 am -
How can I install Django apps via admin interface? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving ...
Guettli
Sep 10, 2014 at 6:03 am
Sep 17, 2014 at 2:29 pm -
I want some suggestions on building a big eCommerce website . I have a good experience of making website in asp.net ,asp.net Ajax and sql server 2008 . Now I am thinking about moving from Microsoft ...
Shreyans Jain
Sep 8, 2014 at 3:12 pm
Sep 9, 2014 at 7:10 am -
So I followed a tutorial on graphing a graph in Django. I have the urls page set up, do I need a index.html? Thank you, MC -- You received this message because you are subscribed to the Google Groups ...
Michael Carey
Sep 2, 2014 at 12:18 am
Sep 2, 2014 at 4:47 am -
Hi, I am following Django official tutorial and have unanswered issue at part 4, https://docs.djangoproject.com/en/1.7/intro/tutorial04/. Here is the exception handling code, except (KeyError, ...
Zaiks0105
Sep 29, 2014 at 10:56 am
Oct 1, 2014 at 8:07 pm -
Hey! I'm having a hard time trying to reduce the number of SQL queries on a view. Basically, I'm fetching all my User, with User.objects.all(), and save this queryset as AllUser. Then every time I ...
aRkadeFR
Sep 26, 2014 at 6:28 pm
Sep 28, 2014 at 8:49 pm -
my application named polls in polls/views.py i have: *from django.http import HttpResponseimport datetime* *def hello(request): now = datetime.datetime.now() html = "<html <body It is now %s.</body ...
Dk
Sep 22, 2014 at 1:57 am
Sep 25, 2014 at 8:31 pm -
Hi I have a super class Job that will never be instantiated on it's own, although is not Meta. There are two other models, WorkshopJob and EngineeringJob, which have o2o links to a Job. On creation ...
Lachlan Musicman
Sep 17, 2014 at 3:14 am
Sep 20, 2014 at 1:23 am -
Hi! Could you, please, help me to find the right way to create proxy to User model in Django 1.7? In 'myapp.models.py' I have a MyUser class which should inherit from the user model specified in ...
Izabella Gál
Sep 12, 2014 at 6:53 pm
Sep 17, 2014 at 3:02 pm -
when i change source code of a model at django 1.7 with python 2.7. development server stops immediately when a syntax error occurs. am i need option with runserver ? also in my settings.py debug= ...
Yunus Koçyiğit
Sep 12, 2014 at 8:43 pm
Sep 17, 2014 at 2:40 pm -
Hey all. I am just curious, is there any to do Excel style filtering in Django? Eg: Sort by date , category etc The closest thing i have seen which resembles something like that is dictsort() or ...
Gregory Strydom
Sep 11, 2014 at 1:29 pm
Sep 11, 2014 at 5:58 pm -
i had a problem trying to deply django on heroku yems bphotel # foreman start 11:13:37 web.1 | started with pid 9269 11:13:37 web.1 | [2014-09-05 11:13:37 +0000] [9269] [INFO] Starting gunicorn ...
Ngangsia akumbo
Sep 5, 2014 at 10:19 am
Sep 8, 2014 at 12:42 pm -
Hi, I love Django, it has been enormously useful to a new comer to web dev like me. One minor issue I've just had is that I've struggled to figure out an issue with my code because an AttributeError ...
Michael Jones
Sep 3, 2014 at 3:01 pm
Sep 5, 2014 at 9:50 am -
I have what is essentially a table which is a pool of available codes/sequences for unique keys when I create records elsewhere in the DB. Right now I run a transaction where I might grab 5000 codes ...
James P
Sep 4, 2014 at 4:36 pm
Sep 4, 2014 at 7:08 pm -
This document seems to indicate I can have two forms inside one set of form tags: http://django-crispy-forms.readthedocs.org/en/latest/crispy_tag_forms.html#rendering-several-forms-with-helpers I ...
Brad Rice
Sep 1, 2014 at 8:09 pm
Sep 3, 2014 at 6:32 am -
Hi all, I've read a lot about other posts regardind problems to this part of the tutorial: https://docs.djangoproject.com/en/1.7/intro/tutorial02/#customize-the-admin-look-and-feel I've tried ...
Dario Chemello
Sep 25, 2014 at 4:20 pm
Oct 6, 2014 at 9:41 pm -
1. I am trying to understand the documentation here: https://docs.djangoproject.com/en/1.7/topics/http/urls/#naming-url-patterns Let us suppose I have a model and folder on mysite called Colors ...
Malik Rumi
Sep 25, 2014 at 9:43 pm
Oct 2, 2014 at 7:16 pm -
Hi I know that Django 1.7 does not officially run on Python 2.6: https://docs.djangoproject.com/en/1.7/releases/1.7/#python-compatibility Unfortunately I am stuck with Python 2.6 on a number of ...
François Schiettecatte
Sep 27, 2014 at 6:54 pm
Sep 28, 2014 at 3:39 pm -
Hello, My OS is Win 7 Pro 64 Bits, I have Python 2.7 correctly installed and I'm trying to install Django 1.7 but I'm getting the following error: "c:\Program Files ...
Ivo Roupa
Sep 26, 2014 at 1:01 am
Sep 26, 2014 at 12:13 pm -
Hi Ivo, I have my project set up exactly as you suggested, and everything works in production. But I run into 2 problems. 1. When DEBUG=True, all my frontend styling is knocked out. So I resort to ...
Thabang Bernette Tseboho
Sep 23, 2014 at 10:51 am
Sep 24, 2014 at 7:06 am -
I wanted to update the site domain/name using data migrations in Django 1.7: $ python manage.py makemigrations main Migrations for 'main': 0001_currencies_locations_posts_userprofile.py: - Create ...
Anil Jangity
Sep 22, 2014 at 12:30 am
Sep 23, 2014 at 4:08 pm -
Hello, Is it possible to access request object in 'helpers.py' file ? Ihave tried 'crequest' (from crequest.middleware import CrequestMiddleware) without luck. class AdminField(object): def ...
Salvatore DI DIO
Sep 21, 2014 at 11:38 am
Sep 23, 2014 at 5:50 am -
Hello, I woulk like to test field.label_tag in the fieldset.html template For example I want to do: {% if field.label_tag != 'Tags' %} {{ field.label_tag }} {% endif %} But that seems to not work ...
Salvatore DI DIO
Sep 22, 2014 at 8:52 am
Sep 22, 2014 at 8:15 pm -
Hello, *To follow my preceding question, on customize admin view, (*Helton Alves gave me a nice response). I am wondering how to filter a list in change_form.html admin form, according to a ...
Salvatore DI DIO
Sep 19, 2014 at 2:43 pm
Sep 21, 2014 at 3:41 pm -
Hello, I am following a 'photo application' tutorial : http://lightbird.net/dbe/photo.html I have created several 'albums' to insert images in. I would like those albums beeing displayed in the admin ...
Salvatore DI DIO
Sep 18, 2014 at 11:33 am
Sep 18, 2014 at 3:13 pm -
Hi everybody! I have my old project in Django 1.6, and works fine in development... when DEBUG=True.. but when I update to 1.7, stop to serving static files. Here is my files: url ...
Fellipe Henrique
Sep 15, 2014 at 1:02 am
Sep 15, 2014 at 6:19 pm -
Hi, I have been trying to launch my Django Model using a tutorial. but unfortunately the tutorial is about Django 1.1. Kindly guide me that what configuration (in setting.py) will be required if I ...
Muhammad Ahmed
Sep 11, 2014 at 1:36 pm
Sep 13, 2014 at 5:04 am -
Hi all, First post here. I'm currently trying to transition to django migrations which seems pretty bad ass. We currently do not use south, and keep track of migrations manually (yuk). However, ...
Jesse Collier
Sep 10, 2014 at 1:59 am
Sep 12, 2014 at 6:26 pm -
i have a problem can i create a complete django application on my machine before deplying it to heroku that is i start by creating the django app on my local linux machine before trying to deploy it ...
Ngangsia akumbo
Sep 11, 2014 at 8:29 am
Sep 11, 2014 at 12:48 pm -
Hi there, I've been studying programming with Python 2.7 and Django 1.6, and a few days ago Django 1.7 was release and with it, the new tutorial that I had just started. What you guys would ...
Andrey Consalter
Sep 9, 2014 at 12:33 am
Sep 9, 2014 at 4:16 am -
I'm trying to write a try: except: to check for three things. First I want to check if an application has already been filled out, thus, check for existence. Second if it has been filled out a flag ...
Brad Rice
Sep 6, 2014 at 4:38 pm
Sep 6, 2014 at 9:36 pm
Group Overview
group | django-users |
categories | django, python |
discussions | 194 |
posts | 764 |
users | 230 |
website | djangoproject.com |
230 users for September 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)