Django is an open source Web 2.0 application framework, written in Python. Its primary goal is to ease the creation of complex database-driven websites.

learn more… | top users | synonyms | django jobs

0
votes
2answers
21 views

Django queryset exclude() with multiple related field clauses

I am creating a sparse preferences table in Django. My model is simple: class Preference(models.Model): user = models.ForeignKey(settings.AUTH_USER_MODEL, related_name='preferences') ...
0
votes
1answer
21 views

django and celery beat scheduler no database entries

my problem is that the beat scheduler doesn't store entries in the table 'tasks' and 'workers'. i use django and celery. in my database (MySQL) i have added a periodic tast "Estimate Region" with ...
0
votes
2answers
59 views

uWSGI error: "Error opening file for reading: Permission denied'

I am experiencing the exact same error described here: uWSGI Server log…permission denied to read file...which file? uWSGI keeps throwing me "Error opening file for reading: Permission denied" in ...
0
votes
0answers
32 views

Disadvantages of creating a Django based trading front-end? [closed]

After struggling with MQL4/MetaTrader for some time, I'm thinking of creating my own FX "trading platform" in python. Since I work with very basic indicators (Moving Average, MACD etc.), I could use ...
0
votes
1answer
25 views

Overriding max_value in django form

I use a ModelForm and I want to set a max_value for an IntegerField without losing the other attributes which where created from the model (verbose_name, etc.). This is my ModelForm: class ...
0
votes
2answers
26 views

validating white space,empty space and integer

How to validate white space,empty space and integer in a single method.Consider my forms.py class UserprofileForm(forms.ModelForm): class Meta: model = Userprofile ...
0
votes
1answer
23 views

stale content types while syncdb in Django

While I'm trying to syncdb for my django project, I'm seeing following complains: The following content types are stale and need to be deleted: reviews | Any objects related to these content types ...
10
votes
6answers
6k views

The “next” parameter, redirect, django.contrib.auth.login

I'm trying to redirect users to custom url "/gallery/(username)/" after successfully logging in. It currently redirects to the default "/account/profile/" While I know what I can override the ...
0
votes
0answers
11 views

Google Play Check Billing

I was asked by management about google apps billing. Currently we created android games using Unity3d and django backend to store and calculate some data. They communicate using REST, WWW class, and ...
0
votes
2answers
31 views

how does the “Favourate” button in StackOverFlow works?

i am creating a forum for my website. i would like to know how does the "This is your favourate question" button in StackOverFlow webpage(ie this website) works? i am using django. i created models ...
0
votes
0answers
13 views

Pillow on Heroku doesn't work

I'm developing an application with Django1.4.3 and Pillow2.0.0. I have a form to upload image file. After resizing and cropping posted image file, I want to save the image file, but error occur. In ...
1
vote
1answer
38 views

Django threaded comments with up/down-voting (like Hacker News or Reddit)

I'm new to Django. I'm trying to build a discussion app in Django that, like Reddit and Hacker News, is fully threaded and sorts each comment by up/down vote. I've been using the django-voting app, ...
9
votes
3answers
2k views

Django model manager objects.create where is the documentation?

I always read that I should use model = Model(a=5, b=6) model.save() But I just saw there is a manager function create, because I saw an opensource django app using it. model = ...
0
votes
1answer
41 views

How to upload the django-1.5 application in google app engine?

I have uploaded the my sample CRUD application in google app engine. But it riased error as shown below, Traceback (most recent call last): File ...
-1
votes
0answers
25 views

How to create new instance for existing project?

I am new to google app engine.I am try to deploy the django CRUD application in google app engine.Is it necessary to create an instance for django CRUD application ?. I have enabled the billing for ...
0
votes
1answer
31 views

How patch django application withous errors?

I have django project called project and try patch jsonfield in project/__init__.py: import json import jsonfield def get_prep_value(self, value): if value is None: if not self.null and ...
0
votes
3answers
31 views

Django templates, how to make a list of item's values from list of items

I have list of items: items = [item1, item2, ...] where item1 = {'name': 'item1', 'value': 1} and so on. In templates i have a list of these items: {{ items }} How can i get a list [item1.name, ...
0
votes
1answer
17 views

Heroku gunicorn absence

Trying to upload my Django app to Heroku and getting: 2013-05-22T23:04:55.687398+00:00 heroku[web.1]: Starting process with command `gunicorn main.wsgi` 2013-05-22T23:04:56.508882+00:00 app[web.1]: ...
0
votes
3answers
2k views

Problems with django url template tag, {% url %}

Hello I am trying to pass different urls from my site into a template. I thought it would be done by using this in the template {% url myappname.module.views.urlfunction %} but that returns an ...
0
votes
1answer
11 views

Issue in loading user uploaded images in Django

My urls.py urlpatterns = patterns('', # Examples: # url(r'^$', 'photo.views.home', name='home'), # url(r'^photo/', include('photo.foo.urls')), # Uncomment the admin/doc line below to enable admin ...
34
votes
11answers
7k views

Can django's auth_user.username be varchar(75)? How could that be done?

Is there anything wrong with running alter table on auth_user to make username be varchar(75) so it can fit an email? What does that break if anything? If you were to change auth_user.username to be ...
1
vote
3answers
472 views

Django Admin : Grouped data in the list

Can I show a grouped result in Django Admin? By default, they are showing all rows, I want to group these rows based on some fields, and display it. Something like "GROUP BY username" or stuff. I've ...
0
votes
0answers
28 views

how to get the userinfo using mod_auth_cas from session?

I use mod_auth_cas as the cas client,and here is my conf file in http.conf of apache: CASDebug On CASValidateServer Off CASCookiePath /var/cache/apache2/mod_auth_cas/ CASLoginURL ...
0
votes
1answer
136 views

django Error when upload the file from the admin panel

Hello I have problem when upload large file more than 30MB approximately from the admin panel otherwise the browser throws "The connection to the server was reset while the page was loading" ...
1
vote
1answer
26 views

File downloaded always blank in Python, Django

I am using the following view in Django to create a file and make the browser download it def aux_pizarra(request): myfile = StringIO.StringIO() myfile.write("hello") ...
3
votes
1answer
338 views

Django admin “save and view on site” button

The Django admin site is brilliant, and we use it a lot at my work. My question is this - how do I add an additional button at the bottom, along side the 'save', 'save and continue editing' etc ...
0
votes
0answers
17 views

Django & Heroku: Import error on installed app only when DEBUG=False & on heroku

I recently installed django-notification-1, see code here if necessary. When I run my app on my local development server with DEBUG=True or DEBUG=False everything works fine. On heroku with ...
1
vote
1answer
47 views

django 1.5 extend the default User model or substitute it

Env: Django 1.5.1 + Django CMS 2.4.1 + Zinnia latest + my custom apps + custom Django CMS plugin Basically I can extend the default Django (1.5.X) User model like Django Ribbit Tutorial on NetTuts+ ...
3
votes
1answer
38 views

Django avoid creating testing database for exsting one

I have an existing database "A" with data loaded, that is part of a different project that I'm integrating with. I'm using multi database Django support and storing the stuff I need to persist in my ...
1
vote
2answers
28 views

Error 500 and other website's content

I have some small django projects working on the same server with apache and mod_wsgi. I installed another one project with virtualenvironment and set settings for it in Apache conf file: ...
0
votes
3answers
783 views

jquery datepicker not display on my django project

I am trying to display a datepicker on my web little project with the help of django frame. The case is that when I do the request to my page it displays everithing ok, but the datepicker calendar do ...
0
votes
1answer
277 views

Django error: [Errno 32] Broken pipe

sometimes on my site when I'm working on my local version, I get this error in my console : error: [Errno 32] Broken pipe Does anyone have an idea to where it come from and how to prevent this ...
1
vote
1answer
15 views

load multi-line fixture field from django

In the fixture (in yaml), I set a multi-line field: fields: code: > print(1) print(2) print(3) Then I tried to read it by print(code) however it ...
0
votes
1answer
18 views

django csrf cookie no longer working

I don't understand why, but Django has ceased including the csrf cookie in responses. I have the middleware enabled, have tried using RequestContext and am using render. I have even tried using the ...
0
votes
4answers
375 views

Authenticate by IP address in Django

I have a small Django application with a view that I want to restrict to certain users. Anyone from a specific network should be able to see that view without any further authentication, based on IP ...
9
votes
2answers
10k views

Python vs C#/.NET — what are the key differences to consider for using one to develop a large web application?

My organization currently delivers a web application primarily based on a SQL Server 2005/2008 back end, a framework of Java models/controllers, and ColdFusion-based views. We have decided to ...
0
votes
0answers
9 views

Populate TastyPie Field With Different Resource Content During Hydrate?

How can I best populate a field in a TastyPie resource with the contents of another record during the hydrate process? I have the following hydrate function defined in a resource to populate the ...
0
votes
0answers
10 views

Passing prefetch_related result to template

I have three models: class event(models.Model): ... class artist(models.Model): ... class artwork(models.Model): artist = models.ManyToManyField(Artist, verbose_name=_("Artist"), related_name = ...
7
votes
2answers
476 views

Do CSRF attack worries apply to API's?

In particular, I'm writing a Django RESTful API to back an iOS application, and I keep running into Django's CSRF protections whenever I write methods to deal with POST requests. My understanding is ...
0
votes
0answers
23 views

Django Tastypie: including relationship with the same model

I am really stuck with this issue. Here is a simplified version of a model: # models.py class CustomComment(models.Model): comment = models.CharField(max_length=500) parent_comment = ...
0
votes
1answer
15 views

Get profile picture from Facebook using social-auth

I am implementing social login in my application and I am already getting normal fields as First Name, Last Name on Facebook and LinkedIn... Now I want to get the profile picture. I did it for ...
0
votes
2answers
2k views

Forbidden (403) CSRF verification failed. Request aborted

I am making an app of login form but when I am running my app and click on login button the following error will occur Forbidden (403) CSRF verification failed. Request aborted. the code of view.py ...
0
votes
1answer
13 views

passing post data to python api to make a twilio phone call

I would like to send some POST data to the url that will be called once the connection is made in a twilio call. Here is my code: import urllib, urllib2 from twilio.rest import TwilioRestClient ...
0
votes
1answer
15 views

django-hosts force reload of a different urls.py

I am using django-hosts to have different domain names point to one Django app. The bulk of my Django app serves the site at mydomain.com, but one function handles short URLs at, say, mydoma.in. ...
1
vote
1answer
48 views

Django “Table already exists” on testing

I've tried to solve the following issue: I'm running python manage.py test to test my application. After creating a new test_app database, I'm getting DatabaseError: (1050, "Table 'auth_group' ...
0
votes
2answers
37 views

django select app(s) for syncdb

First of all: please don't ask me: "Why would you need this?". Now the question itself: I have several applications installed in INSTALLED_APPS. Database is now empty and I want to synchronise only ...
0
votes
1answer
30 views

Check existing password and reset password

views.py to save the password: elif 'reset_password' in request.POST: if request.POST['reset_password'].strip(): saveuser = User.objects.get(id=user.id) ...
0
votes
4answers
70 views

Python doesn't interpret UTF8 correctly

I know similar questions have been asked a million times, but despite reading through many of them I can't find a solution that applies to my situation. I have a django application, in which I've ...
0
votes
0answers
21 views

Can I avoid cascade deletion when using GenericRelation API?

I'm using GenericRelation in some of my django models and find the provided API very useful. However I would like to avoid the cascade-deletion behavior on some of these. According to GenericRelation ...
1
vote
3answers
172 views

django test database is not created with utf8

I am using utf-8 general case insensitive for for mysql database, but django creates a test db with latin collation I have set this: TEST_CHARSET="utf8_general_ci" TEST_COLLATION="utf8_general_ci" ...

1 3 4 5 6 7 1043