Search Discussions
-
Hi everyone, We're incredibly proud to share with you the new design of the Django website, the documentation and the issue tracker. This is a long time coming and we couldn't be happier to finally ...
Jannis Leidel
Dec 16, 2014 at 4:09 pm
Dec 18, 2014 at 4:36 pm -
Hello, I am getting this error: Error: 'NoneType' object has no attribute 'strip' I have created a model and I am trying to autofill slug field in it. When I save the record in database I get this ...
Danish Ali
Dec 1, 2014 at 12:25 pm
Dec 9, 2014 at 1:19 pm -
Good day, Community, I'm looking for advise on MySQL & MongoDB usage so please let me take your time to describe the situation. I came to work on e-commerce shop of electrical components with about ...
Artie
Dec 5, 2014 at 12:57 pm
Dec 16, 2014 at 12:23 pm -
Hi, I'm having trouble with changes to my Models. I just added a couple of new fields to my existing models but when I run manage makemigrations it says: No changes detected. When I try to log in to ...
Tobias Dacoir
Dec 8, 2014 at 7:23 am
Dec 10, 2014 at 1:38 pm -
Hi all, We went live with a new website, completely rewritten in python 3 and with django 1.6 (upgrade to 1.7 is in progress) on November the 18th. Of course there were some minor issues, but most of ...
Andreas Kuhne
Dec 4, 2014 at 6:49 pm
Dec 5, 2014 at 4:43 pm -
With django what benefit do I get for the extra build time over Drupal or Rails. Configuration I assume but real world benefits not my/our joy of configuration. Why hasn't a cms been designed off ...
Sayth Renshaw
Dec 16, 2014 at 9:16 pm
Dec 18, 2014 at 4:31 am -
Hi list, I'm using Django as a hub to synchronize data between various external systems. To do this, I have some long-running Django management commands that are started as cron jobs. To ensure that ...
Erik Cederstrand
Dec 18, 2014 at 11:20 am
Dec 23, 2014 at 4:01 pm -
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/bin/django-admin.py", line 5, in <module management.execute_from_command_line() File ...
Shashwat singh
Dec 2, 2014 at 10:33 am
Dec 6, 2014 at 5:29 pm -
Hi, Is there a way to make a model that links several db tables in one model, so that can be used in a change list view ? Most importantly, I need to be able to use the search field, can this be ...
Damjan Dimitrioski
Dec 12, 2014 at 3:20 pm
Dec 16, 2014 at 1:03 pm -
Hey everyone, I'm just curious if anyone around the community has an interest in discussing the possibility of adding a "MultiEmailField" to Django? Here is what I found when roaming the internet ...
JJ Zolper
Dec 2, 2014 at 12:58 am
Dec 2, 2014 at 4:30 am -
Hi List, I;m a data maangement specialist in a rather large multinational. I'm trying to push Django as a fast development framework for front-end applications of our databases. Currently the company ...
Joris Benschop
Dec 29, 2014 at 2:56 pm
Dec 30, 2014 at 3:43 pm -
8
Thinking about EAV database model for flexibility. How (in)compatible is it with the django model?
Hello everybody. I am very new to django and I come from a wordpress background (yes, yes I know) and I really like their wp_*meta model. After a little digging I discovered this is called the ...Felipe Faraggi
Dec 15, 2014 at 1:45 pm
Dec 26, 2014 at 8:35 pm -
I am trying to run a site on Django development server but my css don't load. When I open dev tools in Chrome I see in network that css is loaded as text/plain and not as text/css.My link is ...
Jovana Andjelkovic
Dec 15, 2014 at 2:35 am
Dec 16, 2014 at 4:30 pm -
The official django doc uses this as an example (see below). Is there any point to storing 'FR' instead of 'Freshman" so the choice matches what is stored? Is it faster at all? Saves room? What about ...
Radomir Wojcik
Dec 17, 2014 at 4:56 pm
Dec 17, 2014 at 9:24 pm -
from django.db import models from django.contrib.auth.models import User # CORE APPLICATION # Create your models here. class Member(models.Model): user = models.OneToOneField(User) description = ...
Shazwi Suwandi
Dec 15, 2014 at 7:10 am
Dec 16, 2014 at 11:01 am -
Hi there, I got a following Form-Class: class CustomUserprofileInterestsForm(forms.ModelForm): interests = forms.ModelMultipleChoiceField( queryset=Interests.objects.all(), ...
inoyon artlover KLANGRAUSCH
Dec 4, 2014 at 9:54 pm
Dec 9, 2014 at 1:34 pm -
I have a django view that normally receives POSTed data from a web page. That all works fine. But now we also want to call that view from a python script. That is failing with a 403 because of a CSRF ...
Larry Martell
Dec 6, 2014 at 4:16 am
Dec 8, 2014 at 5:04 pm -
Hi, I have the following pseudo model that I will use as the basis of a modelformset: class Entry: athlete = ForeignKey(athlete) category = ForeignKey(category) race_number = IntegerField I have a ...
Richard Brockie
Dec 29, 2014 at 11:07 pm
Jan 12, 2015 at 3:58 pm -
I am trying to migrate our current website to django 1.7. Currently we are using a plugin called django-dbgettext to get parts of our database translated (we are running in 10 different languages) ...
Andreas Kuhne
Dec 3, 2014 at 8:35 pm
Jan 7, 2015 at 8:59 pm -
Hello, is possible with Django 1.7 create a unmanaged Django model for Oracle database View? I succeeded in doing this using sqlalchemy, However, would like to use Django and Django ORM. -- Fábio C ...
Fabio C. Barrionuevo da Luz
Dec 31, 2014 at 4:04 pm
Jan 4, 2015 at 7:27 pm -
Hi, I have two Django Projects that have different use cases. There are reached using different domains. They are hosted in two different servers. Also each Django project has it's own database. Now, ...
Andy
Dec 23, 2014 at 6:29 pm
Dec 29, 2014 at 5:38 am -
I understand that functions can be placed in the models fille However if I have complex queries that receive post input does the Query live in the model the views or an external module -- You ...
Pythonista
Dec 18, 2014 at 9:12 pm
Dec 26, 2014 at 9:41 pm -
Are there any known attack vectors that involve appending a period/ full-stop to a sites domain name? My Django application throws a handful of errors in production every day: ERROR: Invalid ...
Alex Haylock
Dec 22, 2014 at 11:43 am
Dec 23, 2014 at 12:03 am -
Hi there. Could you tell me a good way to use Django with Micro Soft DB SQL server. I tried django_pyodbc. Any suggestion is appreciated. my PC of Environment is below. Database: SQL Server 2014 ...
Sugita Shinsuke
Dec 10, 2014 at 9:22 am
Dec 13, 2014 at 4:00 am -
I need to connect my project to sharepoint. So i installed "sharepoint 0.4.1" package and then use this code in my view : from sharepoint import SharePointSite, basic_auth_opener def ...
Hossein Rashnoo
Dec 6, 2014 at 12:10 pm
Dec 9, 2014 at 1:42 pm -
Hello i'm a very new user of python and i'd luke to install Django i want to use apache server instead of the internal Django server. i read the documentation and installed wsgi but now i don't know ...
Th Granier
Dec 29, 2014 at 12:11 pm
Dec 29, 2014 at 6:50 pm -
I want to serve an mov file on the file system with Django the way Apache would. IBe managed to serve the file as a download but I'm looking to stream it so it plays in browser. I want to avoid ...
Hanley Hansen
Dec 27, 2014 at 4:03 pm
Dec 27, 2014 at 10:55 pm -
Hello! I have model form defined with all optional fields (required=False). I want use this form to update only provided fields leaving others unchanged. But Django replaces optional fields to empty ...
Marcin J Nowak
Dec 19, 2014 at 7:09 pm
Dec 26, 2014 at 8:51 pm -
Why I get only last row from my csv file, why I don't get in any time ranom row :/ import csv, random def new_name(): with open('PL_surnames.csv', newline='') as csvfile: namesreader = ...
Dariusz Mysior
Dec 20, 2014 at 9:37 pm
Dec 23, 2014 at 2:07 am -
Hello, Is there any command-line based tool which would let one auto-format Django template files? Ideally, the tool should also be used to format HTML, CSS and .JS files too. I've recently inherited ...
Abraham Varricatt
Dec 14, 2014 at 3:00 am
Dec 17, 2014 at 2:38 pm -
HI, I have a simple contact form with an address subform in the form of "TabularInline" where you can add an arbitrary amount of addresses, after I add a contact and an address and save, when I go to ...
Gerald Klein
Dec 15, 2014 at 12:52 am
Dec 16, 2014 at 1:02 pm -
how to learn django and I don't kill in the attempt, suggestions, recommendation. Do you know any resource, books videos for learn django from 0 ? thanks -- You received this message because you are ...
Jorge Luis Callalle Torres
Dec 14, 2014 at 9:53 pm
Dec 15, 2014 at 3:49 pm -
Hi I wonder if you are aware of how to backup / restoration database and audit from the django admin. -- You received this message because you are subscribed to the Google Groups "Django users" ...
Andrea Zakowicz
Dec 8, 2014 at 2:13 pm
Dec 9, 2014 at 10:34 am -
First of all i want to say hi!, i'm new in the group :) I'm having a problem with the development server (a.k.a runserver). When i'm working in a file but i have an error (for example indent error or ...
Mario De Frutos Dieguez
Dec 4, 2014 at 12:09 pm
Dec 7, 2014 at 3:37 pm -
Hi guys, I can't save the input from a custom form to database. I don't know what I am missing. Because it's using a downloaded template from the web, I'm not using the django forms. Instead, I'm ...
Ronis
Dec 30, 2014 at 7:44 pm
Jan 4, 2015 at 7:23 pm -
Windows 8 Django 1.7.1 Python 3.4.2 Google Chrome Version 39.0.2171.95 m Bottom of part 2 of the the tutorial https://docs.djangoproject.com/en/1.7/intro/tutorial02/ it indicates how to customize the ...
Ken Wayne
Dec 23, 2014 at 10:13 pm
Dec 29, 2014 at 7:10 pm -
Hi, When i googled for this problem a found out, that with migrations in Django 1.7, there is new way how it should be done, but i didnt understand it how. Can anyone explain me the new way how to do ...
Robert Jonathan Šimon
Dec 25, 2014 at 3:06 pm
Dec 29, 2014 at 5:41 am -
Hello all, this is a cross post i made on stackoverflow http://stackoverflow.com/questions/27503581/yet-another-custom-templatetag-raising-keyerror-when-debug-false I'm trying to use a custom ...
Alexandre Provencio
Dec 20, 2014 at 9:26 pm
Dec 27, 2014 at 10:45 pm -
Hi, I have a django model that I just added six new fields to. I ran *makemigrations *and after that noticed when we ran our rehearsal upgrade with dump of the production database that things took ...
Pjotr
Dec 21, 2014 at 7:36 pm
Dec 26, 2014 at 8:54 pm -
Hi fellow Django developers, using a model with several related models, for the Django Admin I have a ModelAdmin that uses several InlineModelAdmin objects, very much as in the example at ...
Carsten Fuchs
Dec 18, 2014 at 5:20 pm
Dec 22, 2014 at 5:44 pm -
Hi All, I apologize if this has been answered, but what is the best way to search/query a model based on filters. For example, say we are setting up a shoe site. What is the best way to allow ...
John Rodkey
Dec 17, 2014 at 3:20 pm
Dec 18, 2014 at 6:03 pm -
Say I decided to switch from a third party app foo-tags to app bar-tags. Their Tag models are mostly identical so I just need to move the data from foo-tag to bar-tag. Since I don't control their ...
John-Scott
Dec 13, 2014 at 5:26 pm
Dec 17, 2014 at 11:30 pm -
Hey all, I'm trying to add django-compressor into my app. I'm deploying to Heroku. This is the code in my Settings file AWS_QUERYSTRING_AUTH = False AWS_STORAGE_BUCKET_NAME = ...
Guy Tamir
Dec 10, 2014 at 4:05 pm
Dec 16, 2014 at 8:16 am -
Hello, don't know to how configure views.py and urls.py in myapp. for filter a list between dates from an input date in a template. This is my models.py: class Paciente(models.Model): tipo_doc = ...
Efe
Dec 15, 2014 at 5:37 pm
Dec 15, 2014 at 8:09 pm -
Hallöchen! Is it correct that when using multi-table inheritance, I must not set an explicit primary key in the derived model class? Currently, I get ... File ...
Torsten Bronger
Dec 11, 2014 at 10:01 am
Dec 11, 2014 at 8:13 pm -
I am getting a request from the security infrastructure and I could use some advice/recommendation. This is a 3 tier application. Apache/Django/Sql Server Apache is https and there is a proxy server ...
Pythonista
Dec 10, 2014 at 4:55 pm
Dec 11, 2014 at 12:02 pm -
Hi, I've followed this documentation: https://docs.djangoproject.com/en/1.7/topics/testing/advanced/#using-the-django-test-runner-to-test-reusable-applications and found that it works only for Django ...
Matwey V. Kornilov
Dec 7, 2014 at 3:54 pm
Dec 7, 2014 at 9:32 pm -
hello all, i am very new to django , i have just started to work on django , i am using .hbs file in django project my aim is to use request.user in .hbs file i am trying this ... not working ...
JAI PRAKASH SINGH
Dec 2, 2014 at 1:42 pm
Dec 4, 2014 at 8:23 pm -
I have a small Django App using several Class-Based Views but I am contemplating how the class views would redirect a user based upon a condition? In my case I would like to redirect user who are not ...
Rootz
Dec 2, 2014 at 2:17 pm
Dec 3, 2014 at 3:59 pm -
Hello I am very new to python and Django . I have a basic question : 1. I have three database tables : Table A , Table B and Table C 2. in my views.py i do : - tableB_QuerySet = ...
Check Django
Dec 1, 2014 at 7:09 pm
Dec 3, 2014 at 1:31 am
Group Overview
group | django-users |
categories | django, python |
discussions | 161 |
posts | 713 |
users | 224 |
website | djangoproject.com |
224 users for December 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)