Django

I am using Django-push project for my app. What I am doing is, read my blog, find whether new updates available. If present, store in the db. This is not happening! The source code is here : [link] [link]> So, if would be great if so...
I am using Django-push project for my app. What I am doing is, read my blog, find whether new updates available. If present, store in the db. This is not happening! The source code is here : [link] [link]> So, if would be great if someone could let me know where I am doing mistake
about 1 hour ago
Hi, Hope you're well. I've added a couple of environment variables to my virtualenv postactivate file, for example: export DATABASE_USER="root" export DATABASE_PASSWORD="12345678" I then assign those variables in my setting...
Hi, Hope you're well. I've added a couple of environment variables to my virtualenv postactivate file, for example: export DATABASE_USER="root" export DATABASE_PASSWORD="12345678" I then assign those variables in my settings.py using os.environ['DATABASE_USER'], for example DATABASE_USER = os.environ['DATABASE_USER']
about 1 hour ago
Hi, all, The Call for Proposals for DjangoCon US 2013 is now open! We encourage everyone, regardless of speaking experience, to submit a proposal. We're particularly interested this year in hands-on experiences and case-studies: [...
Hi, all, The Call for Proposals for DjangoCon US 2013 is now open! We encourage everyone, regardless of speaking experience, to submit a proposal. We're particularly interested this year in hands-on experiences and case-studies: [link] Thanks! -- -- Christophe Pettus
about 2 hours ago
I've got an odd situation here, any idea why the delete SQL for the `myapp_entry_tag` table is being performed twice? [{u'sql': u'SELECT `myapp_tag`.`id` FROM `myapp_tag` ''WHERE `myapp_tag`.`id` = 1 ', u&...
I've got an odd situation here, any idea why the delete SQL for the `myapp_entry_tag` table is being performed twice? [{u'sql': u'SELECT `myapp_tag`.`id` FROM `myapp_tag` ''WHERE `myapp_tag`.`id` = 1 ', u'time': u'0.000'}, {u'sql': u'DELETE FROM `myapp_entry_tag` WHERE `myapp_entry_tag`.`tag_id`
about 2 hours ago
Hi Every one, I have my PHP site up and running that I converted to django. Would you have a look at this production site and let me know your opinions? Current users are very fussy and resist change. [link] [link]> One problem I ha...
Hi Every one, I have my PHP site up and running that I converted to django. Would you have a look at this production site and let me know your opinions? Current users are very fussy and resist change. [link] [link]> One problem I have is SEO is not working correctly.
about 4 hours ago
Are there any Django applications that do the same thing as [link]>? IdeaScale basically seems to be a way for users to submit proposals, and have them voted up and down by other users; like polls, but in a web 2.1beta kind of way. It&...
Are there any Django applications that do the same thing as [link]>? IdeaScale basically seems to be a way for users to submit proposals, and have them voted up and down by other users; like polls, but in a web 2.1beta kind of way. It's something I've been asked about. Any suggestions?
about 7 hours ago
Morning/Afternoon - I am new to django, and I have been working through the tutorial. I have reached Tutorial 4, [link], which is about getting the voting on the polls app to work, but when I set detail.html I get an error, " NoReve...
Morning/Afternoon - I am new to django, and I have been working through the tutorial. I have reached Tutorial 4, [link], which is about getting the voting on the polls app to work, but when I set detail.html I get an error, " NoReverseMatch at /polls/2/
about 8 hours ago
Hi all, I cant show the picture that I upload from the admin site. settings.py: MEDIA_ROOT = '/var/www/fourweb/' models.py: class picture(models.Model): producto_id = models.ForeignKey(producto) description = models.CharFi...
Hi all, I cant show the picture that I upload from the admin site. settings.py: MEDIA_ROOT = '/var/www/fourweb/' models.py: class picture(models.Model): producto_id = models.ForeignKey(producto) description = models.CharField(max_length= 250) imagen = models.ImageField(upload_to='p hotos/%Y/%m/%d', help_text =
about 17 hours ago
Hi! Is there any kind of theme generator or css generator for django?
Hi! Is there any kind of theme generator or css generator for django?
about 20 hours ago
I am working my way through the Django tutorial, and I have reached the part where I am supposed to customize the look and feel of the admin. I am supposed to do that using the mysite\settings.py file (working on a Windows laptop). I ...
I am working my way through the Django tutorial, and I have reached the part where I am supposed to customize the look and feel of the admin. I am supposed to do that using the mysite\settings.py file (working on a Windows laptop). I have two questions. At first, I just typed the following into the file:
about 21 hours ago